<?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 set up an alert if a user makes a change to a group? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198318#M57338</link>
    <description>&lt;P&gt;How does your event data look like when a user performs addition or deletion? Provide some sample data and what you are expecting out of it..&lt;/P&gt;</description>
    <pubDate>Fri, 29 Aug 2014 02:20:52 GMT</pubDate>
    <dc:creator>pradeepkumarg</dc:creator>
    <dc:date>2014-08-29T02:20:52Z</dc:date>
    <item>
      <title>How to set up an alert if a user makes a change to a group?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198317#M57337</link>
      <description>&lt;P&gt;I am fairly new to splunk but I am trying to create a search that would send out an alert whenever a member of a certain group makes a change to any data in the group they are in.&lt;/P&gt;

&lt;P&gt;For example, if group x has 10 members, I would want to search for any members in that group that would either add or delete a user into that group.&lt;/P&gt;

&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2014 01:33:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198317#M57337</guid>
      <dc:creator>kavraja</dc:creator>
      <dc:date>2014-08-29T01:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an alert if a user makes a change to a group?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198318#M57338</link>
      <description>&lt;P&gt;How does your event data look like when a user performs addition or deletion? Provide some sample data and what you are expecting out of it..&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2014 02:20:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198318#M57338</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2014-08-29T02:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an alert if a user makes a change to a group?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198319#M57339</link>
      <description>&lt;P&gt;Are you talking about internal Splunk groups &amp;amp; members? If so, the best thing would be to ensure those users don't have admin access if you don't want them changing group membership. Barring that, I don't see much in the _internal index for security changes other than the webaccess &amp;amp; splunkd_acccess logs. Even those don't have group membership details, however, you might assume that a POST to the auth pages (/en-US/manager/search/authentication/*) represented a change to something security wise. You may pick up some false positives when someone changes their password though.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:26:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198319#M57339</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2020-09-28T17:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an alert if a user makes a change to a group?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198320#M57340</link>
      <description>&lt;P&gt;example search for auth changes in Splunk;&lt;/P&gt;

&lt;P&gt;index=_internal host=&lt;YOURSPLUNKSERVER&gt; method=POST "authentication"&lt;/YOURSPLUNKSERVER&gt;&lt;/P&gt;

&lt;P&gt;It picked up the creation, group change, and password change events for the user I just tried out.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2014 12:13:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198320#M57340</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2014-08-29T12:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an alert if a user makes a change to a group?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198321#M57341</link>
      <description>&lt;P&gt;Thanks jeremiahc4. Used the &lt;/P&gt;

&lt;P&gt;"index=_internal host=&lt;YOURSPLUNKSERVER&gt; method=POST "authentication"&lt;/YOURSPLUNKSERVER&gt;&lt;/P&gt;

&lt;P&gt;as an example and got it working for what i needed it to do&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2014 07:56:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-alert-if-a-user-makes-a-change-to-a-group/m-p/198321#M57341</guid>
      <dc:creator>kavraja</dc:creator>
      <dc:date>2014-09-01T07:56:31Z</dc:date>
    </item>
  </channel>
</rss>

