<?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: Unable to see the Average Response Time entries in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449815#M55337</link>
    <description>&lt;P&gt;@asm_coe&lt;/P&gt;

&lt;P&gt;It seems &lt;CODE&gt;response_time&lt;/CODE&gt; not available in the event. Can you please whether any other field contains value of &lt;CODE&gt;response_time&lt;/CODE&gt;?&lt;/P&gt;

&lt;P&gt;And one request: can you please reply me by adding a comment below my comment instead of adding new comment?? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2019 09:17:22 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2019-03-20T09:17:22Z</dc:date>
    <item>
      <title>Unable to see the Average Response Time entries</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449810#M55332</link>
      <description>&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/270837-err1.png" alt="alt text" /&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have deployed splunk essentials for Application analytics under splunk 7.2.4(trial version)&lt;/P&gt;

&lt;P&gt;I tried to configure the use case - Application Content / Identify Slow Web Pages which is part of the examples under the app.&lt;/P&gt;

&lt;P&gt;Upon the ingestion of web server access logs, i ran the following command given under the example.&lt;/P&gt;

&lt;P&gt;sourcetype="access_common" &lt;BR /&gt;
| stats avg(response_time) as art by uri_path &lt;BR /&gt;
| eval "Average Response Time (ms)" = round(art,2) &lt;BR /&gt;
| sort -"Average Response Time (ms)" &lt;BR /&gt;
| table uri_path "Average Response Time (ms)"&lt;/P&gt;

&lt;P&gt;I'm unable to see Average Response entries under statistics.&lt;/P&gt;

&lt;P&gt;A sample Extract from logs below.&lt;/P&gt;

&lt;P&gt;06/02/2019&lt;BR /&gt;
23:58:59.000 &lt;BR /&gt;
10.150.19.125 - - [06/Feb/2019:23:58:59 +0530] "GET /itpam/StartAgent?processType=startAgent≺ocess=startAgent⁢pam.agent.httpscompatible=false&amp;amp;AGENT_STARTUP_VERSION=1&amp;amp;DeprecatedComms=true&amp;amp;requestType=launchagent HTTP/1.1" 404 1097&lt;BR /&gt;
host = source = localhost_access_log.2019-02-06.txt sourcetype = access_common&lt;BR /&gt;
06/02/2019&lt;BR /&gt;
23:57:30.000 &lt;BR /&gt;
10.150.19.125 - - [06/Feb/2019:23:57:30 +0530] "GET /itpam/StartAgent?processType=startAgent≺ocess=startAgent⁢pam.agent.httpscompatible=false&amp;amp;AGENT_STARTUP_VERSION=1&amp;amp;DeprecatedComms=true&amp;amp;requestType=launchagent HTTP/1.1" 404 1097&lt;BR /&gt;
host = * source = localhost_access_log.2019-02-06.txt sourcetype = access_common&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:46:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449810#M55332</guid>
      <dc:creator>asm_coe</dc:creator>
      <dc:date>2020-09-29T23:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the Average Response Time entries</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449811#M55333</link>
      <description>&lt;P&gt;@asm_coe &lt;/P&gt;

&lt;P&gt;Can you please confirm &lt;CODE&gt;response_time&lt;/CODE&gt; coming in event? Just execute the below search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="access_common" | table _time response_time uri_path 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If &lt;CODE&gt;response_time&lt;/CODE&gt; coming then try below search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="access_common" 
| stats avg(response_time) as art by uri_path 
| eval art = round(art,2) 
| sort -art 
| table uri_path art | rename art as "Average Response Time (ms)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Mar 2019 05:57:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449811#M55333</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-20T05:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the Average Response Time entries</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449812#M55334</link>
      <description>&lt;P&gt;@kamlesh_vaghela - Thanks for your reply. Could see response time is not coming for this search which you provided. Please find the image attached. What could be issue and is there any way to get the response time under the table. Please advise.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 06:21:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449812#M55334</guid>
      <dc:creator>asm_coe</dc:creator>
      <dc:date>2019-03-20T06:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the Average Response Time entries</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449813#M55335</link>
      <description>&lt;P&gt;@asm_coe&lt;/P&gt;

&lt;P&gt;I think &lt;CODE&gt;response_time&lt;/CODE&gt; field is not coming with an event.  Is this field coming via any extractions ??&lt;BR /&gt;
Can you please share output from the below search?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="access_common" | table _time response_time uri_path 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Mar 2019 06:39:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449813#M55335</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-20T06:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the Average Response Time entries</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449814#M55336</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/127939"&gt;@kamlesh_vaghela&lt;/a&gt; - yes. seems like response_time is not part of the log events. Attached is the output for the command below.&lt;/P&gt;

&lt;P&gt;I don't see any extractions for this field. yet i see&lt;IMG src="https://community.splunk.com/storage/temp/271642-err3.png" alt="alt text" /&gt; the field -response time under the table with null values.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:44:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449814#M55336</guid>
      <dc:creator>asm_coe</dc:creator>
      <dc:date>2020-09-29T23:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the Average Response Time entries</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449815#M55337</link>
      <description>&lt;P&gt;@asm_coe&lt;/P&gt;

&lt;P&gt;It seems &lt;CODE&gt;response_time&lt;/CODE&gt; not available in the event. Can you please whether any other field contains value of &lt;CODE&gt;response_time&lt;/CODE&gt;?&lt;/P&gt;

&lt;P&gt;And one request: can you please reply me by adding a comment below my comment instead of adding new comment?? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 09:17:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449815#M55337</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-20T09:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the Average Response Time entries</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449816#M55338</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/127939"&gt;@kamlesh_vaghela&lt;/a&gt; - To my understanding no other field contains value of response_time. Also i have confirmed the same with the apps team. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:44:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449816#M55338</guid>
      <dc:creator>asm_coe</dc:creator>
      <dc:date>2020-09-29T23:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the Average Response Time entries</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449817#M55339</link>
      <description>&lt;P&gt;@asm_coe&lt;/P&gt;

&lt;P&gt;Yeah. I think you got your answer, why "Average Response Time" doesn't have any value in search table.  Kindly upvote my comment which is useful to you and accepts the answer to close this question.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Happy Splunking&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 10:22:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449817#M55339</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-03-20T10:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the Average Response Time entries</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449818#M55340</link>
      <description>&lt;P&gt;@kamlesh_vaghela Sure, Thanks for your assistance. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 10:26:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-see-the-Average-Response-Time-entries/m-p/449818#M55340</guid>
      <dc:creator>asm_coe</dc:creator>
      <dc:date>2019-03-20T10:26:52Z</dc:date>
    </item>
  </channel>
</rss>

