<?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 Performance data collecting and analytics in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Performance-data-collecting-and-analytics/m-p/186715#M98431</link>
    <description>&lt;P&gt;I have a tool which has its performance data in its database. i am getting the output of it in a flat file and then intend to read it to provide some analytics based on the performance data that is captured.&lt;/P&gt;

&lt;P&gt;However, need some assistance/ guidance on this. any tips on this will be most welcome.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
KM&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2013 14:47:53 GMT</pubDate>
    <dc:creator>kiranmudunuru</dc:creator>
    <dc:date>2013-12-20T14:47:53Z</dc:date>
    <item>
      <title>Performance data collecting and analytics</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-data-collecting-and-analytics/m-p/186715#M98431</link>
      <description>&lt;P&gt;I have a tool which has its performance data in its database. i am getting the output of it in a flat file and then intend to read it to provide some analytics based on the performance data that is captured.&lt;/P&gt;

&lt;P&gt;However, need some assistance/ guidance on this. any tips on this will be most welcome.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
KM&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 14:47:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-data-collecting-and-analytics/m-p/186715#M98431</guid>
      <dc:creator>kiranmudunuru</dc:creator>
      <dc:date>2013-12-20T14:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Performance data collecting and analytics</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Performance-data-collecting-and-analytics/m-p/186716#M98432</link>
      <description>&lt;P&gt;Install the Splunk Universal forwarder and point it at the file. If you want to do some predictions and anomaly detection check out the predict command (I think it was introduced in Splunk 6.0). &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/Predict" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/Predict&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Here is an example of how I am using the predict command in order to determine when Symantec detects more viruses/hour than normal: &lt;BR /&gt;
index=symantec (virus OR "security risk" OR "web attack") NOT "Tracking Cookies" earliest=-21d@d latest=now | rex "(?i) name: (?P&lt;VIRUS_HOST&gt;[^,]+)" | bucket span=1h _time | timechart span=1h count(virus_host) as count | predict count | rename upper95(prediction(count)) as upper95 | fieldformat upper95=round(upper95,0) | sort -_time | eval Percent=round(upper95/count*100,0) | eval PercentAbove95thPecentile=round(100-Percent,0) | fields - Percent,lower95(prediction(count)),prediction(count) | fillnull value=0 count PercentAbove95thPecentile | head 10 | where PercentAbove95thPecentile&amp;gt;=1&lt;/VIRUS_HOST&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:31:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Performance-data-collecting-and-analytics/m-p/186716#M98432</guid>
      <dc:creator>jordanperks</dc:creator>
      <dc:date>2020-09-28T15:31:51Z</dc:date>
    </item>
  </channel>
</rss>

