<?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: Make a graph in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160348#M45318</link>
    <description>&lt;P&gt;Thanks for the response &lt;/P&gt;

&lt;P&gt;Probably you misunderstood my question.I am trying to graph the result of each duration but the query you wrote is giving the avg duration. &lt;/P&gt;

&lt;P&gt;Thanks again&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2014 22:04:42 GMT</pubDate>
    <dc:creator>hxa27</dc:creator>
    <dc:date>2014-02-20T22:04:42Z</dc:date>
    <item>
      <title>Make a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160346#M45316</link>
      <description>&lt;P&gt;Hi, I am using this query &lt;/P&gt;

&lt;P&gt;sourcetype=TraceDropOff| transaction startswith="Starting Main" endswith="DropOff application execution complete" |eval "Event End Time"=strftime(_time+duration, "%m-%d-%Y %H:%M:%S")|eval "Event Start Time"=strftime(_time, "%m-%d-%Y %H:%M:%S")| rename source as "Log Location" | eval Duration(Seconds)=strftime(duration,"%M:%S") | table "Log Location","Event Start Time","Event End Time", Duration(Seconds)&lt;/P&gt;

&lt;P&gt;and I am trying to graph the Duration(second) column with the Log Location but since these are not fields am not able to graph my data. Any suggestion?? &lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:56:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160346#M45316</guid>
      <dc:creator>hxa27</dc:creator>
      <dc:date>2020-09-28T15:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Make a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160347#M45317</link>
      <description>&lt;P&gt;How 'bout this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=TraceDropOff | transaction startswith="Starting Main" endswith="DropOff application execution complete" | timechart avg(duration) by source
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Feb 2014 21:54:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160347#M45317</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-02-20T21:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Make a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160348#M45318</link>
      <description>&lt;P&gt;Thanks for the response &lt;/P&gt;

&lt;P&gt;Probably you misunderstood my question.I am trying to graph the result of each duration but the query you wrote is giving the avg duration. &lt;/P&gt;

&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:04:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160348#M45318</guid>
      <dc:creator>hxa27</dc:creator>
      <dc:date>2014-02-20T22:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Make a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160349#M45319</link>
      <description>&lt;P&gt;What should the graph look like instead?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:07:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160349#M45319</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-02-20T22:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160350#M45320</link>
      <description>&lt;P&gt;we are trying to see how long it takes to receive the response. Then we can set up an alert whenever the process exceeds our max.The graph will be easier for us to read and compare .&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160350#M45320</guid>
      <dc:creator>hxa27</dc:creator>
      <dc:date>2014-02-20T22:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Make a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160351#M45321</link>
      <description>&lt;P&gt;Sooo... You're looking for max(duration) instead of avg(duration)?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:46:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160351#M45321</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-02-20T22:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Make a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160352#M45322</link>
      <description>&lt;P&gt;Yes, and showing the time it takes as Y axis in minute ans second&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160352#M45322</guid>
      <dc:creator>hxa27</dc:creator>
      <dc:date>2014-02-20T22:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160353#M45323</link>
      <description>&lt;P&gt;Showing the time in MM:SS on the Y axis isn't going to be easy, if at all possible with the built-in charting. Just go with either seconds or minutes, the viewer is going to understand it.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 22:59:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160353#M45323</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-02-20T22:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Make a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160354#M45324</link>
      <description>&lt;P&gt;ok, and how can I do the minutes ?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2014 23:01:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160354#M45324</guid>
      <dc:creator>hxa27</dc:creator>
      <dc:date>2014-02-20T23:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Make a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160355#M45325</link>
      <description>&lt;P&gt;Add this after the timechart:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval duration = duration / 60 | rename duration as "Duration in minutes"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Feb 2014 23:05:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Make-a-graph/m-p/160355#M45325</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-02-20T23:05:12Z</dc:date>
    </item>
  </channel>
</rss>

