<?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>question Event Correlation and Anomaly Detection in metron in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108386#M42485</link>
    <description>&lt;P&gt;hello to all,&lt;/P&gt;&lt;P&gt;I have reviewed metron docs and it's been indicated (for many times) that telemetry correlation and anomaly detection are two of metron main tasks.&lt;/P&gt;&lt;P&gt;Now i need to know which components do these tasks. I'm interested to see the source code doing correlation &amp;amp; anomaly detection.&lt;/P&gt;&lt;P&gt;Has anyone any idea?does anybody know where can I find them?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Sun, 02 Oct 2016 18:07:08 GMT</pubDate>
    <dc:creator>alizadeh_uut1</dc:creator>
    <dc:date>2016-10-02T18:07:08Z</dc:date>
    <item>
      <title>Event Correlation and Anomaly Detection in metron</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108386#M42485</link>
      <description>&lt;P&gt;hello to all,&lt;/P&gt;&lt;P&gt;I have reviewed metron docs and it's been indicated (for many times) that telemetry correlation and anomaly detection are two of metron main tasks.&lt;/P&gt;&lt;P&gt;Now i need to know which components do these tasks. I'm interested to see the source code doing correlation &amp;amp; anomaly detection.&lt;/P&gt;&lt;P&gt;Has anyone any idea?does anybody know where can I find them?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2016 18:07:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108386#M42485</guid>
      <dc:creator>alizadeh_uut1</dc:creator>
      <dc:date>2016-10-02T18:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Event Correlation and Anomaly Detection in metron</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108387#M42486</link>
      <description>&lt;P&gt;In-depth video is helpful:   &lt;A href="https://www.youtube.com/watch?v=5a3HywxY2kQ" target="_blank"&gt;https://www.youtube.com/watch?v=5a3HywxY2kQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/METRON/Metron+Architecture#MetronArchitecture-Step1-TelemetryEventBuffer" target="_blank"&gt;https://cwiki.apache.org/confluence/display/METRON/Metron+Architecture#MetronArchitecture-Step1-TelemetryEventBuffer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Adding a new event source&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/METRON/Adding+a+New+Telemetry+Data+Source" target="_blank"&gt;https://cwiki.apache.org/confluence/display/METRON/Adding+a+New+Telemetry+Data+Source&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Look through the source:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/incubator-metron/tree/4a4cb8b117dbb66bbfb4915bca9d871a06682c28/metron-platform/metron-enrichment" target="_blank"&gt;https://github.com/apache/incubator-metron/tree/4a4cb8b117dbb66bbfb4915bca9d871a06682c28/metron-platform/metron-enrichment&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Profiling Behavior of Entities&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/incubator-metron/tree/4a4cb8b117dbb66bbfb4915bca9d871a06682c28/metron-analytics/metron-profiler" target="_blank"&gt;https://github.com/apache/incubator-metron/tree/4a4cb8b117dbb66bbfb4915bca9d871a06682c28/metron-analytics/metron-profiler&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/METRON/Metron+Wiki" target="_blank"&gt;https://cwiki.apache.org/confluence/display/METRON/Metron+Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Models are stored and data is compared against it.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 22:42:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108387#M42486</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-10-10T22:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Event Correlation and Anomaly Detection in metron</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108388#M42487</link>
      <description>&lt;P&gt;There are a variety of meanings of correlation in Metron. &lt;/P&gt;&lt;P&gt;One means is adding correlation keys in the enrichment process, which then allow you to view events together once they are indexed. So you can correlate events by adding a common search key you can then pivot on in Kibana. This is a great means of investigating correlations between alerts and events.&lt;/P&gt;&lt;P&gt;For a more statistical approach to correlation, you will want to look into the &lt;A href="https://github.com/apache/incubator-metron/tree/master/metron-analytics/metron-profiler"&gt;profiler&lt;/A&gt; which maintains windows of data, which can then be used to correlate time series data using, for example, arima in a model managed by the &lt;A href="https://github.com/apache/incubator-metron/tree/master/metron-analytics/metron-maas-service"&gt;model as a service infrastructure&lt;/A&gt;. This area of Metron is growing quite fast at the moment. I would suggest also looking at the &lt;A href="https://github.com/apache/incubator-metron/tree/master/metron-platform/metron-common"&gt;Stellar statistics functions&lt;/A&gt; which can be used to build simple anomaly based models as well. It's also easy enough to add functions to Stellar if you want to extend the functionality.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2016 03:16:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108388#M42487</guid>
      <dc:creator>sball</dc:creator>
      <dc:date>2016-10-22T03:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Event Correlation and Anomaly Detection in metron</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108389#M42488</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/104/sball.html" nodeid="104"&gt;@Simon Elliston Ball&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/9304/tspann.html" nodeid="9304"&gt;@Timothy Spann&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thank you both for your helpful answers, actually it took me a while to go through your links, but now I know what I needed.
&lt;A rel="user" href="https://community.cloudera.com/users/9304/tspann.html" nodeid="9304"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 14:51:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108389#M42488</guid>
      <dc:creator>alizadeh_uut1</dc:creator>
      <dc:date>2016-10-31T14:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Event Correlation and Anomaly Detection in metron</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108390#M42489</link>
      <description>&lt;P&gt;Could you elaborate on your findings please ? How can I trigger a complex alarm involving simple alarms from different logs ? Is Stellar of any help for it ?&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 16:47:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Event-Correlation-and-Anomaly-Detection-in-metron/m-p/108390#M42489</guid>
      <dc:creator>abras</dc:creator>
      <dc:date>2018-05-23T16:47:27Z</dc:date>
    </item>
  </channel>
</rss>

