Splunk Search

How to get a count and percentage for denied connections in cisco web appliance

lmyoung
Engager

I am trying to get the number of denied connections from squid proxy logs from a Cisco Ironport web security appliance.

Using sc_result_code with values:
TCP_DENIED,
TCP_MISS,
TCP_CLIENT_REFRESH_MISS,
TCP_MEM_HIT,
TCP_REFRESH_HIT,
TCP_IMS_HIT,
TCP_HIT

I would like to get a table that shows the tcp_denied value as count and a count% and the other values combined with a count and a count %.

Tags (3)

Ayn
Legend
... | eval sc_type = if(sc_result_code == "TCP_DENIED", "TCP_DENIED", "OTHER") | top sc_type
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...