<?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: Machine learning outliers in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/523792#M9810</link>
    <description>&lt;P&gt;Aloha &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/64273"&gt;@rrovers&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think what &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;is saying you should do is to create a lookup file and output your results to that lookup. For example, you would output _time, machinename, and whatever field you believe is valuable using | outputcsv. In turn, you can query the lookup file each day to remove the previous days' outliers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also going to be experimenting with machine learning and looking to build profiles for users and computers, probably with login patterns at first. Using outputcsv would be a good way to keep track of results, though I'm sure there are other ways to do it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2020 18:57:48 GMT</pubDate>
    <dc:creator>2savage</dc:creator>
    <dc:date>2020-10-08T18:57:48Z</dc:date>
    <item>
      <title>Machine learning outliers</title>
      <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514419#M9479</link>
      <description>&lt;P&gt;I want to use the machine learning toolkit to detect outliers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've made a query with earliest=-2mon@mon latest=@mon to let splunk determine the values for outliers for that period. I want to run the search every day and let the alert send an email when a new outlier is detected since the last run.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't find out how to do this. Every time the search runs it detects all outliers of the last 2 months.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 10:03:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514419#M9479</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2020-08-17T10:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Machine learning outliers</title>
      <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514421#M9480</link>
      <description>&lt;P&gt;&lt;A href="https://www.splunk.com/en_us/blog/machine-learning/cyclical-statistical-forecasts-and-anomalies-part-1.html" target="_blank"&gt;https://www.splunk.com/en_us/blog/machine-learning/cyclical-statistical-forecasts-and-anomalies-part-1.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 10:12:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514421#M9480</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-17T10:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Machine learning outliers</title>
      <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514604#M9495</link>
      <description>&lt;P&gt;Thank you for the information. Your answer is quite extensive and probably usefull to learn more about machine learning.&lt;/P&gt;&lt;P&gt;The thing I want to know is, is if it is possible to let machine learning determine&amp;nbsp; the lowerbound and upperbound for a long period (for example 2 months or may be even 1 year) and run the search every day as an alert that only gives me the new (since the last day) outliers.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 06:39:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514604#M9495</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2020-08-18T06:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Machine learning outliers</title>
      <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514611#M9496</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/MLApp/5.2.0/User/DNOlegacyassist" target="_blank"&gt;https://docs.splunk.com/Documentation/MLApp/5.2.0/User/DNOlegacyassist&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't think we need to get too hung up on machine learning.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 06:53:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514611#M9496</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-18T06:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Machine learning outliers</title>
      <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514656#M9497</link>
      <description>&lt;P&gt;The functionality seems the same as I used for my alert. The result is not what I'm looking for.&lt;/P&gt;&lt;P&gt;Let's try to clearify it with an example.&lt;/P&gt;&lt;P&gt;In the machine learning app I created an experiment with this simple search to use for this example&lt;/P&gt;&lt;P&gt;index=_internal sourcetype="splunkd_remote_searches" earliest=-1w@w latest=now&lt;BR /&gt;| eval day=strftime(_time,"%Y-%m-%d")&lt;BR /&gt;| stats count by day&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 outlier is detected.&lt;/P&gt;&lt;P&gt;After saving this alert I have created an alert from the overview screen (manage - create alert).&lt;/P&gt;&lt;P&gt;My goal is to use the period since last week to determine lower- and upperbound but only receive an alert when there are &lt;STRONG&gt;new&lt;/STRONG&gt; outliers &lt;STRONG&gt;since the last run&lt;/STRONG&gt;. But now every run over last week the same outlier is detected.&lt;/P&gt;&lt;P&gt;I wonder if it is possible what I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 09:46:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514656#M9497</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2020-08-18T09:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Machine learning outliers</title>
      <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514669#M9498</link>
      <description>&lt;P&gt;use outputcsv and make query with the csv.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 10:57:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514669#M9498</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-18T10:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Machine learning outliers</title>
      <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514931#M9511</link>
      <description>&lt;P&gt;Hi, thanks for your answer. I gave it a try but missing some information.&lt;/P&gt;&lt;P&gt;Can you please explain a bit more?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 12:24:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514931#M9511</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2020-08-19T12:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Machine learning outliers</title>
      <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514953#M9516</link>
      <description>&lt;P&gt;I think I solved it by joining 2 searches.&lt;/P&gt;&lt;P&gt;The first 1 to determine the lowerbound and the upperbound over a long period (last 2 months)&lt;/P&gt;&lt;P&gt;the second 1 to check whether the count of the events of the last day is less than the lowerbound or more than the upperbound I determined in the first one.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 14:08:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/514953#M9516</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2020-08-19T14:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Machine learning outliers</title>
      <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/523792#M9810</link>
      <description>&lt;P&gt;Aloha &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/64273"&gt;@rrovers&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think what &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;is saying you should do is to create a lookup file and output your results to that lookup. For example, you would output _time, machinename, and whatever field you believe is valuable using | outputcsv. In turn, you can query the lookup file each day to remove the previous days' outliers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also going to be experimenting with machine learning and looking to build profiles for users and computers, probably with login patterns at first. Using outputcsv would be a good way to keep track of results, though I'm sure there are other ways to do it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 18:57:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/523792#M9810</guid>
      <dc:creator>2savage</dc:creator>
      <dc:date>2020-10-08T18:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Machine learning outliers</title>
      <link>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/523860#M9812</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222915"&gt;@2savage&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I solved it by collecting the daily results to a summary index (I prefer summary indexes above lookups for this kind of functionality).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think this is part of machine learning but it works fine for me.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 07:26:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Machine-learning-outliers/m-p/523860#M9812</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2020-10-09T07:26:49Z</dc:date>
    </item>
  </channel>
</rss>

