Splunk Search

chart by 2 fields

schufi01
Path Finder

Hi,

is there a possibility to create a chart by these two fields? If possible I would like to create a heatmap out of this chart.

| eval error= if(count>50, 1, 0)
| chart sum(error) by cpwd_nr
| chart sum(error) by host

 

Labels (1)
0 Karma
1 Solution

jodonald
Explorer

you could use |stats instead of |chart.

 

| eval error= if(count>50, 1, 0)
| stats sum(error) by cpwd_nr, host

View solution in original post

0 Karma

jodonald
Explorer

you could use |stats instead of |chart.

 

| eval error= if(count>50, 1, 0)
| stats sum(error) by cpwd_nr, host
0 Karma
Get Updates on the Splunk Community!

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

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...