Getting Data In

How to add 2 separate filters to a single _raw splunk data in edge processor

Rani2
Loves-to-Learn

I have created a pipeline for filtering data coming into the sourcetype = fortigate_traffic.

I would like to further add an exclusion to the data coming into this sourcetype. How can this be done? Nested ? or any other method

eg;- 1st pipeline is

where NOT (dstport IN ("53") AND dstip IN ("10.5.5.5"))
 
Need to add onother pipeline as 

NOT (dstport IN ("80","443") AND (app IN (xyz,fgh,dhjkl,.....)

Has anyone done anything similar to this. Please guide.

Thanks 
Labels (3)
0 Karma

tej57
Builder

Hey @Rani2,

I haven't tested it myself. But can you not combine two conditions using AND?

Thanks,
Tejas. 

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...