Splunk Search

Boolean Query

aoliullah
Path Finder

Hi. The following query doesn't seem to work for me.

sourcetype="vendor_sales" VendorCountry=("United States" AND "Canada")

I want it to return sales events for both US and Canada.

Could you help?

0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi aoliullah,
try with
sourcetype="vendor_sales" (VendorCountry="United States" OR VendorCountry="Canada")
Bye.
Giuseppe

View solution in original post

woodcock
Esteemed Legend

Like this:

sourcetype="vendor_sales" VendorCountry="United States" AND VendorCountry="Canada"

But this will only show those vendors who sold both in "United States" and "Canada" in a single event (where VendorCountry is a multivalued field). But this is probably not your desire. You are probably trying to do this:

sourcetype="vendor_sales" VendorCountry="United States" OR VendorCountry="Canada"

gcusello
SplunkTrust
SplunkTrust

Hi aoliullah,
try with
sourcetype="vendor_sales" (VendorCountry="United States" OR VendorCountry="Canada")
Bye.
Giuseppe

Get Updates on the Splunk Community!

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 ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...