Splunk Search

Query to filter logs based on the condition

navd
New Member

I have host=abc_cloud_aws_dev
host = abc_cloud_aws_qa

Here is my basic search string
index=myindex host=abc_cloud* , to display all the events , but I want to check and display events which are having abc_cloud and also which contains dev in as part of host

Tags (1)
0 Karma
1 Solution

pradeepkumarg
Influencer

Will this work ?

  index=myindex (host=abc_cloud* OR host=\*dev*) 

View solution in original post

0 Karma

pradeepkumarg
Influencer

Will this work ?

  index=myindex (host=abc_cloud* OR host=\*dev*) 
0 Karma

navd
New Member

yes it worked thanks

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...