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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

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