<?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 to Edit saved search using Splunk REST ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Edit-saved-search-using-Splunk-REST/m-p/218805#M42999</link>
    <description>&lt;P&gt;I want to edit the search of a Saved Search Report using REST in Python without any other change. But when i am using the below code,it is creating a new saved search with private permission. Please help me in changing the search of the saved report with the existing permission.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; myhttp.request(baseurl + '/servicesNS/sys-splunk/AS/saved/searches/15_report','POST', headers={'Authorization': 'Splunk %s' % sessionkey},body=urllib.urlencode({'search': "index=*"}))
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 01 Oct 2016 10:14:03 GMT</pubDate>
    <dc:creator>sagrl</dc:creator>
    <dc:date>2016-10-01T10:14:03Z</dc:date>
    <item>
      <title>How to Edit saved search using Splunk REST ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Edit-saved-search-using-Splunk-REST/m-p/218805#M42999</link>
      <description>&lt;P&gt;I want to edit the search of a Saved Search Report using REST in Python without any other change. But when i am using the below code,it is creating a new saved search with private permission. Please help me in changing the search of the saved report with the existing permission.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; myhttp.request(baseurl + '/servicesNS/sys-splunk/AS/saved/searches/15_report','POST', headers={'Authorization': 'Splunk %s' % sessionkey},body=urllib.urlencode({'search': "index=*"}))
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 01 Oct 2016 10:14:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Edit-saved-search-using-Splunk-REST/m-p/218805#M42999</guid>
      <dc:creator>sagrl</dc:creator>
      <dc:date>2016-10-01T10:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Edit saved search using Splunk REST ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Edit-saved-search-using-Splunk-REST/m-p/218806#M43000</link>
      <description>&lt;P&gt;This should work:&lt;BR /&gt;
    curl -k -u user:password &lt;A href="https://qualifiedurl:8089/servicesNS/nobody/search/saved/searches/test/"&gt;https://qualifiedurl:8089/servicesNS/nobody/search/saved/searches/test/&lt;/A&gt; -d "search=index=*"&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:17:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Edit-saved-search-using-Splunk-REST/m-p/218806#M43000</guid>
      <dc:creator>polymorphic</dc:creator>
      <dc:date>2016-10-04T10:17:14Z</dc:date>
    </item>
  </channel>
</rss>

