<?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 Audit in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Audit/m-p/461179#M3878</link>
    <description>&lt;P&gt;Hi, last week, I had full administrative access with Splunk but opened Splunk this morning and it appears my role may have changed; I now have what appears to be limited visibility into the Settings menu, something to that a normal end-user role might see. Looking for some SPL that would detect if changes were made to my account, when those changes were made, what changes were made, and who made those changes. Any help with this is appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2020 23:24:45 GMT</pubDate>
    <dc:creator>itsmevic</dc:creator>
    <dc:date>2020-06-05T23:24:45Z</dc:date>
    <item>
      <title>Splunk Audit</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Audit/m-p/461179#M3878</link>
      <description>&lt;P&gt;Hi, last week, I had full administrative access with Splunk but opened Splunk this morning and it appears my role may have changed; I now have what appears to be limited visibility into the Settings menu, something to that a normal end-user role might see. Looking for some SPL that would detect if changes were made to my account, when those changes were made, what changes were made, and who made those changes. Any help with this is appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 23:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Audit/m-p/461179#M3878</guid>
      <dc:creator>itsmevic</dc:creator>
      <dc:date>2020-06-05T23:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Audit</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Audit/m-p/461180#M3879</link>
      <description>&lt;P&gt;You can search the _audit index for user changes.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit sourcetype=audittrail action=edit_user
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you can specify a user that you are looking for or the "object" that was changed.&lt;/P&gt;

&lt;P&gt;example output:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Audit:[timestamp=04-01-2020 05:08:32.013, user=zona, action=edit_user, info=granted object="james" operation=edit][n/a]
Audit:[timestamp=04-01-2020 05:08:32.013, user=zona, action=edit_user, info=succeeded object="james" password_changed=false realname="james johnson" email="test@test.com" roles="admin+power+user" password_state="" unlock_user=1 , default_app="launcher", ji=""][n/a]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Apr 2020 05:25:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Audit/m-p/461180#M3879</guid>
      <dc:creator>zacharychristen</dc:creator>
      <dc:date>2020-04-01T05:25:58Z</dc:date>
    </item>
  </channel>
</rss>

