Splunk Search

How can I exclude only from source X to destination Y and Z?

danutmatei
Explorer

Hello, I'm working on a use case where I have 1 source and 2 destinations. Everything that is found between the source and the 2 destinations need to be excluded. So I've used:

where source = X AND destination != Y OR destination != Z

But this will filter the logs and will display only the logs that comes from source X and the logs that comes from other sources will be excluded as well.

How I can exclude only from source X to destination Y and Z ?

Labels (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @danutmatei,

yes, this is the condition. it should run, otherwise, you can use the search command:

Ciao.

Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi @danutmatei,

if you want to exclude from your results the events from source and one of the destinations, you could run something like this:

index=your_index NOT (source=X (destination=Y OR destination=Z))
| ...

Ciao.

Giuseppe

danutmatei
Explorer

If I have the logs from a data model, can I use this ?

from datamodel=firewall_logs where NOT (source="X" (destination="Y" OR destination="Z"))

thank you

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @danutmatei,

yes, this is the condition. it should run, otherwise, you can use the search command:

Ciao.

Giuseppe

gcusello
SplunkTrust
SplunkTrust

Hi @danutmatei,

good for you, see next time!

Ciao and happy splunking

Giuseppe

P.S.: Karma Points are appreciated 😉

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...