Splunk Search

How to generate a search to monitor Palo Alto firewall logs?

yashwanth_g_pra
Observer

Can someone help out with a search for the below context:

1) Need to get all the public IPs having blocked traffic (with blocked log count >100 )
2) IPs identified in step 1 should also have an allowed connection(count>1) through the firewall.

Please let me know the search? This search need to be used for Palo Alto Firewall logs. Thanks in advance.

0 Karma

mdessus_splunk
Splunk Employee
Splunk Employee

Do you mean something with that kind of logic:

tag=network 
| stats count(eval(action=="failure")) as failure, count(eval(action=="success")) as success by src
| search failure > 100 success > 1
0 Karma

alemarzu
Motivator

Hi there,

Do you mind sharing some sample data to work with ?

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...