Deployment Architecture

Persistent Connections

ashleyvander
New Member

Hi!

I believe the following search displays the number of connections in one hour over 24 hours. I am looking for a search to show connection count over a 10 minute span in the last 24 hours. Trying to find persistent connections. 1 connection to an external IP every 10 minutes for 24 hours.

index=firewall earliest=-24h@h latest=@h | bucket _time span=1h | stats count by _time, dst, dstport | eventstats count(eval(count>0)) AS hours_non_zero BY dst dstport | search hours_non_zero>=24

Any help would be appreciated!

Thank you!
Ashley

Tags (1)
0 Karma

DalJeanis
Legend

index=firewall earliest=-24h@h latest=@h
| bucket _time span=10m
| stats count by _time, dst, dstport
| eventstats count(eval(count>0)) AS periods_non_zero BY dst dstport
| search periods_non_zero>=144

0 Karma
Get Updates on the Splunk Community!

Earn a $35 Gift Card for Answering our Splunk Admins & App Developer Survey

Survey for Splunk Admins and App Developers is open now! | Earn a $35 gift card!      Hello there,  Splunk ...

Continuing Innovation & New Integrations Unlock Full Stack Observability For Your ...

You’ve probably heard the latest about AppDynamics joining the Splunk Observability portfolio, deepening our ...

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...