<?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 write a search to graph average time by site specific location using my sample data? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-graph-average-time-by-site-specific/m-p/273016#M82238</link>
    <description>&lt;P&gt;Seems to be working, can you explain a little bit the way to form the expression?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2016 19:00:42 GMT</pubDate>
    <dc:creator>XtC</dc:creator>
    <dc:date>2016-07-18T19:00:42Z</dc:date>
    <item>
      <title>How to write a search to graph average time by site specific location using my sample data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-graph-average-time-by-site-specific/m-p/273014#M82236</link>
      <description>&lt;P&gt;I'm trying to graph the average time of an event:&lt;/P&gt;

&lt;P&gt;July 18, 2016 10:02 -&amp;gt; INFO -&amp;gt; Done with sync of project-high-med-2016-spf-1-0_amss_standard_oem_milestone to &lt;STRONG&gt;eurdc&lt;/STRONG&gt; of 272 MB in &lt;STRONG&gt;20.29167366027832&lt;/STRONG&gt; seconds&lt;/P&gt;

&lt;P&gt;July 18, 2016 08:16 -&amp;gt; INFO -&amp;gt; Done with sync of shenzhen-hipad-telecommunication-technology-co-ltd/msm8909-la-1-1_amss_oem_milestone-major to &lt;STRONG&gt;tw&lt;/STRONG&gt; of 24 MB in &lt;STRONG&gt;14.404675483703613&lt;/STRONG&gt; seconds&lt;/P&gt;

&lt;P&gt;So I want to display the results of average time per region:&lt;BR /&gt;
eurdc= x seconds&lt;BR /&gt;
tw= x seconds&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:19:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-graph-average-time-by-site-specific/m-p/273014#M82236</guid>
      <dc:creator>XtC</dc:creator>
      <dc:date>2020-09-29T10:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a search to graph average time by site specific location using my sample data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-graph-average-time-by-site-specific/m-p/273015#M82237</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;yoursearch | rex "to\s(?&amp;lt;loghost&amp;gt;\w+)\sof\s\d+\sMB\sin\s(?&amp;lt;seconds&amp;gt;\d+\.\d+)\sseconds" | stats avg(seconds) by loghost
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Jul 2016 18:50:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-graph-average-time-by-site-specific/m-p/273015#M82237</guid>
      <dc:creator>Raschko</dc:creator>
      <dc:date>2016-07-18T18:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a search to graph average time by site specific location using my sample data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-graph-average-time-by-site-specific/m-p/273016#M82238</link>
      <description>&lt;P&gt;Seems to be working, can you explain a little bit the way to form the expression?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 19:00:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-graph-average-time-by-site-specific/m-p/273016#M82238</guid>
      <dc:creator>XtC</dc:creator>
      <dc:date>2016-07-18T19:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a search to graph average time by site specific location using my sample data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-graph-average-time-by-site-specific/m-p/273017#M82239</link>
      <description>&lt;P&gt;The &lt;STRONG&gt;rex&lt;/STRONG&gt; command is just extracting the needed fields &lt;EM&gt;loghost&lt;/EM&gt; and &lt;EM&gt;seconds&lt;/EM&gt; from the event logs.&lt;/P&gt;

&lt;P&gt;Afterwards the &lt;STRONG&gt;stats&lt;/STRONG&gt; command is calculating the needed average (avg) of seconds by loghost.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 19:13:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-write-a-search-to-graph-average-time-by-site-specific/m-p/273017#M82239</guid>
      <dc:creator>Raschko</dc:creator>
      <dc:date>2016-07-18T19:13:23Z</dc:date>
    </item>
  </channel>
</rss>

