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!

More Control Over Your Monitoring Costs with Archived Metrics!

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

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 ...