<?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 prevent users from creating knowledge objects in custom app in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536436#M151672</link>
    <description>&lt;P&gt;If you don't want non-admin users to create any KOs in your app then you can provide only read access to all knowledge objects by adding below in the app's default.meta.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;[]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;access = read : [ * ], write : [ admin ]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;export&amp;nbsp;=&amp;nbsp;system&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Note that export = system makes reports and dashboards&amp;nbsp;available to all apps.&lt;/P&gt;&lt;P&gt;Check this page for more information &lt;A href="https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/setpermissionsforobjects" target="_blank" rel="noopener"&gt;https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/setpermissionsforobjects&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 06:12:09 GMT</pubDate>
    <dc:creator>manjunathmeti</dc:creator>
    <dc:date>2021-01-20T06:12:09Z</dc:date>
    <item>
      <title>how to prevent users from creating knowledge objects in custom app</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536382#M151657</link>
      <description>&lt;P&gt;Hello Splunkers&lt;/P&gt;&lt;P&gt;we are trying to restrict users (non admins) from creating knowledge objects (dashboards and reports) in our custom apps. we would like users to use the dashboards created but not save any dashboards.&amp;nbsp; we have not given write permissions to users for the app. Also we default.meta config file we added the below stanza&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[viewstates]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;access = read : [ * ], write : [ admin ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;export = system&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[views]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;access = read : [ * ], write : [ admin ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;we have few groups who have write access to default search and reporting app. is this causing users to create KO's in custom app?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;if not can someone suggest me if there is anyway to restrict users doing so.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 20:08:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536382#M151657</guid>
      <dc:creator>AzmathShaik</dc:creator>
      <dc:date>2021-01-19T20:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to prevent users from creating knowledge objects in custom app</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536436#M151672</link>
      <description>&lt;P&gt;If you don't want non-admin users to create any KOs in your app then you can provide only read access to all knowledge objects by adding below in the app's default.meta.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;[]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;access = read : [ * ], write : [ admin ]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;export&amp;nbsp;=&amp;nbsp;system&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Note that export = system makes reports and dashboards&amp;nbsp;available to all apps.&lt;/P&gt;&lt;P&gt;Check this page for more information &lt;A href="https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/setpermissionsforobjects" target="_blank" rel="noopener"&gt;https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/setpermissionsforobjects&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 06:12:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536436#M151672</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-01-20T06:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to prevent users from creating knowledge objects in custom app</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536497#M151689</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp; we already have this in our config file. it still allowing users to create KO's&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 14:29:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536497#M151689</guid>
      <dc:creator>AzmathShaik</dc:creator>
      <dc:date>2021-01-20T14:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to prevent users from creating knowledge objects in custom app</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536524#M151704</link>
      <description>&lt;P&gt;That should not happen,&lt;BR /&gt;1. Check if there is a local.meta file in your app with write access to those user roles.&lt;BR /&gt;2. Check if those user roles have all_admin_objects capability or if user roles are inherited from the admin role.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 15:21:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536524#M151704</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-01-20T15:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to prevent users from creating knowledge objects in custom app</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536534#M151709</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-01-20 at 10.47.25 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12604i917C6E159A810646/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-01-20 at 10.47.25 AM.png" alt="Screen Shot 2021-01-20 at 10.47.25 AM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-01-20 at 10.49.22 AM.png" style="width: 645px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12605i1733B77FAA92654D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-01-20 at 10.49.22 AM.png" alt="Screen Shot 2021-01-20 at 10.49.22 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are my configs. i don't have any local.meta file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 15:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-prevent-users-from-creating-knowledge-objects-in-custom/m-p/536534#M151709</guid>
      <dc:creator>AzmathShaik</dc:creator>
      <dc:date>2021-01-20T15:51:24Z</dc:date>
    </item>
  </channel>
</rss>

