<?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: How to masking data by Role-based on Splunk Cloud? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/636637#M16680</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238835"&gt;@yottanat2021&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;for my knowledge, it isn't possible to mask data at search time.&lt;/P&gt;&lt;P&gt;You can block the access to the row data, disabling the open in search feature in all the dashboards enabled for that role, and permit only access to some dashboards with a subset of fields.&lt;/P&gt;&lt;P&gt;This means that you must create different dashboards for each role!&lt;/P&gt;&lt;P&gt;Access to data is managed in Splunk at index level, in other words, if a role is enabled to see the events stored in an index, it can see all the data,&lt;/P&gt;&lt;P&gt;but, as I said, you can only block the access to the raw data and permit access to data only using a limited dashboard.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 06:48:08 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-03-30T06:48:08Z</dc:date>
    <item>
      <title>How to masking data by Role-based on Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/635816#M16647</link>
      <description>&lt;P&gt;I want to masking data by Role-based on Splunk Cloud.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 03:33:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/635816#M16647</guid>
      <dc:creator>yottanat2021</dc:creator>
      <dc:date>2023-03-24T03:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to masking data by Role-based on Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/635897#M16651</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238835"&gt;@yottanat2021&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;could you better describe your requirement?&lt;/P&gt;&lt;P&gt;are you speaking of data masking at index time or at search time?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 11:05:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/635897#M16651</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-24T11:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to masking data by Role-based on Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/636611#M16679</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank your for reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to masking data at search-time on &lt;STRONG&gt;Splunk Cloud.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Example like this&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;[1] Enable role-based field filtering feature&lt;BR /&gt;file: /opt/splunk/etc/system/local/limits.conf&lt;BR /&gt;#&lt;BR /&gt;[search]&lt;BR /&gt;role_based_field_filtering = true&lt;/P&gt;&lt;P&gt;[2] Config field filtering for user role (not support on UI, manual edit only), example role name is "staff"&lt;BR /&gt;file: /opt/splunk/etc/system/local/authorize.conf&lt;BR /&gt;#&lt;BR /&gt;[role_staff]&lt;BR /&gt;fieldFilter-host = SHA256&lt;BR /&gt;fieldFilter-_raw = s/output_mode=[^ ']+/output_mode=HIDDEN/g&lt;BR /&gt;fieldFilterLimit = sourcetype::audittrail&lt;BR /&gt;importRoles = user&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 01:55:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/636611#M16679</guid>
      <dc:creator>yottanat2021</dc:creator>
      <dc:date>2023-03-30T01:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to masking data by Role-based on Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/636637#M16680</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238835"&gt;@yottanat2021&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;for my knowledge, it isn't possible to mask data at search time.&lt;/P&gt;&lt;P&gt;You can block the access to the row data, disabling the open in search feature in all the dashboards enabled for that role, and permit only access to some dashboards with a subset of fields.&lt;/P&gt;&lt;P&gt;This means that you must create different dashboards for each role!&lt;/P&gt;&lt;P&gt;Access to data is managed in Splunk at index level, in other words, if a role is enabled to see the events stored in an index, it can see all the data,&lt;/P&gt;&lt;P&gt;but, as I said, you can only block the access to the raw data and permit access to data only using a limited dashboard.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 06:48:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/636637#M16680</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-30T06:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to masking data by Role-based on Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/636828#M16688</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your guidance help me so much.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 06:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-masking-data-by-Role-based-on-Splunk-Cloud/m-p/636828#M16688</guid>
      <dc:creator>yottanat2021</dc:creator>
      <dc:date>2023-03-31T06:56:25Z</dc:date>
    </item>
  </channel>
</rss>

