<?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: How to generate a chart based on Duration (x-axis) and timestamp (y-axis)? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284621#M86076</link>
    <description>&lt;P&gt;thank you so much....  its working&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2016 18:13:06 GMT</pubDate>
    <dc:creator>chanamoluk</dc:creator>
    <dc:date>2016-12-19T18:13:06Z</dc:date>
    <item>
      <title>How to generate a chart based on Duration (x-axis) and timestamp (y-axis)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284615#M86070</link>
      <description>&lt;P&gt;How to generate a chart based on Duration (x-axis) and timestamp (y-axis)?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;12/19/2016 10:30:53 AM&lt;/STRONG&gt;&lt;BR /&gt;
LogName=JHApplication&lt;BR /&gt;
... 7 lines omitted ...&lt;BR /&gt;
RecordNumber=23080258&lt;BR /&gt;
Keywords=Classic&lt;BR /&gt;
Message=Action=ConsumeMessage, ConsumerType=InprocConsumer, ConsumerTypeName=WorkflowEndpoint, ConsumerMethodName=CustomerUpdateResponse, ConsumerParam=XmlNode, MessageId=1b411832-3625-4c19-aaf6-22a258a4dabd\1844534213, &lt;STRONG&gt;Duration=0.0284597&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 15:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284615#M86070</guid>
      <dc:creator>chanamoluk</dc:creator>
      <dc:date>2016-12-19T15:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a chart based on Duration (x-axis) and timestamp (y-axis)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284616#M86071</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | stats values(Duration) as Duration by _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284616#M86071</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-19T17:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a chart based on Duration (x-axis) and timestamp (y-axis)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284617#M86072</link>
      <description>&lt;P&gt;index=* host=*MQ004 Duration|stats values(Duration) as Duration by _time&lt;/P&gt;

&lt;P&gt;it is showing only the _time but it is not displaying the Duration value, every minute  it is generating 10 to 20 messages&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:32:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284617#M86072</guid>
      <dc:creator>chanamoluk</dc:creator>
      <dc:date>2016-12-19T17:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a chart based on Duration (x-axis) and timestamp (y-axis)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284618#M86073</link>
      <description>&lt;P&gt;Is Duration field already extracted (can you see the field Duration in the field sidebar)? If not then try something like this&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:33:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284618#M86073</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-19T17:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a chart based on Duration (x-axis) and timestamp (y-axis)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284619#M86074</link>
      <description>&lt;P&gt;no i can't see Duration field on the left side&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:35:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284619#M86074</guid>
      <dc:creator>chanamoluk</dc:creator>
      <dc:date>2016-12-19T17:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a chart based on Duration (x-axis) and timestamp (y-axis)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284620#M86075</link>
      <description>&lt;P&gt;Strange. It's in standard key value pair format and should've been extract. Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* host=*MQ004 Duration | rex "Duration=(?&amp;lt;Duration&amp;gt;\d+(\.\d+)*)" |stats values(Duration) as Duration by _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* host=*MQ004 Duration | rex "Duration=(?&amp;lt;Duration&amp;gt;\d+(\.\d+)*)" |timechart avg(Duration) as Duration
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:40:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284620#M86075</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-19T17:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a chart based on Duration (x-axis) and timestamp (y-axis)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284621#M86076</link>
      <description>&lt;P&gt;thank you so much....  its working&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 18:13:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-chart-based-on-Duration-x-axis-and-timestamp-y/m-p/284621#M86076</guid>
      <dc:creator>chanamoluk</dc:creator>
      <dc:date>2016-12-19T18:13:06Z</dc:date>
    </item>
  </channel>
</rss>

