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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...