<?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 How can we specify authorization at data input level? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-can-we-specify-authorization-at-data-input-level/m-p/16059#M11843</link>
    <description>&lt;P&gt;How can we specify authorization at data input source level?
Like I created a TCP source, but I want it to be available (while searching) to a specific group/role/user only. Not for everyone.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jun 2010 05:15:55 GMT</pubDate>
    <dc:creator>alankar</dc:creator>
    <dc:date>2010-06-24T05:15:55Z</dc:date>
    <item>
      <title>How can we specify authorization at data input level?</title>
      <link>https://community.splunk.com/t5/Security/How-can-we-specify-authorization-at-data-input-level/m-p/16059#M11843</link>
      <description>&lt;P&gt;How can we specify authorization at data input source level?
Like I created a TCP source, but I want it to be available (while searching) to a specific group/role/user only. Not for everyone.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2010 05:15:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-can-we-specify-authorization-at-data-input-level/m-p/16059#M11843</guid>
      <dc:creator>alankar</dc:creator>
      <dc:date>2010-06-24T05:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can we specify authorization at data input level?</title>
      <link>https://community.splunk.com/t5/Security/How-can-we-specify-authorization-at-data-input-level/m-p/16060#M11844</link>
      <description>&lt;P&gt;You could specify a custom index within the input configuration.  For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/custom.log]
index = special
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can then create a custom role which allows only access to this index by modifying authorize.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[role_custom]
importRoles = user
srchIndexesDefault = special
srchIndexesAllowed = special
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To ensure other roles are unable to access this special index, you should verify that the srchIndexes* settings do not specify * or the special index.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2010 05:25:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-can-we-specify-authorization-at-data-input-level/m-p/16060#M11844</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-06-24T05:25:06Z</dc:date>
    </item>
  </channel>
</rss>

