<?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: Is it possible to use POST and DELETE with &amp;quot;rest&amp;quot; search command? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94565#M24398</link>
    <description>&lt;P&gt;Thanks for the clarification!&lt;BR /&gt;
Is there a way to achieve the same goal without "rest" command then?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2013 13:24:57 GMT</pubDate>
    <dc:creator>npichugin</dc:creator>
    <dc:date>2013-10-11T13:24:57Z</dc:date>
    <item>
      <title>Is it possible to use POST and DELETE with "rest" search command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94563#M24396</link>
      <description>&lt;P&gt;There is a nice search command for interacting with REST API: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rest"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rest&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But it seems that it can only do GET queries. Is it possible to do POST and DELETE queries in search?&lt;/P&gt;

&lt;P&gt;To be more specific, I need to dynamically create and remove inputs in my application.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:40:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94563#M24396</guid>
      <dc:creator>npichugin</dc:creator>
      <dc:date>2013-10-11T12:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use POST and DELETE with "rest" search command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94564#M24397</link>
      <description>&lt;P&gt;No, the &lt;CODE&gt;rest&lt;/CODE&gt; command supports GET requests only.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 13:22:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94564#M24397</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-10-11T13:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use POST and DELETE with "rest" search command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94565#M24398</link>
      <description>&lt;P&gt;Thanks for the clarification!&lt;BR /&gt;
Is there a way to achieve the same goal without "rest" command then?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 13:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94565#M24398</guid>
      <dc:creator>npichugin</dc:creator>
      <dc:date>2013-10-11T13:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use POST and DELETE with "rest" search command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94566#M24399</link>
      <description>&lt;P&gt;Use something like curl from the command line, or some other framework to issue POST / DELETE requests to the REST API over the network (to the management port of the Splunk instance, default 8089).&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 14:25:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94566#M24399</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2013-10-11T14:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use POST and DELETE with "rest" search command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94567#M24400</link>
      <description>&lt;P&gt;Try &lt;A href="https://splunkbase.splunk.com/app/2775/"&gt;https://splunkbase.splunk.com/app/2775/&lt;/A&gt; it contains a more generic Splunk REST command &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94567#M24400</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2017-02-22T16:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use POST and DELETE with "rest" search command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94568#M24401</link>
      <description>&lt;P&gt;here is a doc on using curl in the command line &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTUM/RESTusing"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTUM/RESTusing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:45:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94568#M24401</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-02-22T16:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use POST and DELETE with "rest" search command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94569#M24402</link>
      <description>&lt;P&gt;Yes, you may use a REST call to delete.    See DELETE for the "saved/searches/{name}" endpoint.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.1612/RESTREF/RESTsearch#saved.2Fsearches.2F.7Bname.7D"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.1612/RESTREF/RESTsearch#saved.2Fsearches.2F.7Bname.7D&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;Please keep in mind that the Splunk Search interface command line provides a 'rest' command, but this is read only, and is not a true REST client.  Please use your favorite common purpose REST client.  (curl, Postman, any HTTP library)&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 19:45:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-use-POST-and-DELETE-with-quot-rest-quot-search/m-p/94569#M24402</guid>
      <dc:creator>markbarber21</dc:creator>
      <dc:date>2019-01-17T19:45:57Z</dc:date>
    </item>
  </channel>
</rss>

