<?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: Why am I getting search error &amp;quot;In handler 'savedsearch': Cannot get username when all users are selected.&amp;quot;? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250607#M74892</link>
    <description>&lt;P&gt;I have also faced this issue while back. After long struggle, figured out the issue is with F5 VIP settings.  &lt;/P&gt;

&lt;P&gt;please check "session_cookie_insert' as the default persistence profile". Once we updated this setting above mentioned issue is gone.&lt;/P&gt;

&lt;P&gt;I hope this helps you.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 15:00:28 GMT</pubDate>
    <dc:creator>sbbadri</dc:creator>
    <dc:date>2020-09-29T15:00:28Z</dc:date>
    <item>
      <title>Why am I getting search error "In handler 'savedsearch': Cannot get username when all users are selected."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250599#M74884</link>
      <description>&lt;P&gt;Is anyone else getting this error when performing a search? If so, can anyone help with a solution. Thank you&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;In handler 'savedsearch': Cannot get username when all users are selected.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Nov 2015 13:53:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250599#M74884</guid>
      <dc:creator>fmpa_isaac</dc:creator>
      <dc:date>2015-11-25T13:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "In handler 'savedsearch': Cannot get username when all users are selected."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250600#M74885</link>
      <description>&lt;P&gt;We are seeing it also. Have you had any traction on this error? Are you using LDAP for authentication or a custom script of some sort?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 13:50:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250600#M74885</guid>
      <dc:creator>mgonter_splunk</dc:creator>
      <dc:date>2015-12-11T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "In handler 'savedsearch': Cannot get username when all users are selected."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250601#M74886</link>
      <description>&lt;P&gt;@mgonter_splunk - any updates on this?  i am using LDAP auth in a Search Head cluster.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2016 23:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250601#M74886</guid>
      <dc:creator>awurster</dc:creator>
      <dc:date>2016-01-10T23:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "In handler 'savedsearch': Cannot get username when all users are selected."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250602#M74887</link>
      <description>&lt;P&gt;Sorry for the delay, my engineer was able to troubleshoot it and provided the following. Please take a look and compare.. &lt;BR /&gt;
  Camilla Clone - Jeff&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="dropdown" token="card" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Select a User:&amp;lt;/label&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;sourcetype="Camilla - All Events" Title="LOCAL ACCESS REPORT"| stats values(CardholderName) as card | mvexpand card&amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;card&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;card&amp;lt;/fieldForValue&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
  &amp;lt;valueprefix&amp;gt;"CardholderName=&amp;lt;/valueprefix&amp;gt;
  &amp;lt;valuesuffix&amp;gt;"&amp;lt;/valuesuffix&amp;gt;
&amp;lt;/input&amp;gt;


&amp;lt;panel&amp;gt;
  &amp;lt;title&amp;gt;$card$&amp;lt;/title&amp;gt;
  &amp;lt;table&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;sourcetype="Camilla - All Events" $card$ Title="LOCAL ACCESS REPORT"| table Title, Event, Date_Event, Access, Access_Point, Security_Area, CardholderName, Access_Point_Description&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
    &amp;lt;/search&amp;gt;
  &amp;lt;/table&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;`&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 15:56:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250602#M74887</guid>
      <dc:creator>fmpa_isaac</dc:creator>
      <dc:date>2016-01-13T15:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "In handler 'savedsearch': Cannot get username when all users are selected."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250603#M74888</link>
      <description>&lt;P&gt;actually to clarify, i was also seeing messages as found here in this question.  this answer helped me (was actually a loadbalancing issue).&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/205904/search-head-cluster-error-usermanagerpro-failed-to.html"&gt;https://answers.splunk.com/answers/205904/search-head-cluster-error-usermanagerpro-failed-to.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 01:32:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250603#M74888</guid>
      <dc:creator>awurster</dc:creator>
      <dc:date>2016-01-14T01:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "In handler 'savedsearch': Cannot get username when all users are selected."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250604#M74889</link>
      <description>&lt;P&gt;this might help:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/330420/after-upgrading-to-splunk-63-why-do-users-have-to.html"&gt;https://answers.splunk.com/answers/330420/after-upgrading-to-splunk-63-why-do-users-have-to.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 23:44:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250604#M74889</guid>
      <dc:creator>jterry</dc:creator>
      <dc:date>2016-04-14T23:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "In handler 'savedsearch': Cannot get username when all users are selected."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250605#M74890</link>
      <description>&lt;P&gt;That thread mentions that the problem is resolved in 6.3.2, which we are running, but we're still seeing that error come up.  There were other users in the thread that said the same.  Is there a confirmation that it is now fixed in 6.3.3 or 6.3.4?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 22:55:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250605#M74890</guid>
      <dc:creator>Jeremiah</dc:creator>
      <dc:date>2016-05-04T22:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "In handler 'savedsearch': Cannot get username when all users are selected."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250606#M74891</link>
      <description>&lt;P&gt;I'm still seeing this as of Splunk 6.5.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 16:12:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250606#M74891</guid>
      <dc:creator>cdoebert</dc:creator>
      <dc:date>2016-10-13T16:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting search error "In handler 'savedsearch': Cannot get username when all users are selected."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250607#M74892</link>
      <description>&lt;P&gt;I have also faced this issue while back. After long struggle, figured out the issue is with F5 VIP settings.  &lt;/P&gt;

&lt;P&gt;please check "session_cookie_insert' as the default persistence profile". Once we updated this setting above mentioned issue is gone.&lt;/P&gt;

&lt;P&gt;I hope this helps you.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:00:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-search-error-quot-In-handler-savedsearch-Cannot/m-p/250607#M74892</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2020-09-29T15:00:28Z</dc:date>
    </item>
  </channel>
</rss>

