<?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 Splunk Auding for changes in macro in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Auding-for-changes-in-macro/m-p/412650#M3626</link>
    <description>&lt;P&gt;Can someone please help me here :I have a search giving me the details of users who modified macros&lt;BR /&gt;
   &lt;CODE&gt;index=_internal method=POST sourcetype=splunkd_ui_access uri_path=/en-US/manager/search/admin/macros/my_*indexes | rex field=uri_path "\/en-US\/manager\/search\/admin\/macros\/(?&amp;lt;macro&amp;gt;.*)"  |table _time host user macro&lt;/CODE&gt;&lt;BR /&gt;
How can I add more details to it like what the current and previous definition for each of macro.&lt;/P&gt;

&lt;P&gt;only what I can get the current definition is by&lt;BR /&gt;&lt;BR /&gt;
   &lt;CODE&gt;| rest /servicesNS/-/-/admin/macros splunk_server=local |search title=&amp;lt;macro&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;So my current  version of search is below and I am looking the way how I can add the previousDefinition of macro before it was edited .&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal method=POST sourcetype=splunkd_ui_access uri_path=/en-US/manager/search/admin/macros/my_*indexes | rex field=uri_path "\/en-US\/manager\/search\/admin\/macros\/(?&amp;lt;title&amp;gt;.*)" | join type=left title [ | rest /servicesNS/-/-/admin/macros splunk_server=local]|rename definition as currentDef  |table _time host user title currentDef&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2019 09:21:04 GMT</pubDate>
    <dc:creator>anilyelmar</dc:creator>
    <dc:date>2019-01-18T09:21:04Z</dc:date>
    <item>
      <title>Splunk Auding for changes in macro</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Auding-for-changes-in-macro/m-p/412650#M3626</link>
      <description>&lt;P&gt;Can someone please help me here :I have a search giving me the details of users who modified macros&lt;BR /&gt;
   &lt;CODE&gt;index=_internal method=POST sourcetype=splunkd_ui_access uri_path=/en-US/manager/search/admin/macros/my_*indexes | rex field=uri_path "\/en-US\/manager\/search\/admin\/macros\/(?&amp;lt;macro&amp;gt;.*)"  |table _time host user macro&lt;/CODE&gt;&lt;BR /&gt;
How can I add more details to it like what the current and previous definition for each of macro.&lt;/P&gt;

&lt;P&gt;only what I can get the current definition is by&lt;BR /&gt;&lt;BR /&gt;
   &lt;CODE&gt;| rest /servicesNS/-/-/admin/macros splunk_server=local |search title=&amp;lt;macro&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;So my current  version of search is below and I am looking the way how I can add the previousDefinition of macro before it was edited .&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal method=POST sourcetype=splunkd_ui_access uri_path=/en-US/manager/search/admin/macros/my_*indexes | rex field=uri_path "\/en-US\/manager\/search\/admin\/macros\/(?&amp;lt;title&amp;gt;.*)" | join type=left title [ | rest /servicesNS/-/-/admin/macros splunk_server=local]|rename definition as currentDef  |table _time host user title currentDef&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 09:21:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-Auding-for-changes-in-macro/m-p/412650#M3626</guid>
      <dc:creator>anilyelmar</dc:creator>
      <dc:date>2019-01-18T09:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Auding for changes in macro</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Auding-for-changes-in-macro/m-p/412651#M3627</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;In splunk thre are no such auditing functionality which will provide you previous macro configuration and current macro configuration Or difference between them. Please submit ER (Enhacement Request) with Splunk.&lt;/P&gt;

&lt;P&gt;For future config changes you may try this app &lt;A href="https://splunkbase.splunk.com/app/3295/"&gt;https://splunkbase.splunk.com/app/3295/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 13:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-Auding-for-changes-in-macro/m-p/412651#M3627</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-01-18T13:46:00Z</dc:date>
    </item>
  </channel>
</rss>

