Getting Data In

I can't see data I know is indexed

cfrln
Explorer

I have data indexed but the "all indexed data" dashboard module is empty. Searching for * over all time produces no results.

Tags (1)
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

If you're certain the data is indexed, then it is likely that your default indexes do not include the index in which is it is stored. If you do have permission to view it, you can try:

index=*

You can see what indexes are available to you by running the search:

| eventcount summarize=false index=* index=_*

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

If you're certain the data is indexed, then it is likely that your default indexes do not include the index in which is it is stored. If you do have permission to view it, you can try:

index=*

You can see what indexes are available to you by running the search:

| eventcount summarize=false index=* index=_*

cfrln
Explorer

One reason this can happen is if your data is in an index that is not in your list of default indexes.

By default, the user, admin and power roles that ship with the product have only the main index in the list of default indexes to search. Unless you explicitly specify the index in your search you will not see data in other indexes.

To see if this is the case, go to Manager -> Indexes to see what indexes exist and the # of events and time range for data in each index, and go to Manager -> Access Controls -> Roles to see what default indexes are set for your role. To fix it, add the index you need to your role's list of default indexes here.

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...