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!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...