Troubleshooting Manual

 


I can't find my data!

I can't find my data!

Are you searching for events and not finding them, or looking at a dashboard and seeing "No result data"? Here are a few common mistakes to check.

Are you running Splunk Free?

Splunk Free does not support multiple user accounts, distributed searching, or alerting.

Saved searches that were previously scheduled by other users are still available, and you can run them manually as required. You can also view, move, or modify them in Splunk Web or in savedsearches.conf.

Review this topic about object ownership and this topic about configuration file precedence in the Admin Manual for information about where Splunk writes knowledge objects such as scheduled searches.

Was the data added to a different index?

Some apps, like the *nix and Windows apps, write input data to a specific index (in the case of *nix and Windows, that is the "os" index). If you're not finding data that you're certain is in Splunk, be sure that you're looking at the right index. You may want to add the "os" index to the list of default indexes for the role you're using. For more information about roles, refer to the topic about roles in the Admin Manual.

Do your permissions allow you to see the data?

Your permissions can vary depending on the index privileges or search filters. Read more about adding and editing roles in the Admin Manual.

What about issues related to time?

Double check the time range that you're searching. Are you sure the events exist in that time window? Try increasing the time window for your search.

You might also want to try a real-time search over all time for some part of your data, like a source type or string.

The indexer might be incorrectly timestamping for some reason. Read about timestamping in the Getting Data In Manual.

Are you using forwarders?

Check that your data is in fact being forwarded. Here are some searches to get you started:

index=_internal source=*metrics.log* tcpin_connections | stats count by sourceIp


index=_internal source=*metrics.log* destHost | dedup destHost


index=_internal source=*metrics.log* group=queue tcpout | stats count by name


| metadata type=hosts index=netops | eval diff=now()-recentTime | where diff < 600 | convert ctime(*Time) | stats count | rangemap field=count low=800-2000 elevated=100-799 high=50-99 sever=0-49


Read up on forwarding in the Distributed Deployment Manual.

Are you using search heads?

Check that your search heads are searching the indexers that contain the data you're looking for. Read about distributed search in the Distributed Deployment Manual.

Are you still logged in and under your license usage?

If you have several (3 for Splunk Free or 5 for Enterprise) license violations within a rolling 30 day window, Splunk will prevent you from searching your data.

Note, however, that Splunk will continue to index your data, and no data will be lost. You will also still be able to search the _internal index to troubleshoot your problem. Read about license violations in the Admin Manual.

Are you using a scheduled search?

Are you SURE your time range is correct? (You wouldn't be the first!)

It could also be a scheduler problem. The Knowledge Manager Manual has a topic on configuring priority of scheduled searches.

Other common problems with scheduled searches are searches getting rewritten, saved, run incorrectly, or run not as expected. Investigate scheduled searches in audit.log and the search's dispatch directory: read about these tools in "What Splunk logs about itself" in this manual.

Check your search query

Are you extracting fields?

This documentation applies to the following versions of Splunk: 4.2.3 , 4.2.4 , 4.2.5 , 4.3 , 4.3.1 , 4.3.2 View the Article History for its revisions.


You must be logged into splunk.com in order to post comments. Log in now.

Was this documentation topic helpful?

If you'd like to hear back from us, please provide your email address:

We'd love to hear what you think about this topic or the documentation as a whole. Feedback you enter here will be delivered to the documentation team.

Feedback submitted, thanks!