<?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 change sharing and permissions for a lookup table using the REST API? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163267#M46335</link>
    <description>&lt;P&gt;Making a get on this endpoint:&lt;BR /&gt;
&lt;A href="https://localhost:8089/servicesNS/%7Buser%7D/search/search/tags/%7Btagname%7D"&gt;https://localhost:8089/servicesNS/{user}/search/search/tags/{tagname}&lt;/A&gt;&lt;BR /&gt;
does not return ACL.&lt;BR /&gt;
This makes me think that this option doesnt exists, for this endpoint which is confirmed by:&lt;BR /&gt;
&lt;A href="http://localhost:8000/en-US/manager/%7Bapp%7D/saved/ntags?ns=-&amp;amp;search=&amp;amp;app_only=1"&gt;http://localhost:8000/en-US/manager/{app}/saved/ntags?ns=-&amp;amp;search=&amp;amp;app_only=1&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2016 06:05:35 GMT</pubDate>
    <dc:creator>polymorphic</dc:creator>
    <dc:date>2016-04-05T06:05:35Z</dc:date>
    <item>
      <title>How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163257#M46325</link>
      <description>&lt;P&gt;I need to change sharing and permissions for a lookup table file using the REST API.&lt;/P&gt;

&lt;P&gt;I have been searching high and low for documentation, but I have been unable to find anything.&lt;/P&gt;

