Splunk Search

How to edit my search to filter only IPs that have multiple Attack Names associated with them?

alexburst37
Explorer

How do I filter only IPs that have multiple Attack Names associated with them? Here is the search string so far; however, we are unable to filter out the values of 1:

sourcetype="mcafee:ids" | stats dc(Attack_Name) by SIP

How do I return results by SIP where Attack_Names are greater than 1?

0 Karma
1 Solution

HiroshiSatoh
Champion

Is this?

sourcetype="mcafee:ids" | stats dc(Attack_Name) as count by SIP| search count>1

View solution in original post

0 Karma

HiroshiSatoh
Champion

Is this?

sourcetype="mcafee:ids" | stats dc(Attack_Name) as count by SIP| search count>1

0 Karma

alexburst37
Explorer

Yes it worked. Thank you

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...