<?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 can i check to see if a Splunk dashboard has been edited? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322326#M96256</link>
    <description>&lt;P&gt;This is perfect.  Exactly what I was looking for.  Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2017 19:54:52 GMT</pubDate>
    <dc:creator>voninski</dc:creator>
    <dc:date>2017-05-30T19:54:52Z</dc:date>
    <item>
      <title>How can i check to see if a Splunk dashboard has been edited?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322323#M96253</link>
      <description>&lt;P&gt;I have a requirement to be able to check and provide alerts if a customers dashboards have been tampered with.  I have found the following search&lt;/P&gt;

&lt;P&gt;index=_* "edit" &lt;/P&gt;

&lt;P&gt;seems to pick up edits (see screenshot).  &lt;/P&gt;

&lt;P&gt;Im just wondering if this is the best way to check for editing?  Or if anyone can share with me their thoughts and findings in checking for edits to existing pages.&lt;/P&gt;

&lt;P&gt;Thoughts.!&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/3001i91D4DB937F4ECF51/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 16:39:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322323#M96253</guid>
      <dc:creator>voninski</dc:creator>
      <dc:date>2017-05-30T16:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can i check to see if a Splunk dashboard has been edited?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322324#M96254</link>
      <description>&lt;P&gt;hello,&lt;BR /&gt;
some related answer here:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/317274/how-can-i-determine-who-modified-a-dashboard.html"&gt;https://answers.splunk.com/answers/317274/how-can-i-determine-who-modified-a-dashboard.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 16:56:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322324#M96254</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-30T16:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can i check to see if a Splunk dashboard has been edited?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322325#M96255</link>
      <description>&lt;P&gt;this is what i use:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd_ui_access method=post ui/views (edit OR editxml)
 | table user, req_time, file 
 | rename file as dashboard req_time as editTime
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it gives me the user, the time of editing and what dashboard.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 17:47:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322325#M96255</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-05-30T17:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can i check to see if a Splunk dashboard has been edited?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322326#M96256</link>
      <description>&lt;P&gt;This is perfect.  Exactly what I was looking for.  Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 19:54:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322326#M96256</guid>
      <dc:creator>voninski</dc:creator>
      <dc:date>2017-05-30T19:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can i check to see if a Splunk dashboard has been edited?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322327#M96257</link>
      <description>&lt;P&gt;I have found that I must remove the '(edit OR editXML)' part of the query and add 'NOT StreamedSearch' to get the actual results.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 15:11:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-i-check-to-see-if-a-Splunk-dashboard-has-been-edited/m-p/322327#M96257</guid>
      <dc:creator>jat75</dc:creator>
      <dc:date>2017-07-18T15:11:05Z</dc:date>
    </item>
  </channel>
</rss>

