Splunk Enterprise

What are the limitations with Splunk Enterprise version 9.0.4

akarivaratharaj
Communicator

We have recently upgraded our Splunk Enterprise to the version 9.0.4. We observed that some of the behaviour in the system are different.

For example, when we run a search with timechart/stats command and without mentioning the index field, the results are same but under the Events part, it shows empty events for the respective timestamp. Below is the sample query and respective results.

host=abc sourcetype=xyz |timechart count

image.png

This was not occurring earlier. Though we don't mention the index field, the results use to populate with the respective event logs.

Not sure whether this is the expected behavior or it's a bug. Is this something which we can fix from the end user side?

Please anyone help me on this. I would also like to know the limitations or restrictions which are introduced with this Splunk version.

Labels (2)
0 Karma

FelixLeh
Contributor

The Default index in the Splunk is the main index. 
The Definition is located in the indexes.conf.

defaultDatabase = <database name>

 Additionally every User Role can have a custom default index assigned.
You can check the default index for a user role by going into Settings -> Roles -> Your Role -> 3. Indexes

Check if the default for the environment or your user role is the same as the index which the data is shown from when you search without an index.
Regarding the missing fields I currently have no lead.

Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...