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!

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...