Splunk Search

How does this search work?

jnithya
Engager

I am using the tag name in search query to filter down the app specific index, followed by "index=index1" to filter down to specific index.

tag=app_index index="ïndex1" | stats count by index  | dedup index

Same as above search query as below brings all the tagged index alone as a result,

tag=app_index index=* | stats count by index  | dedup index

Help me to understand how does the second case works . As per my understanding index=* will bring all the user specific indexes and main index.

Kindly help me on this.

Thanks

0 Karma
1 Solution

cmerriman
Super Champion

index=* will bring back all indexes. I would avoid using the wildcard, unless you have some index field values that are null that you are trying to weed out, as it takes more time to process. So tag=app_index index=* would essentially be the same as tag=app_index

View solution in original post

cmerriman
Super Champion

index=* will bring back all indexes. I would avoid using the wildcard, unless you have some index field values that are null that you are trying to weed out, as it takes more time to process. So tag=app_index index=* would essentially be the same as tag=app_index

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...