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!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...