Documentation: 3.1.4
Print Version Contents
This page last updated: 08/10/07 09:08am

Accessing Data

How can I customize the way Splunk handles my data?

See the Admin Manual for information on configuring Splunk to handle a variety of data types.

How can I tell if all my data has been indexed?

The total number of events in your index is listed on your Splunk homepage. For more information, click the "Admin" link in the upper right corner of the homepage. The Admin page includes an Input Status tab that lists each method of data input, including which methods are still processing files.

Splunk for index::splunklogger to see the history of everything your server has done since startup.

I have more than 10,000 events indexed. Why don't they all show up when I run a "meta::all" search?

A Splunk search defaults to the most recent 10,000 events, almost always sorted by time. To see up to 20,000 events, add maxresults::20000 to your search.

How do I configure Splunk to index archived (non-growing) files?

In your Splunk web interface, choose Admin > Data Inputs > Files and Directories and add a directory. Choose "Watch and copy" or "Watch and symlink" in the dropdown under source.

How do I configure Splunk to index live (constantly-growing) files?

In your Splunk web interface, choose admin > Data Inputs > Files and Directories and add a file or directory. Choose "Tail" in the dropdown under source.

Can I set up a live input of data from different hosts to my central Splunk server?

Yes, for both the free and enterprise license (although an enterprise license makes it a lot easier).

If you have a free license, either mount your remote log files, or use remote syslog to send data from your production hosts to a syslog file on the Splunk server. Then, load this data into your Splunk Server. If you have an enterprise license, you can install Splunk on your production hosts to access local data and forward from those Splunk servers to your central Splunk server in real time over TCP. All your options for deploying Splunk across a network are described in our Deployment section.

Previous: Getting Started    |    Next: Windows

Comments

No comments have been submitted.

Log in to comment.