<?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: Correaltion Search : Detect if an Acces Apache Log exist for a user who has triggered an event in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Correaltion-Search-Detect-if-an-Acces-Apache-Log-exist-for-a/m-p/557590#M10023</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Yes that's it ! It seems to work perfectly !&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jun 2021 11:56:14 GMT</pubDate>
    <dc:creator>yanisA</dc:creator>
    <dc:date>2021-06-29T11:56:14Z</dc:date>
    <item>
      <title>Correaltion Search : Detect if an Acces Apache Log exist for a user who has triggered an event</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Correaltion-Search-Detect-if-an-Acces-Apache-Log-exist-for-a/m-p/557569#M10021</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We need to develop a Correlation Search to implement this algorithm :&lt;/P&gt;&lt;P&gt;If a specific custom event (here tagged as index="custom_app" categorie="custom_log") occures for one user we trigger an alert if there is no access apache log for the same user.&lt;/P&gt;&lt;P&gt;I have tried the following correlation search with trigger conditions : Trigger alert when Number of Results is equal to 0.&lt;/P&gt;&lt;P&gt;index="linux_apache" sourcetype="apache:access:kv"&lt;/P&gt;&lt;P&gt;[search index="custom_app" categorie="custom_log"&lt;/P&gt;&lt;P&gt;| top limit=1 user&lt;/P&gt;&lt;P&gt;| table user]&lt;/P&gt;&lt;P&gt;| table user&lt;/P&gt;&lt;P&gt;| dedup user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks by advance for your help regarding this topic&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 08:59:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Correaltion-Search-Detect-if-an-Acces-Apache-Log-exist-for-a/m-p/557569#M10021</guid>
      <dc:creator>yanisA</dc:creator>
      <dc:date>2021-06-29T08:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Correaltion Search : Detect if an Acces Apache Log exist for a user who has triggered an event</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Correaltion-Search-Detect-if-an-Acces-Apache-Log-exist-for-a/m-p/557576#M10022</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/235889"&gt;@yanisA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As i understood you want to return top user to main search linux* and if there is a single table entry then you want to trigger it. You can try following query&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="linux_apache" sourcetype="apache:access:kv"
[search index="custom_app" categorie="custom_log"
| top limit=1 user
| return user]
| stats count by user&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;An upvote would be appreciated and Accept solution if it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 10:28:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Correaltion-Search-Detect-if-an-Acces-Apache-Log-exist-for-a/m-p/557576#M10022</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-29T10:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Correaltion Search : Detect if an Acces Apache Log exist for a user who has triggered an event</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Correaltion-Search-Detect-if-an-Acces-Apache-Log-exist-for-a/m-p/557590#M10023</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Yes that's it ! It seems to work perfectly !&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 11:56:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Correaltion-Search-Detect-if-an-Acces-Apache-Log-exist-for-a/m-p/557590#M10023</guid>
      <dc:creator>yanisA</dc:creator>
      <dc:date>2021-06-29T11:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Correaltion Search : Detect if an Acces Apache Log exist for a user who has triggered an event</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Correaltion-Search-Detect-if-an-Acces-Apache-Log-exist-for-a/m-p/557596#M10024</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/235889"&gt;@yanisA&lt;/a&gt;&amp;nbsp;Hope it helped, Appreciate if you could Accept solution.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 13:02:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Correaltion-Search-Detect-if-an-Acces-Apache-Log-exist-for-a/m-p/557596#M10024</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-29T13:02:22Z</dc:date>
    </item>
  </channel>
</rss>

