<?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 How to plot response time against _time field in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-plot-response-time-against-time-field/m-p/509222#M2617</link>
    <description>&lt;P&gt;Hi, I am trying to plot the response time values against _time field. I am aware of the timechart and stats command which i can use to calculate the average or percentile but what i would want is to plot the actual values over time.&lt;/P&gt;&lt;P&gt;I have the below query where I want field &lt;STRONG&gt;responseTime &lt;/STRONG&gt;on y-axis vs &lt;STRONG&gt;_time&lt;/STRONG&gt; on x-axis with actual values and not the average. Is that possible to do without using transforming commands?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=test host="serverer-p*" RESPONSE "uri=[/checkout/my-app]" 
| rex field=_raw"\[(?&amp;lt;responseTime&amp;gt;[^\s]+)"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 09:43:12 GMT</pubDate>
    <dc:creator>shashank_24</dc:creator>
    <dc:date>2020-07-15T09:43:12Z</dc:date>
    <item>
      <title>How to plot response time against _time field</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-plot-response-time-against-time-field/m-p/509222#M2617</link>
      <description>&lt;P&gt;Hi, I am trying to plot the response time values against _time field. I am aware of the timechart and stats command which i can use to calculate the average or percentile but what i would want is to plot the actual values over time.&lt;/P&gt;&lt;P&gt;I have the below query where I want field &lt;STRONG&gt;responseTime &lt;/STRONG&gt;on y-axis vs &lt;STRONG&gt;_time&lt;/STRONG&gt; on x-axis with actual values and not the average. Is that possible to do without using transforming commands?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=test host="serverer-p*" RESPONSE "uri=[/checkout/my-app]" 
| rex field=_raw"\[(?&amp;lt;responseTime&amp;gt;[^\s]+)"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 09:43:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-plot-response-time-against-time-field/m-p/509222#M2617</guid>
      <dc:creator>shashank_24</dc:creator>
      <dc:date>2020-07-15T09:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot response time against _time field</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-plot-response-time-against-time-field/m-p/509240#M2618</link>
      <description>&lt;P&gt;What happens if you just add&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;|table _time,responseTime&lt;/STRONG&gt;&amp;nbsp; and select a visualization&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 10:29:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-plot-response-time-against-time-field/m-p/509240#M2618</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-07-15T10:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot response time against _time field</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-plot-response-time-against-time-field/m-p/509263#M2619</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/136781"&gt;@renjith_nair&lt;/a&gt;&amp;nbsp;You would say I was stupid. I was actually trying that but instead of table I was using fields command. With table command it works. Thank you.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=test host="serverer-p*" RESPONSE "uri=[/checkout/my-app]" 
| rex field=elapsedTime "\[(?&amp;lt;responseTime&amp;gt;[^\s]+)"
| table _time responseTime&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 11:29:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-plot-response-time-against-time-field/m-p/509263#M2619</guid>
      <dc:creator>shashank_24</dc:creator>
      <dc:date>2020-07-15T11:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot response time against _time field</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-plot-response-time-against-time-field/m-p/509445#M2644</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222349"&gt;@shashank_24&lt;/a&gt;, glad to know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; .&amp;nbsp; Appreciate an upvote and you may close the question by accepting as a solution&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 04:51:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-plot-response-time-against-time-field/m-p/509445#M2644</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-07-23T04:51:16Z</dc:date>
    </item>
  </channel>
</rss>

