<?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 What Changes are made on Alerts , Dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543191#M37235</link>
    <description>&lt;P&gt;How can I find out when who and what changes are made to below list in Splunk&lt;/P&gt;&lt;P&gt;- Alerts/Saved Searches&lt;/P&gt;&lt;P&gt;-Dashboards&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2021 11:28:27 GMT</pubDate>
    <dc:creator>vn_g</dc:creator>
    <dc:date>2021-03-10T11:28:27Z</dc:date>
    <item>
      <title>What Changes are made on Alerts , Dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543191#M37235</link>
      <description>&lt;P&gt;How can I find out when who and what changes are made to below list in Splunk&lt;/P&gt;&lt;P&gt;- Alerts/Saved Searches&lt;/P&gt;&lt;P&gt;-Dashboards&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 11:28:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543191#M37235</guid>
      <dc:creator>vn_g</dc:creator>
      <dc:date>2021-03-10T11:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: What Changes are made on Alerts , Dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543218#M37236</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/40398"&gt;@vn_g&lt;/a&gt;&amp;nbsp;, As per my knowledge, you can see when and who accessed the UI of Saved searches and dashboards API, however, we cannot see what is changed because Splunk is not maintaining any versions of these knowledge objects. You may need some additional apps to monitor the changes.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 15:18:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543218#M37236</guid>
      <dc:creator>impurush</dc:creator>
      <dc:date>2021-03-10T15:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: What Changes are made on Alerts , Dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543329#M37247</link>
      <description>&lt;P&gt;ok Thankyou for confirming.&lt;/P&gt;&lt;P&gt;My required output :&lt;/P&gt;&lt;P&gt;1) TimeOfTheAction, DashboardName, UserWhoModifiedit&lt;/P&gt;&lt;P&gt;2) TimeOfTheAction, SearchName, UserWhoModifiedit&lt;/P&gt;&lt;P&gt;Trials 1(ForAlerts) : index=_internal sourcetype=splunkd_conf data.asset_uri{}=savedsearches "data.optype_desc"="*"&amp;nbsp; | table _time data.optype_desc&lt;/P&gt;&lt;P&gt;Using the above I am not able to find the User who modified the saved search.&lt;/P&gt;&lt;P&gt;Trials 2 (For Dashboards) :index=_internal sourcetype=splunkd_ui_access method=post ui/views (edit OR editxml)&amp;nbsp; | table req_time,file,user | rename file as dashboard req_time as editTime&lt;/P&gt;&lt;P&gt;Above doesn't give any results&lt;/P&gt;&lt;P&gt;Trial 3 ( For Dashboards) : index=_internal sourcetype=splunkd_ui_access method=post ui/views NOT StreamedSearch | table req_time,file,user | rename file as dashboard req_time as editTime&lt;/P&gt;&lt;P&gt;Is above correct one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 08:22:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543329#M37247</guid>
      <dc:creator>vn_g</dc:creator>
      <dc:date>2021-03-11T08:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: What Changes are made on Alerts , Dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543400#M37260</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/40398"&gt;@vn_g&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;For dashboard, the trail 3 is working perfectly, I have tested in my environment.&lt;BR /&gt;&lt;BR /&gt;For Alert, I have modified your trail 3 query and getting the results correctly.&lt;BR /&gt;&lt;BR /&gt;index=_internal sourcetype=splunkd_ui_access method=post saved/searches NOT StreamedSearch | table req_time,file,user | rename file as Alertname req_time as editTime&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 15:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543400#M37260</guid>
      <dc:creator>impurush</dc:creator>
      <dc:date>2021-03-11T15:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: What Changes are made on Alerts , Dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543492#M37271</link>
      <description>&lt;P&gt;Query : index=_internal sourcetype=splunkd_ui_access method=* ui/views NOT StreamedSearch&lt;BR /&gt;| table req_time,file,user,method&lt;BR /&gt;| rename file as dashboard req_time as editTime&lt;BR /&gt;| sort - editTime&lt;/P&gt;&lt;P&gt;Using the above query it is generating 2 events for each action.&lt;/P&gt;&lt;P&gt;Action : Create a new dashboard.&lt;/P&gt;&lt;P&gt;DashbordName Method&lt;BR /&gt;views&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GET&lt;BR /&gt;_new&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POST&lt;/P&gt;&lt;P&gt;Action : Delete the existing dashboard.&lt;BR /&gt;DashbordName Method&lt;BR /&gt;views&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GET&lt;BR /&gt;multidelte&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POST&lt;/P&gt;&lt;P&gt;My requirement is i have to find out the Dashboard Name which is created or deleted&lt;BR /&gt;And also i have to get all the changes , updates , creation , detetion except GET method details.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 07:29:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-Changes-are-made-on-Alerts-Dashboard/m-p/543492#M37271</guid>
      <dc:creator>vn_g</dc:creator>
      <dc:date>2021-03-12T07:29:51Z</dc:date>
    </item>
  </channel>
</rss>