&lt;P&gt;Does anyone have an idea how this is done?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:20:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163257#M46325</guid>
      <dc:creator>polymorphic</dc:creator>
      <dc:date>2014-10-14T09:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163258#M46326</link>
      <description>&lt;P&gt;appending /acl (curl -k -u admin:password &lt;A href="https://localhost:8089/servicesNS/js/search/data/lookup-table-files/lookup.csv/acl"&gt;https://localhost:8089/servicesNS/js/search/data/lookup-table-files/lookup.csv/acl&lt;/A&gt; -d owner=js -d sharing=app) seems to do the trick for owner and sharing, but i havent found the param for read and write access.&lt;BR /&gt;
Anyone?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 12:40:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163258#M46326</guid>
      <dc:creator>polymorphic</dc:creator>
      <dc:date>2014-10-14T12:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163259#M46327</link>
      <description>&lt;P&gt;Got it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:password &lt;A href="http://localhost:8089/servicesNS/js/search/data/lookup-table-files/lookup.csv/acl" target="test_blank"&gt;http://localhost:8089/servicesNS/js/search/data/lookup-table-files/lookup.csv/acl&lt;/A&gt; -d owner=js -d sharing=app -d perms.read=* -d perms.write=*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Oct 2014 12:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163259#M46327</guid>
      <dc:creator>polymorphic</dc:creator>
      <dc:date>2014-10-14T12:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163260#M46328</link>
      <description>&lt;P&gt;That's a good catch. It helped me now to automate the 'Roles'(edit permissions) for dashboards/fields/tags.. etc&lt;BR /&gt;
Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 09:40:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163260#M46328</guid>
      <dc:creator>ranjithjosephd</dc:creator>
      <dc:date>2015-12-08T09:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163261#M46329</link>
      <description>&lt;P&gt;Hi, I'm hoping you could share this knowledge.  Especially as it relates to tags.  We have tons of tags that needs to be added and have permissions set.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 21:19:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163261#M46329</guid>
      <dc:creator>spause</dc:creator>
      <dc:date>2016-02-01T21:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163262#M46330</link>
      <description>&lt;P&gt;Hi , can you please explain. As i did same thing but in response i am getting Unknown Url endpoint&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 15:54:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163262#M46330</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-04-04T15:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163263#M46331</link>
      <description>&lt;P&gt;Maybe you just need to replace ../js/.. with your own username and ../lookup.csv with your own lookup file?&lt;BR /&gt;
Note that user "nobody" =everyone.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 16:17:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163263#M46331</guid>
      <dc:creator>polymorphic</dc:creator>
      <dc:date>2016-04-04T16:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163264#M46332</link>
      <description>&lt;P&gt;I tried with own username ..i am basically trying to update the permission of tags so for this i am using this url &lt;BR /&gt;
&lt;A href="https://localhost:8089/servicesNS/admin/search/search/tags/%7Btag_name%7D/acl"&gt;https://localhost:8089/servicesNS/admin/search/search/tags/{tag_name}/acl&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 17:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163264#M46332</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-04-04T17:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163265#M46333</link>
      <description>&lt;P&gt;Could you please explain exactly what you are trying to achieve?&lt;/P&gt;

&lt;P&gt;This post is originally about changing permissions on a lookup file, however from the REST endpoint in your last post im guessing that you are trying to change permissions on tags?&lt;/P&gt;

&lt;P&gt;Please be aware that you need to access the endpoint through the current owner. &lt;BR /&gt;
As far as i understand:&lt;BR /&gt;
If sharing is &lt;EM&gt;global&lt;/EM&gt;: &lt;A href="https://localhost:8089/servicesNS/nobody/"&gt;https://localhost:8089/servicesNS/nobody/&lt;/A&gt;....&lt;BR /&gt;
If sharing is app or private: &lt;A href="https://localhost:8089/servicesNS/*username"&gt;https://localhost:8089/servicesNS/*username&lt;/A&gt; of owner*/....&lt;/P&gt;

&lt;P&gt;Next comes the app directory:&lt;BR /&gt;
eg.: &lt;A href="https://localhost:8089/servicesNS/nobody/search/"&gt;https://localhost:8089/servicesNS/nobody/search/&lt;/A&gt;....&lt;/P&gt;

&lt;P&gt;From here its a blur but this link has been very helpfull for me: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTaccess"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTaccess&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 18:28:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163265#M46333</guid>
      <dc:creator>polymorphic</dc:creator>
      <dc:date>2016-04-04T18:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163266#M46334</link>
      <description>&lt;P&gt;I am trying to create new tags through REST API. I had success in that ,creating new tags ,but then i noticed that it's in my name and also the permission is set to private.So have to change the permission of tag to public so that it can be used .&lt;BR /&gt;
And i can my find my tag using this url &lt;BR /&gt;
&lt;A href="https://localhost:8089/servicesNS/ks/search/search/tags/testTag"&gt;https://localhost:8089/servicesNS/ks/search/search/tags/testTag&lt;/A&gt;&lt;BR /&gt;
So , if my &lt;BR /&gt;
username -&amp;gt;ks&lt;BR /&gt;
tag_name-&amp;gt; testTag&lt;BR /&gt;
So i am hitting the URL with post request with following data &lt;BR /&gt;
&lt;A href="https://localhost:8089/servicesNS/ks/search/search/tags/testTag/acl+-d+sharing=%22app%22+-d+perms.read=%22*%22+-d+perms.write=%22*%22"&gt;&lt;/A&gt;&lt;A href="https://localhost:8089/servicesNS/ks/search/search/tags/testTag/acl" target="test_blank"&gt;https://localhost:8089/servicesNS/ks/search/search/tags/testTag/acl&lt;/A&gt; -d sharing="app" -d perms.read="&lt;EM&gt;" -d perms.write="&lt;/EM&gt;"&lt;/P&gt;

&lt;P&gt;But its giving me Unknown EndPoint .&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 04:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163266#M46334</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-04-05T04:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163267#M46335</link>
      <description>&lt;P&gt;Making a get on this endpoint:&lt;BR /&gt;
&lt;A href="https://localhost:8089/servicesNS/%7Buser%7D/search/search/tags/%7Btagname%7D"&gt;https://localhost:8089/servicesNS/{user}/search/search/tags/{tagname}&lt;/A&gt;&lt;BR /&gt;
does not return ACL.&lt;BR /&gt;
This makes me think that this option doesnt exists, for this endpoint which is confirmed by:&lt;BR /&gt;
&lt;A href="http://localhost:8000/en-US/manager/%7Bapp%7D/saved/ntags?ns=-&amp;amp;search=&amp;amp;app_only=1"&gt;http://localhost:8000/en-US/manager/{app}/saved/ntags?ns=-&amp;amp;search=&amp;amp;app_only=1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 06:05:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163267#M46335</guid>
      <dc:creator>polymorphic</dc:creator>
      <dc:date>2016-04-05T06:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163268#M46336</link>
      <description>&lt;P&gt;So in that case i cannot update the permissions of the tags through REST , right ?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163268#M46336</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-04-05T08:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163269#M46337</link>
      <description>&lt;P&gt;As far as i understand, there are no permissions you can set on "Tags » List by tag name" which are the ones your endpoint is pointing at.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:12:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163269#M46337</guid>
      <dc:creator>polymorphic</dc:creator>
      <dc:date>2016-04-05T08:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163270#M46338</link>
      <description>&lt;P&gt;Then i suppose through this url i can change the permission, please correct me if  i am wrong &lt;BR /&gt;
&lt;A href="https://localhost:8089/servicesNS/ks/search/saved/fvtags/host=hostvalue/acl"&gt;https://localhost:8089/servicesNS/ks/search/saved/fvtags/host=hostvalue/acl&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:38:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163270#M46338</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-04-05T08:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163271#M46339</link>
      <description>&lt;P&gt;Then i suppose through this url i can change the permission, please correct me if i am wrong &lt;BR /&gt;
&lt;A href="https://localhost:8089/servicesNS/ks/search/saved/fvtags/host=hostvalue/acl"&gt;https://localhost:8089/servicesNS/ks/search/saved/fvtags/host=hostvalue/acl&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:40:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163271#M46339</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-04-05T08:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163272#M46340</link>
      <description>&lt;P&gt;Thanks a lot @polymorphic i really appreciate you time and efforts . &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Got the answer finally :&lt;BR /&gt;
You can update the permission of tags through REST API having a POST request at the following url and parameters:&lt;BR /&gt;
&lt;A href="https://localhost:8089/servicesNS/ks/search/saved/fvtags/tag_name/field%3Dvalue/acl+-d+owner=%22ks%22+-d+sharing=%22app%22+-d+perms.read=%22*%22+-d+perms.write=%22*%22"&gt;&lt;/A&gt;&lt;A href="https://localhost:8089/servicesNS/ks/search/saved/fvtags/tag_name/field%3Dvalue/acl" target="test_blank"&gt;https://localhost:8089/servicesNS/ks/search/saved/fvtags/tag_name/field%3Dvalue/acl&lt;/A&gt; -d owner="ks" -d sharing="app" -d perms.read="&lt;EM&gt;" -d perms.write="&lt;/EM&gt;"&lt;BR /&gt;
 Please check the following link&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/388854/how-can-i-change-the-permissions-of-dynamically-cr.html"&gt;https://answers.splunk.com/answers/388854/how-can-i-change-the-permissions-of-dynamically-cr.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 13:26:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163272#M46340</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-04-05T13:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163273#M46341</link>
      <description>&lt;P&gt;Posting this as I cannot see the comment supposedly posted here by kartik13.&lt;/P&gt;

&lt;P&gt;Got the answer finally.&lt;/P&gt;

&lt;P&gt;You can update the permission of tags through REST API having a POST request at the following url and parameters:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="https://localhost:8089/servicesNS/ks/search/saved/fvtags/tag_name/field%3Dvalue/acl" target="test_blank"&gt;https://localhost:8089/servicesNS/ks/search/saved/fvtags/tag_name/field%3Dvalue/acl&lt;/A&gt; -d owner="ks" -d sharing="app" -d perms.read="*" -d perms.write="*"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Apr 2016 19:08:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163273#M46341</guid>
      <dc:creator>spause</dc:creator>
      <dc:date>2016-04-05T19:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163274#M46342</link>
      <description>&lt;P&gt;Thanks @spause&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 12:24:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163274#M46342</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-04-06T12:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163275#M46343</link>
      <description>&lt;P&gt;Unfortunately, this doesn't work for me.  I do not appear to have a "fvtags" section. I have to use a "tags" url like below,  but it doesn't work to look at the acl  as expected in my 2nd url below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="https://serverDNSname:8089/servicesNS/&amp;lt;username&amp;gt;/&amp;lt;app-name&amp;gt;/search/tags" target="test_blank"&gt;https://serverDNSname:8089/servicesNS/&amp;lt;username&amp;gt;/&amp;lt;app-name&amp;gt;/search/tags&lt;/A&gt;

&lt;A href="https://serverDNSname:8089/servicesNS/&amp;lt;username&amp;gt;/&amp;lt;app-name&amp;gt;/search/tags/host%3Dvalue/acl" target="test_blank"&gt;https://serverDNSname:8089/servicesNS/&amp;lt;username&amp;gt;/&amp;lt;app-name&amp;gt;/search/tags/host%3Dvalue/acl&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you confirm that the separator characters between host and value are "percent  3D"?&lt;/P&gt;

&lt;P&gt;In the first url, it appears to be two colons.&lt;/P&gt;

&lt;P&gt;Error received:&lt;BR /&gt;
Unknown endpoint.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 13:54:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163275#M46343</guid>
      <dc:creator>spause</dc:creator>
      <dc:date>2016-04-06T13:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sharing and permissions for a lookup table using the REST API?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163276#M46344</link>
      <description>&lt;P&gt;host and value are basically field value pairs of of your tag. So it will be like in in this format field=value.In the URL it is encoded as %3D(in my case).Also i observed one thing .When i tried to have my username it didn't work.So i added nobody in the username and altered the owner in the paramters.Try with that too.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 02:14:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-sharing-and-permissions-for-a-lookup-table-using/m-p/163276#M46344</guid>
      <dc:creator>kartik13</dc:creator>
      <dc:date>2016-04-07T02:14:05Z</dc:date>
    </item>
  </channel>
</rss>

