<?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 get list of users for specific search,How to get list of users for message in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-for-specific-search-How-to-get-list-of/m-p/497078#M194758</link>
    <description>&lt;P&gt;&lt;CODE&gt;when ...&lt;/CODE&gt;&lt;BR /&gt;
Are you going to make alert?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;rex&lt;/CODE&gt; is no problem.&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 17:37:56 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-05-14T17:37:56Z</dc:date>
    <item>
      <title>How to get list of users for specific search,How to get list of users for message</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-for-specific-search-How-to-get-list-of/m-p/497075#M194755</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I am very new to splunk, wanted to get the list unique users for below criteria.&lt;/P&gt;

&lt;P&gt;I need query to get the actor which was a user .&lt;/P&gt;

&lt;P&gt;Unable to retrieve the content  7ec12461-b0db-4a7b-a210-7da0b2a1542e ph924_8bc4e8a6-6tr-oipo-zcvv-ea281ba6b101 Actor raja.&lt;BR /&gt;
Unable to retrieve the content  7ec12461-b0db-4a7b-a210-7da0b2a1542e ph924_8bc4e8a6-950f-rtey-ggff-qwrq42342435 Actor shekar.&lt;BR /&gt;
Unable to retrieve the content  7ec12461-b0db-4a7b-a210-7da0b2a1542e ph924_8bc4e8a6-khj-4ce6-khjk-gdgdfshghgfg Actor Madhu.,&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-for-specific-search-How-to-get-list-of/m-p/497075#M194755</guid>
      <dc:creator>rajawccm16</dc:creator>
      <dc:date>2020-09-30T05:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of users for specific search,How to get list of users for message</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-for-specific-search-How-to-get-list-of/m-p/497076#M194756</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=yours sourcetype=yours
| rex "Actor (?&amp;lt;user&amp;gt;\S+)"
| stats values(user) as unique_users_list
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;references:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rex"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rex&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Stats"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Stats&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/WelcometotheSearchTutorial"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.splunk.com/en_us/training/courses/splunk-fundamentals-1.html"&gt;https://www.splunk.com/en_us/training/courses/splunk-fundamentals-1.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 07:27:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-for-specific-search-How-to-get-list-of/m-p/497076#M194756</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-14T07:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of users for specific search,How to get list of users for message</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-for-specific-search-How-to-get-list-of/m-p/497077#M194757</link>
      <description>&lt;P&gt;Thank you for ur reply&lt;/P&gt;

&lt;P&gt;when "exception: Error occurred. Unable to retrieve document, please contact the helpdesk." occurred,&lt;/P&gt;

&lt;P&gt;then need to get actor from message section, Please advise&lt;/P&gt;

&lt;P&gt;exception: Error occurred. Unable to retrieve document, please contact the helpdesk.&lt;BR /&gt;
   logger: com.web.controller.DocumentController&lt;BR /&gt;
   message: 2020-05-14T13:12:47.753Z [taskExecutor-50] ui-prd-140-wttsz UI&lt;BR /&gt;
                ERROR c.o.d.d.w.c.DocumentController:-1 - Unable to retrieve the content for source  Actor Raja.&lt;BR /&gt;
com..exception.DocumentNotFoundException: Error occurred. Unable to retrieve document, please contact the helpdesk.&lt;BR /&gt;
    at com.web.controller.DocumentController$1$4.extractData(Unknown Source)&lt;BR /&gt;
    at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:662)&lt;BR /&gt;
    at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:635)&lt;BR /&gt;
    at com.web.controller.DocumentController$1.call(Unknown Source)&lt;BR /&gt;
    at com..web.controller.DocumentController$1.call(Unknown Source)&lt;BR /&gt;
    at org.springframework.web.context.request.async.WebAsyncManager$5.run(WebAsyncManager.java:327)&lt;BR /&gt;
    at co.elastic.apm.agent.impl.async.SpanInScopeRunnableWrapper.run(SpanInScopeRunnableWrapper.java:64)&lt;BR /&gt;
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;BR /&gt;
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;BR /&gt;
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;
    at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;
Caused by: java.lang.NullPointerException: null&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 13:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-for-specific-search-How-to-get-list-of/m-p/497077#M194757</guid>
      <dc:creator>rajawccm16</dc:creator>
      <dc:date>2020-05-14T13:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of users for specific search,How to get list of users for message</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-for-specific-search-How-to-get-list-of/m-p/497078#M194758</link>
      <description>&lt;P&gt;&lt;CODE&gt;when ...&lt;/CODE&gt;&lt;BR /&gt;
Are you going to make alert?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;rex&lt;/CODE&gt; is no problem.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 17:37:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-list-of-users-for-specific-search-How-to-get-list-of/m-p/497078#M194758</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-14T17:37:56Z</dc:date>
    </item>
  </channel>
</rss>

