Splunk Search

How to create a bar chart count by specific field values

dibrova911
New Member

I am new to Splunk
I need to know how to create bar chart count only by certain tags
For example event has tag=t1,t2,t3
I need create bar chart in x axis is only tag=t1, t2
Search

... | chart count by tag

Return chart with all tag (t1, t2, t3)values

0 Karma
1 Solution

somesoni2
Revered Legend

Filter the tags using search or where command before your chart command.

... | where tag="t1" OR tag="t2" | chart count by tag

View solution in original post

somesoni2
Revered Legend

Filter the tags using search or where command before your chart command.

... | where tag="t1" OR tag="t2" | chart count by tag
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...