Splunk Cloud Platform

one of the field value showing results which didn't search

senthild
Explorer

one for the search query  from splunk AWS 

index="aws_cloud" | search eventname="value1" OR "value2" OR "value3" 

The above search query is giving the events for the all the above searched one also giving one more value which didn't searched 

eventNameLookupEvents ==> getting this field and value which didn't search 

Labels (2)
0 Karma
1 Solution

dtburrows3
Builder

try this instead

 

 index="aws_cloud" eventName IN ("value1", "value2", "value3") 

 


I believe the format you posted is searching eventName="value1" OR any raw log containing the strings "value2" OR "value3" even if "value2" OR "value3" isn't the actual value of eventName for that particular event.

View solution in original post

dtburrows3
Builder

try this instead

 

 index="aws_cloud" eventName IN ("value1", "value2", "value3") 

 


I believe the format you posted is searching eventName="value1" OR any raw log containing the strings "value2" OR "value3" even if "value2" OR "value3" isn't the actual value of eventName for that particular event.

Get Updates on the Splunk Community!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...