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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...