<?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 two indexes in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307502#M92260</link>
    <description>&lt;P&gt;A power user cannot get results from &lt;CODE&gt;index=*&lt;/CODE&gt; or &lt;CODE&gt;index=foo OR index=bar&lt;/CODE&gt; when an admin can&lt;/P&gt;

&lt;P&gt;Below is the authorize.conf changes&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[role_user]
srchMaxTime = 8640000
srchDiskQuota = 250

[role_admin]
srchIndexesDefault = main
srchMaxTime = 8640000

[role_power]
cumulativeRTSrchJobsQuota = 400
cumulativeSrchJobsQuota = 200
srchFilter = *
srchMaxTime = 8640000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When the power user runs the query they are getting results from foo index but nothing from bar index. When the Power user run index=foo he gets results and when he runs index=bar he gets results. &lt;/P&gt;

&lt;P&gt;When the admin user run the query they are getting results from both foo and bar indexes.&lt;/P&gt;

&lt;P&gt;Let me know what I might be missing to get the fixed for our power users.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
Logan Rhamy&lt;/P&gt;</description>
    <pubDate>Thu, 29 Mar 2018 14:23:43 GMT</pubDate>
    <dc:creator>LoganRhamy</dc:creator>
    <dc:date>2018-03-29T14:23:43Z</dc:date>
    <item>
      <title>two indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307502#M92260</link>
      <description>&lt;P&gt;A power user cannot get results from &lt;CODE&gt;index=*&lt;/CODE&gt; or &lt;CODE&gt;index=foo OR index=bar&lt;/CODE&gt; when an admin can&lt;/P&gt;

&lt;P&gt;Below is the authorize.conf changes&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[role_user]
srchMaxTime = 8640000
srchDiskQuota = 250

[role_admin]
srchIndexesDefault = main
srchMaxTime = 8640000

[role_power]
cumulativeRTSrchJobsQuota = 400
cumulativeSrchJobsQuota = 200
srchFilter = *
srchMaxTime = 8640000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When the power user runs the query they are getting results from foo index but nothing from bar index. When the Power user run index=foo he gets results and when he runs index=bar he gets results. &lt;/P&gt;

&lt;P&gt;When the admin user run the query they are getting results from both foo and bar indexes.&lt;/P&gt;

&lt;P&gt;Let me know what I might be missing to get the fixed for our power users.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
Logan Rhamy&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 14:23:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307502#M92260</guid>
      <dc:creator>LoganRhamy</dc:creator>
      <dc:date>2018-03-29T14:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: two indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307503#M92261</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;

&lt;P&gt;The power user with a index=* will get its default indexes, which if you haven;t changed them, are only main. So if you are searching index=* and aren't getting  results from one index, it means you may need to add bar index to srchIndexesAllowed for the role power_user.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 14:32:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307503#M92261</guid>
      <dc:creator>tiagofbmm</dc:creator>
      <dc:date>2018-03-29T14:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: two indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307504#M92262</link>
      <description>&lt;P&gt;Thank you for the quick answer. When Power user searches bar alone he gets results. I assume that would mean he has access to search that index. Let me know if I am mistaken.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 14:36:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307504#M92262</guid>
      <dc:creator>LoganRhamy</dc:creator>
      <dc:date>2018-03-29T14:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: two indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307505#M92263</link>
      <description>&lt;P&gt;Yes it does mean he can get data from that index indeed. No errors occur in that search? Are you sure both searches time ranges are the same?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 14:41:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307505#M92263</guid>
      <dc:creator>tiagofbmm</dc:creator>
      <dc:date>2018-03-29T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: two indexes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307506#M92264</link>
      <description>&lt;P&gt;Yes it is a dashboard search that is just opened in search so we are 100% sure of the match query and time frame.&lt;/P&gt;

&lt;P&gt;No errors occur besides the lack of results from one of the indexes&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 14:43:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/two-indexes/m-p/307506#M92264</guid>
      <dc:creator>LoganRhamy</dc:creator>
      <dc:date>2018-03-29T14:43:21Z</dc:date>
    </item>
  </channel>
</rss>

