<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: line of threshold in timechart graph in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380809#M42608</link>
    <description>&lt;P&gt;Try changing the query as suggested below by @whrg &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="mysourcetype" login OK | timechart count by host | eval threshold=350
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then go to Format =&amp;gt; Chart Overlay =&amp;gt; Overlay and choose the threshold field. This will display a line in your chart.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 09:19:48 GMT</pubDate>
    <dc:creator>DMohn</dc:creator>
    <dc:date>2019-02-13T09:19:48Z</dc:date>
    <item>
      <title>line of threshold in timechart graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380803#M42602</link>
      <description>&lt;P&gt;My request is simple&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;sourcetype="mysourcetype" login OK  | timechart count  by host&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;I want to visualize the threshold value, so i add a field thresold with value of 350&lt;/P&gt;

&lt;P&gt;My new request is : &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;sourcetype="mysourcetype" login OK | eval threshold=350 | timechart count max(threshold) by host&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;but I have 10 host and splunk is drawing 10 superposed lines of threshold or i want to show only one line at 350&lt;/P&gt;

&lt;P&gt;how can i do this ?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 08:29:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380803#M42602</guid>
      <dc:creator>faribole</dc:creator>
      <dc:date>2019-02-13T08:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: line of threshold in timechart graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380804#M42603</link>
      <description>&lt;P&gt;You have to format the visualization...&lt;/P&gt;

&lt;P&gt;Go to Format =&amp;gt; Chart Overlay =&amp;gt; Overlay and choose your threshold field as overlay parameter.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 08:38:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380804#M42603</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2019-02-13T08:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: line of threshold in timechart graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380805#M42604</link>
      <description>&lt;P&gt;Also, I would move the eval expression to the end of the search query. Something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="mysourcetype" login OK | timechart count by host | eval threshold=350
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Feb 2019 08:43:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380805#M42604</guid>
      <dc:creator>whrg</dc:creator>
      <dc:date>2019-02-13T08:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: line of threshold in timechart graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380806#M42605</link>
      <description>&lt;P&gt;You are totally right here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Makes even more sense!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 08:51:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380806#M42605</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2019-02-13T08:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: line of threshold in timechart graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380807#M42606</link>
      <description>&lt;P&gt;in Overlay section, it prupose me 10 max(threshold), one per host.&lt;BR /&gt;
I choose one but it didn't change the graph&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 09:07:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380807#M42606</guid>
      <dc:creator>faribole</dc:creator>
      <dc:date>2019-02-13T09:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: line of threshold in timechart graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380808#M42607</link>
      <description>&lt;P&gt;This is the good request.&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 09:09:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380808#M42607</guid>
      <dc:creator>faribole</dc:creator>
      <dc:date>2019-02-13T09:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: line of threshold in timechart graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380809#M42608</link>
      <description>&lt;P&gt;Try changing the query as suggested below by @whrg &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="mysourcetype" login OK | timechart count by host | eval threshold=350
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then go to Format =&amp;gt; Chart Overlay =&amp;gt; Overlay and choose the threshold field. This will display a line in your chart.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 09:19:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380809#M42608</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2019-02-13T09:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: line of threshold in timechart graph</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380810#M42609</link>
      <description>&lt;P&gt;Could you please accept the answer as correct if it helped you?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 09:20:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-of-threshold-in-timechart-graph/m-p/380810#M42609</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2019-02-13T09:20:32Z</dc:date>
    </item>
  </channel>
</rss>

