<?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: How to determine who delete an alert/report? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379305#M68533</link>
    <description>&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;if it is done via Splunk GUI or REST, then it will be audited at : &lt;/P&gt;

&lt;P&gt;index="_internal"  method=DELETE sourcetype=splunkd_ui_access&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;2.If it was amended etc, you can see in index=_audit&lt;BR /&gt;
3. if it is done via backend, hopefully you will have Operating System auditing? Like auditd or Windows Security Log? &lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:36:59 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2020-09-30T00:36:59Z</dc:date>
    <item>
      <title>How to determine who delete an alert/report?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379304#M68532</link>
      <description>&lt;P&gt;Hello - I have created, saved and scheduled a report running on a daily basis. In one day, the report was deleted from Splunk. Is there a way I can find out who deleted that report and when? I guess this is also applied to the alert.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 15:38:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379304#M68532</guid>
      <dc:creator>vnguyen46</dc:creator>
      <dc:date>2019-05-20T15:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine who delete an alert/report?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379305#M68533</link>
      <description>&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;if it is done via Splunk GUI or REST, then it will be audited at : &lt;/P&gt;

&lt;P&gt;index="_internal"  method=DELETE sourcetype=splunkd_ui_access&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;2.If it was amended etc, you can see in index=_audit&lt;BR /&gt;
3. if it is done via backend, hopefully you will have Operating System auditing? Like auditd or Windows Security Log? &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:36:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379305#M68533</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2020-09-30T00:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine who delete an alert/report?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379306#M68534</link>
      <description>&lt;P&gt;The report was deleted from Splunk web GUI. I tried both _internal and _audit indexes, but didn't gain much info about the incident.&lt;BR /&gt;
Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 16:23:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379306#M68534</guid>
      <dc:creator>vnguyen46</dc:creator>
      <dc:date>2019-05-20T16:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine who delete an alert/report?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379307#M68535</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;take a look at below pic&lt;/P&gt;

&lt;P&gt;Replace alert_123 with your alert name.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7076iECA172044F4A29A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 17:58:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379307#M68535</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2019-05-20T17:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine who delete an alert/report?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379308#M68536</link>
      <description>&lt;P&gt;If its a saved search /report you can try this, the user field will give you who deleted the report.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal method=DELETE sourcetype=splunkd* source="/opt/splunk/var/log/splunk/splunkd_ui_access.log" uri=*saved/searches*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 May 2019 18:15:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379308#M68536</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-05-20T18:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine who delete an alert/report?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379309#M68537</link>
      <description>&lt;P&gt;I tried all the suggestions, but still not seeing the records of when the report was deleted and by whom. The report was deleted after 8:00AM 05/15/19 and before 8:00AM 05/16/19. &lt;BR /&gt;
I already opened a case with Splunk with diag file. Hope they find something.&lt;BR /&gt;
Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 19:19:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-who-delete-an-alert-report/m-p/379309#M68537</guid>
      <dc:creator>vnguyen46</dc:creator>
      <dc:date>2019-05-20T19:19:46Z</dc:date>
    </item>
  </channel>
</rss>

