<?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: alert on deleted data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97604#M20347</link>
    <description>&lt;P&gt;In 4.3 -&lt;/P&gt;

&lt;P&gt;You can do the realtime alert on a rolling window, which gives you the opportunity to set a custom condition. In the custom condition, test for _time != now()&lt;/P&gt;

&lt;P&gt;"now" is the time that the search started...&lt;/P&gt;

&lt;P&gt;I am not sure that this will work, but I think it should...&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2012 05:17:42 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2012-03-21T05:17:42Z</dc:date>
    <item>
      <title>alert on deleted data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97603#M20346</link>
      <description>&lt;P&gt;Trying to look through the _internal logs in realtime to fire an alert if anyone tries to delete files with &lt;SEARCH&gt; | delete &lt;/SEARCH&gt;&lt;/P&gt;

&lt;P&gt;All searches I try will find the search itself (thus always firing).&lt;/P&gt;

&lt;P&gt;Thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2012 20:39:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97603#M20346</guid>
      <dc:creator>troywollenslege</dc:creator>
      <dc:date>2012-03-20T20:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: alert on deleted data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97604#M20347</link>
      <description>&lt;P&gt;In 4.3 -&lt;/P&gt;

&lt;P&gt;You can do the realtime alert on a rolling window, which gives you the opportunity to set a custom condition. In the custom condition, test for _time != now()&lt;/P&gt;

&lt;P&gt;"now" is the time that the search started...&lt;/P&gt;

&lt;P&gt;I am not sure that this will work, but I think it should...&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 05:17:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97604#M20347</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-03-21T05:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: alert on deleted data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97605#M20348</link>
      <description>&lt;P&gt;Maybe wasn't clear. I can do the search the problem is that when I search for someone deleting data, the search itself is found. So i woudl get alerted every time. &lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 16:22:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97605#M20348</guid>
      <dc:creator>troywollenslege</dc:creator>
      <dc:date>2012-03-21T16:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: alert on deleted data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97606#M20349</link>
      <description>&lt;P&gt;Put a crazy string in your search, like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_audit "action=search" search=*delete* NOT dfsdkljwkwtw
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will prevent your search from showing up in the results.  &lt;/P&gt;

&lt;P&gt;You might want to refine it a big using a regex to look for &lt;CODE&gt;| delete&lt;/CODE&gt;, &lt;CODE&gt;|delete&lt;/CODE&gt;, &lt;CODE&gt;|   delete&lt;/CODE&gt;, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 17:36:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97606#M20349</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2012-03-21T17:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: alert on deleted data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97607#M20350</link>
      <description>&lt;P&gt;Thx. I was using _internal, audit seems to work better;&lt;/P&gt;

&lt;P&gt;index=_audit "action=search" search="*delete'" | table user info search&lt;BR /&gt;
This is the search that I am going to run, seems to work with the caviot that there may be some false positives, which I am ok with. &lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2012 18:09:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97607#M20350</guid>
      <dc:creator>troywollenslege</dc:creator>
      <dc:date>2012-03-21T18:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: alert on deleted data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97608#M20351</link>
      <description>&lt;P&gt;This is the search I'm running to monitor for delete attempts:&lt;/P&gt;

&lt;P&gt;index=_audit sourcetype=audittrail "|" "delete" NOT "search='search index=_audit"&lt;/P&gt;

&lt;P&gt;I'm searching the index of _audit and the sourcetype of auditrail for | and delete.  Then so that my searches for delete activity do not generate alerts, I exclude searches of searches that include delete.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:13:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/alert-on-deleted-data/m-p/97608#M20351</guid>
      <dc:creator>awjohnson</dc:creator>
      <dc:date>2020-09-28T16:13:45Z</dc:date>
    </item>
  </channel>
</rss>

