<?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: In Splunk Enterprise, I use |rest /services/authentication/users/ to get a list of users.  How can I do the same in Splunk-ES? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416610#M5033</link>
    <description>&lt;P&gt;Guess my question is wrong.  I need a list of Splunk-ES users from Splunk Enterprise.&lt;/P&gt;

&lt;P&gt;When I run that rest command from Splunk Enterprise, I do not see any Splunk-ES users even when I remove the search command.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Aug 2018 12:36:33 GMT</pubDate>
    <dc:creator>dcrooks_cbp</dc:creator>
    <dc:date>2018-08-22T12:36:33Z</dc:date>
    <item>
      <title>In Splunk Enterprise, I use |rest /services/authentication/users/ to get a list of users.  How can I do the same in Splunk-ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416606#M5029</link>
      <description>&lt;P&gt;I need a list of admins and also users from Splunk-ES to list in an audit dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 22:24:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416606#M5029</guid>
      <dc:creator>dcrooks_cbp</dc:creator>
      <dc:date>2018-08-20T22:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: In Splunk Enterprise, I use |rest /services/authentication/users/ to get a list of users.  How can I do the same in Splunk-ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416607#M5030</link>
      <description>&lt;P&gt;Since Splunk ES is built on core Splunk, the same command can be used.  To isolate the ES users, look for role names beginning with "ess_".&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/authentication/users | search roles="ess_*" | dedup title
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Aug 2018 12:23:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416607#M5030</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-08-21T12:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: In Splunk Enterprise, I use |rest /services/authentication/users/ to get a list of users.  How can I do the same in Splunk-ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416608#M5031</link>
      <description>&lt;P&gt;Thanks for the reply! &lt;/P&gt;

&lt;P&gt;That command works for me in Splunk-ES, but not in Splunk Enterprise.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 12:58:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416608#M5031</guid>
      <dc:creator>dcrooks_cbp</dc:creator>
      <dc:date>2018-08-21T12:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: In Splunk Enterprise, I use |rest /services/authentication/users/ to get a list of users.  How can I do the same in Splunk-ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416609#M5032</link>
      <description>&lt;P&gt;You asked for a command that works in Splunk ES and now you have one.&lt;BR /&gt;
The same query will work in Splunk Enterprise if you remove the search command.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 13:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416609#M5032</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-08-21T13:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: In Splunk Enterprise, I use |rest /services/authentication/users/ to get a list of users.  How can I do the same in Splunk-ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416610#M5033</link>
      <description>&lt;P&gt;Guess my question is wrong.  I need a list of Splunk-ES users from Splunk Enterprise.&lt;/P&gt;

&lt;P&gt;When I run that rest command from Splunk Enterprise, I do not see any Splunk-ES users even when I remove the search command.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 12:36:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416610#M5033</guid>
      <dc:creator>dcrooks_cbp</dc:creator>
      <dc:date>2018-08-22T12:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: In Splunk Enterprise, I use |rest /services/authentication/users/ to get a list of users.  How can I do the same in Splunk-ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416611#M5034</link>
      <description>&lt;P&gt;Do you have ES users registered on the Enterprise system where you run the query?  If not, that would explain why they're not found.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 13:04:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416611#M5034</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-08-23T13:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: In Splunk Enterprise, I use |rest /services/authentication/users/ to get a list of users.  How can I do the same in Splunk-ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416612#M5035</link>
      <description>&lt;P&gt;How do I get them registered?  I should be able to get a list of users in Splunk-ES, yes?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 13:38:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416612#M5035</guid>
      <dc:creator>dcrooks_cbp</dc:creator>
      <dc:date>2018-08-23T13:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: In Splunk Enterprise, I use |rest /services/authentication/users/ to get a list of users.  How can I do the same in Splunk-ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416613#M5036</link>
      <description>&lt;P&gt;You can register the ES users like you would any other user, but a non-ES instance won't have the ES roles that identify the users as being part of ES.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 11:47:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/In-Splunk-Enterprise-I-use-rest-services-authentication-users-to/m-p/416613#M5036</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-08-27T11:47:00Z</dc:date>
    </item>
  </channel>
</rss>

