Splunk Search

Taking Count of Response Codes by Endpoints with Endpoints listed as rows and Response Codes listed as columns?

NallaAyee
Observer

Hello,

I am new to Splunk. Please help me write a query to get count of response by ServcieName(displayed in rows) and by response code. The response code and Service name are dynamic.

eg:

Service        201              200            400       401        500     503
ServiceA         2900         1023          0              12            3         6
ServiceB         1649         677             1              1                 3         6

Labels (2)
0 Karma

fredclown
Builder

This should get you what you want.

{your base search here}
| chart useother=f limit=0 count by serviceName, responseCode
0 Karma

fredclown
Builder

Did this get you what you were looking for? If so, please mark the solution as accepted.

0 Karma
Get Updates on the Splunk Community!

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 ...

Cloud Platform & Enterprise: Classic Dashboard Export Feature Deprecation

As of Splunk Cloud Platform 9.3.2408 and Splunk Enterprise 9.4, classic dashboard export features are now ...