Splunk Search

How to create a chart for status value

quadealexander
Explorer

Hi,

I'm new to Splunk and I've created a table with the following headers: Hardware-Name, Environment, Portfolio, Vendor/Model and Status.

I now want to create a chart that shows me how often a value of "Status" occurs in each Environment.
Any ideas anybody?

Thx in advance.

0 Karma
1 Solution

ekraemer_splunk
Splunk Employee
Splunk Employee

I am also new to Splunk, but I will try to help. If you would like to simply count how many times a value for status appears for each value of Environment, you can use:

| chart count(Status) by Environment

If you want separate categories for each value of status as well, you can try:

| chart count over Environment by Status

I hope that helps!

View solution in original post

ekraemer_splunk
Splunk Employee
Splunk Employee

I am also new to Splunk, but I will try to help. If you would like to simply count how many times a value for status appears for each value of Environment, you can use:

| chart count(Status) by Environment

If you want separate categories for each value of status as well, you can try:

| chart count over Environment by Status

I hope that helps!

quadealexander
Explorer

Thx that worked just fine 🙂

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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