<?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: Permissions on indexes and sourcetypes in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25526#M4170</link>
    <description>&lt;P&gt;Yes, you retrict the acl on the indexers inputs.conf &lt;/P&gt;

&lt;P&gt;acceptFrom =  ...&lt;BR /&gt;
* Lists a set of networks or addresses to accept connections from.  These rules are separated by commas or spaces&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.6/Admin/Inputsconf"&gt;Inputs Conf Spec&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2015 15:25:38 GMT</pubDate>
    <dc:creator>mcronkrite</dc:creator>
    <dc:date>2015-12-30T15:25:38Z</dc:date>
    <item>
      <title>Permissions on indexes and sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25520#M4164</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;I know that you can set read/write permissions on views.&lt;/P&gt;

&lt;P&gt;Is it possible to set read permissions on indexes and sourcetypes? &lt;/P&gt;

&lt;P&gt;I ask this because it might be good to just prevent certain Splunk users from being able to read data from a particular index. It may be easier to have this functionality instead of turning off read/write access to every view that uses an index/sourcetype that you do not want certain users to have access to.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2011 01:40:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25520#M4164</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2011-01-13T01:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions on indexes and sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25521#M4165</link>
      <description>&lt;P&gt;Yes, it's possible to restrict access to an index for a role. You can select the visible indexes for every role at Manager » Access controls » Roles » your role under Indexes. You can specify the default indexes (those are searches when no explicit index is specified in the search).&lt;/P&gt;

&lt;P&gt;Restricting access to a sourcetype is more compliated. It can only be done by defining Search restrictions for a role, such as&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;NOT sourcetype=mysourcetype
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Jan 2011 02:05:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25521#M4165</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2011-01-13T02:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions on indexes and sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25522#M4166</link>
      <description>&lt;P&gt;This is already in place.&lt;BR /&gt;
If you would like users to only access part of the data, then you make sure that you split the data in different indexes. Then, you assign the "default indexes" and "indexes" to specific roles. &lt;/P&gt;

&lt;P&gt;You need to go to &lt;CODE&gt;Manager » Access controls » Roles » user&lt;/CODE&gt; and give specific permissions to the role.&lt;BR /&gt;
Default indexes = what a default search will look at.&lt;BR /&gt;
Indexes = what a user can actually specify in the search, for example, "index=abcd"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Default indexes
Set the index(es) that searches default to when no index is specified. User with this role can search other indexes using index= (e.g., "index=special_index").


Indexes
Restrict this role's searches to the specified index(es). Search results for this role will only show events from these indexes.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Jan 2011 02:09:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25522#M4166</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2011-01-13T02:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions on indexes and sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25523#M4167</link>
      <description>&lt;P&gt;This is useful to know as I might restrict some users access to certain sourcetypes in my Splunk instance. Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2011 20:09:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25523#M4167</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2011-01-13T20:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions on indexes and sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25524#M4168</link>
      <description>&lt;P&gt;Thanks for the info Genti. If both answers could be ticked I would have done that. Maybe that's an idea for an updated version of Splunk Answers.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2011 20:12:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25524#M4168</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2011-01-13T20:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions on indexes and sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25525#M4169</link>
      <description>&lt;P&gt;The OP mentioned that he had concerns about users writing to indexes as well (i'm guessing a good example would be a user running |collect)... Does anyone know how to protect from users writing to indexes?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2014 17:44:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25525#M4169</guid>
      <dc:creator>w531t4</dc:creator>
      <dc:date>2014-03-25T17:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions on indexes and sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25526#M4170</link>
      <description>&lt;P&gt;Yes, you retrict the acl on the indexers inputs.conf &lt;/P&gt;

&lt;P&gt;acceptFrom =  ...&lt;BR /&gt;
* Lists a set of networks or addresses to accept connections from.  These rules are separated by commas or spaces&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.6/Admin/Inputsconf"&gt;Inputs Conf Spec&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 15:25:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25526#M4170</guid>
      <dc:creator>mcronkrite</dc:creator>
      <dc:date>2015-12-30T15:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions on indexes and sourcetypes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25527#M4171</link>
      <description>&lt;P&gt;Note: you need to prevent the role from inheriting from the User role. Inheriting from the User role gives the new role access to all non internal indexes by default.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 13:46:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Permissions-on-indexes-and-sourcetypes/m-p/25527#M4171</guid>
      <dc:creator>dfrankekcg</dc:creator>
      <dc:date>2016-10-26T13:46:49Z</dc:date>
    </item>
  </channel>
</rss>

