Splunk Search

How do I write a search to get a table of metrics to show the count of different Markets by Site?

rameshlpatel
Communicator

Hi,

I have a requirement where I want to display a metrics table. Vertically, I want to show different sites like (1,2,3, 4 etc) and horizontally, I want to show different markets (Residential, Commercial etc) So I want to show site & market vise count.

Site Commercial Residential
1 10 24
2 23 34
3 24 54

How can I write a search to achieve that?

In my events, I have Site detail and market detail information.

Tags (3)
0 Karma
1 Solution

aljohnson_splun
Splunk Employee
Splunk Employee
... | chart sum(Commericial) as CommericalSum, sum(Residential) as ResidentialSum by Site

View solution in original post

aljohnson_splun
Splunk Employee
Splunk Employee
... | chart sum(Commericial) as CommericalSum, sum(Residential) as ResidentialSum by Site

rameshlpatel
Communicator

Thanks Its really Helpful.

0 Karma

aljohnson_splun
Splunk Employee
Splunk Employee

Can you mark the answer as accepted ? Otherwise this is left as an "unanswered question".

0 Karma

ppablo
Retired

done and upvoted 🙂

Get Updates on the Splunk Community!

New in Observability Cloud - Explicit Bucket Histograms

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

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...