<?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 Syntax to update my scheduled search using REST? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Syntax-to-update-my-scheduled-search-using-REST/m-p/233757#M45563</link>
    <description>&lt;P&gt;I'm trying to update the max_concurrent instances on my scheduled search from the default of 1 to 2.  But the REST command doesn't appear to be working.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:changeme &lt;A href="https://splunk:8089/servicesNS/admin/search/saved/searches/test_search" target="test_blank"&gt;https://splunk:8089/servicesNS/admin/search/saved/searches/test_search&lt;/A&gt; -d 'max_concurrent=2' -d sharing=app
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(Note: the url is correct)&lt;/P&gt;

&lt;P&gt;Can someone spot the issue in my curl command?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2016 17:26:11 GMT</pubDate>
    <dc:creator>the_wolverine</dc:creator>
    <dc:date>2016-03-04T17:26:11Z</dc:date>
    <item>
      <title>Syntax to update my scheduled search using REST?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Syntax-to-update-my-scheduled-search-using-REST/m-p/233757#M45563</link>
      <description>&lt;P&gt;I'm trying to update the max_concurrent instances on my scheduled search from the default of 1 to 2.  But the REST command doesn't appear to be working.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:changeme &lt;A href="https://splunk:8089/servicesNS/admin/search/saved/searches/test_search" target="test_blank"&gt;https://splunk:8089/servicesNS/admin/search/saved/searches/test_search&lt;/A&gt; -d 'max_concurrent=2' -d sharing=app
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(Note: the url is correct)&lt;/P&gt;

&lt;P&gt;Can someone spot the issue in my curl command?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 17:26:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Syntax-to-update-my-scheduled-search-using-REST/m-p/233757#M45563</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2016-03-04T17:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to update my scheduled search using REST?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Syntax-to-update-my-scheduled-search-using-REST/m-p/233758#M45564</link>
      <description>&lt;P&gt;Try without the single quotes for max_concurrent as well.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:changeme &lt;A href="https://splunk:8089/servicesNS/admin/search/saved/searches/test_search" target="test_blank"&gt;https://splunk:8089/servicesNS/admin/search/saved/searches/test_search&lt;/A&gt; -d max_concurrent=2 -d sharing=app
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 04 Mar 2016 19:16:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Syntax-to-update-my-scheduled-search-using-REST/m-p/233758#M45564</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-04T19:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to update my scheduled search using REST?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Syntax-to-update-my-scheduled-search-using-REST/m-p/233759#M45565</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;response&amp;gt;
  &amp;lt;messages&amp;gt;
    &amp;lt;msg type="ERROR"&amp;gt;
 In handler 'savedsearch': Argument "sharing" is not supported by this handler.&amp;lt;/msg&amp;gt;
  &amp;lt;/messages&amp;gt;
&amp;lt;/response&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 05 Mar 2016 00:02:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Syntax-to-update-my-scheduled-search-using-REST/m-p/233759#M45565</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2016-03-05T00:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to update my scheduled search using REST?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Syntax-to-update-my-scheduled-search-using-REST/m-p/233760#M45566</link>
      <description>&lt;P&gt;Is the argument not applicable when modifying a system configuration?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 01:01:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Syntax-to-update-my-scheduled-search-using-REST/m-p/233760#M45566</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2016-03-05T01:01:27Z</dc:date>
    </item>
  </channel>
</rss>

