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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...