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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...