I am using splunk to search for company's log.
I am wondering, why do I need to add "index=" in the query, e.g. env=dev index=
Without "index=*", no data will be returned.
Why do we need it? and what does it mean?
I am confused, because each term should be a limiting factor, e.g. add one more filtering term index=*, it should reduce the returned data set.