Splunk Search

Setting a line in chart to represent as warning

bhavna_jain
Engager

Hi,
I want to draw two lines as warning boundaries in a line chart. The string goes "index="ong_poc_index" sourcetype="csv-3-2" Date="20-Apr-12" | where Reading_b1>0 | chart avg(Reading_b1) by Time". I have to draw two lines parallel to X-Axis at 50 and the other at 65 (50 & 65 are readings on Y-Axis). Please help me with some solution.
Thanks in adv.

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could add two more columns to your result table like this:

... | eval lower_warning = 50 | eval upper_warning = 65

bhavna_jain
Engager

It worked, thank you very much.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...