<?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: Same Query different user with matching permissions does not return results in Security</title>
    <link>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114409#M3580</link>
    <description>&lt;P&gt;Thanks. You were correct.  I made sure the indexes were viewable but the fields were private as well.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2013 18:20:55 GMT</pubDate>
    <dc:creator>james_j_taylor</dc:creator>
    <dc:date>2013-10-25T18:20:55Z</dc:date>
    <item>
      <title>Same Query different user with matching permissions does not return results</title>
      <link>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114405#M3576</link>
      <description>&lt;P&gt;When I run the below query as an admin it returns results however when run as a user it does not. The user is a power user with admin rights, the time picker is set the same.  There are no exclusions from the users rights to indexes ( as far as I can tell)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="login_data" sourcetype="Login_Data"[search index="hrxref_data" sourcetype="HR_XREF" earliest=-60d (LVL1_MOID="xx" OR MOID="xx") | table SignonID ] | eval SignonID=upper(SignonID) |  bucket _time span=1d | stats count as LoginCount by _time, SignonID | join type=outer SignonID [search index="hrxref_data" sourcetype="HR_XREF" earliest=-60d (LVL1_MOID="xx" OR MOID="xx") | table SignonID EMP_NAME ] | timechart values(LoginCount) as LoginCount by EMP_NAME
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Oct 2013 22:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114405#M3576</guid>
      <dc:creator>james_j_taylor</dc:creator>
      <dc:date>2013-10-24T22:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Same Query different user with matching permissions does not return results</title>
      <link>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114406#M3577</link>
      <description>&lt;P&gt;What does the job inspector say (little 'i' icon near the time picker)? &lt;/P&gt;

&lt;P&gt;Could some field extraction take place in an app's props or transforms, and the user-role does not have access there?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 06:54:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114406#M3577</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-10-25T06:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Same Query different user with matching permissions does not return results</title>
      <link>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114407#M3578</link>
      <description>&lt;P&gt;It looks like the search should work providing the user has access to all the same knowledge objects and indexes.&lt;BR /&gt;
Check try the following 2 searches. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="login_data" sourcetype="Login_Data | stats count by SignonID

index="hrxref_data" sourcetype="HR_XREF" | stats values(LVL1_MOID) values(MOID)  values(SignonID) values(EMP_NAME)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If any of the searches or columns are empty, look to see if the user can see the index and that field extractions are not private.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 09:28:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114407#M3578</guid>
      <dc:creator>BobM</dc:creator>
      <dc:date>2013-10-25T09:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Same Query different user with matching permissions does not return results</title>
      <link>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114408#M3579</link>
      <description>&lt;P&gt;Field extractions were private.  I thought since I added the admin role that the role would share the same objects.  For this project I changed the objects to global.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 18:20:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114408#M3579</guid>
      <dc:creator>james_j_taylor</dc:creator>
      <dc:date>2013-10-25T18:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Same Query different user with matching permissions does not return results</title>
      <link>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114409#M3580</link>
      <description>&lt;P&gt;Thanks. You were correct.  I made sure the indexes were viewable but the fields were private as well.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 18:20:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Same-Query-different-user-with-matching-permissions-does-not/m-p/114409#M3580</guid>
      <dc:creator>james_j_taylor</dc:creator>
      <dc:date>2013-10-25T18:20:55Z</dc:date>
    </item>
  </channel>
</rss>

