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
Get Updates on the Splunk Community!

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...