<?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 enable and disable Rest End Point? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413375#M73125</link>
    <description>&lt;P&gt;Maybe, try this... &lt;/P&gt;

&lt;P&gt;To disable email for an alert&lt;BR /&gt;
&lt;CODE&gt;curl -k -u admin:pass &lt;A href="https://splunkserver:8089/servicesNS/nobody/search/saved/searches/MyAlert1" target="test_blank"&gt;https://splunkserver:8089/servicesNS/nobody/search/saved/searches/MyAlert1&lt;/A&gt; -d "actions="&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;To enable email for an alert
curl -k -u admin:pass &lt;A href="https://splunkserver:8089/servicesNS/nobody/search/saved/searches/MyAlert1" target="test_blank"&gt;https://splunkserver:8089/servicesNS/nobody/search/saved/searches/MyAlert1&lt;/A&gt; -d "actions=email"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 21 Aug 2018 13:14:10 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2018-08-21T13:14:10Z</dc:date>
    <item>
      <title>How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413365#M73115</link>
      <description>&lt;P&gt;Hi Experts&lt;BR /&gt;
I am trying to disable an alert using below rest API example provided in the documentation. It returns back a XML response with all the attributes of the alert but do not disable the alert. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Example:-
    curl -k -u admin:pass &lt;A href="https://localhost:8089/servicesNS/admin/search/saved/searches/TestSearch/" target="test_blank"&gt;https://localhost:8089/servicesNS/admin/search/saved/searches/TestSearch/&lt;/A&gt; \
          disable -X POST

My curl command
curl -X POST -k -u admin:xxx &lt;A href="https://server:9099/servicesNS/admin/search/saved/searches/test1234/disable" target="test_blank"&gt;https://server:9099/servicesNS/admin/search/saved/searches/test1234/disable&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Reference :- &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.5/RESTUM/RESTusing"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.5/RESTUM/RESTusing&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Any inputs, what is wrong here?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 11:41:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413365#M73115</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2018-08-20T11:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413366#M73116</link>
      <description>&lt;P&gt;Can you try :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -X POST -k -u admin:xxx &lt;A href="https://server:9099/servicesNS/admin/search/saved/searches/test1234/" target="test_blank"&gt;https://server:9099/servicesNS/admin/search/saved/searches/test1234/&lt;/A&gt; \ disable
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Aug 2018 13:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413366#M73116</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-08-20T13:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413367#M73117</link>
      <description>&lt;P&gt;Thanks for your input but unfortunately This throws &lt;CODE&gt;curl: (6) Could not resolve host: disable; Unknown error&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 07:16:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413367#M73117</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2018-08-21T07:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413368#M73118</link>
      <description>&lt;P&gt;instead of "server", can you try "localhost"?!?! or the full servername (FQDN, like abc.mycompany.com)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -X POST -k -u admin:xxx &lt;A href="https://localhost:9099/servicesNS/admin/search/saved/searches/test1234/" target="test_blank"&gt;https://localhost:9099/servicesNS/admin/search/saved/searches/test1234/&lt;/A&gt; \ disable
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Aug 2018 07:32:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413368#M73118</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-08-21T07:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413369#M73119</link>
      <description>&lt;P&gt;I guess the issue is not with the server name. The following Curl  returns back the XML output but the alert is not disabling.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -X POST -k -u admin:xxx &lt;A href="https://server:9099/servicesNS/admin/search/saved/searches/test1234/disable" target="test_blank"&gt;https://server:9099/servicesNS/admin/search/saved/searches/test1234/disable&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Aug 2018 08:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413369#M73119</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2018-08-21T08:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413370#M73120</link>
      <description>&lt;P&gt;try... &lt;BR /&gt;
    &lt;CODE&gt;curl -k -u admin:xxx &lt;A href="https://server:9099/servicesNS/admin/search/saved/searches/test1234/" target="test_blank"&gt;https://server:9099/servicesNS/admin/search/saved/searches/test1234/&lt;/A&gt; disable -X POST&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I think the "\" is for entering the command on the next line.. maybe, use it and see if it works.. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:xxx &lt;A href="https://server:9099/servicesNS/admin/search/saved/searches/test1234/" target="test_blank"&gt;https://server:9099/servicesNS/admin/search/saved/searches/test1234/&lt;/A&gt; \
disable -X POST
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Aug 2018 08:32:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413370#M73120</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-08-21T08:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413371#M73121</link>
      <description>&lt;P&gt;No luck..The status of alert remains unchanged... Is this working in your environment. I am using Splunk 6.6.5&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 11:24:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413371#M73121</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2018-08-21T11:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413372#M73122</link>
      <description>&lt;P&gt;i am currently not having access to prod to test this..  ok, maybe, lets try to see if you are able to view the Access Control List of this search - &lt;/P&gt;

&lt;P&gt;List the ACL properties of this alert - &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;curl -k -u admin:xxx &lt;A href="https://server:9099/servicesNS/admin/search/saved/searches/test1234/acl" target="test_blank"&gt;https://server:9099/servicesNS/admin/search/saved/searches/test1234/acl&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 12:02:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413372#M73122</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-08-21T12:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413373#M73123</link>
      <description>&lt;P&gt;Yes, I got the following xml back.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;feed xmlns="http://www.w3.org/2005/Atom" xmlns:s="http://dev.splunk.com/ns/rest" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"&amp;gt;
  &amp;lt;title&amp;gt;savedsearch&amp;lt;/title&amp;gt;
  &amp;lt;id&amp;gt;https://localhost:9099/servicesNS/admin/search/saved/searches&amp;lt;/id&amp;gt;
  &amp;lt;updated&amp;gt;2018-08-21T18:14:10+05:30&amp;lt;/updated&amp;gt;
  &amp;lt;generator build="b119a2a8b0ad" version="6.6.5"/&amp;gt;
  &amp;lt;author&amp;gt;
    &amp;lt;name&amp;gt;Splunk&amp;lt;/name&amp;gt;
  &amp;lt;/author&amp;gt;
  &amp;lt;link href="/servicesNS/admin/search/saved/searches/_new" rel="create"/&amp;gt;
  &amp;lt;link href="/servicesNS/admin/search/saved/searches/_reload" rel="_reload"/&amp;gt;
  &amp;lt;link href="/servicesNS/admin/search/saved/searches/_acl" rel="_acl"/&amp;gt;
  &amp;lt;opensearch:totalResults&amp;gt;1&amp;lt;/opensearch:totalResults&amp;gt;
  &amp;lt;opensearch:itemsPerPage&amp;gt;30&amp;lt;/opensearch:itemsPerPage&amp;gt;
  &amp;lt;opensearch:startIndex&amp;gt;0&amp;lt;/opensearch:startIndex&amp;gt;
  &amp;lt;s:messages/&amp;gt;
  &amp;lt;entry&amp;gt;
    &amp;lt;title&amp;gt;test1234&amp;lt;/title&amp;gt;
    &amp;lt;id&amp;gt;https://localhost:9099/servicesNS/admin/search/saved/searches/test1234&amp;lt;/id&amp;gt;
    &amp;lt;updated&amp;gt;2018-08-21T13:54:46+05:30&amp;lt;/updated&amp;gt;
    &amp;lt;link href="/servicesNS/admin/search/saved/searches/test1234" rel="alternate"/&amp;gt;
    &amp;lt;author&amp;gt;
      &amp;lt;name&amp;gt;admin&amp;lt;/name&amp;gt;
    &amp;lt;/author&amp;gt;
    &amp;lt;link href="/servicesNS/admin/search/saved/searches/test1234" rel="list"/&amp;gt;
    &amp;lt;link href="/servicesNS/admin/search/saved/searches/test1234/_reload" rel="_reload"/&amp;gt;
    &amp;lt;link href="/servicesNS/admin/search/saved/searches/test1234" rel="edit"/&amp;gt;
    &amp;lt;link href="/servicesNS/admin/search/saved/searches/test1234" rel="remove"/&amp;gt;
    &amp;lt;link href="/servicesNS/admin/search/saved/searches/test1234/move" rel="move"/&amp;gt;
    &amp;lt;link href="/servicesNS/admin/search/saved/searches/test1234/embed" rel="embed"/&amp;gt;
    &amp;lt;link href="/servicesNS/admin/search/saved/searches/test1234/enable" rel="enable"/&amp;gt;
    &amp;lt;link href="/servicesNS/admin/search/saved/searches/test1234/history" rel="history"/&amp;gt;
    &amp;lt;content type="text/xml"&amp;gt;
      &amp;lt;s:dict&amp;gt;
        &amp;lt;s:key name="eai:acl"&amp;gt;
          &amp;lt;s:dict&amp;gt;
            &amp;lt;s:key name="app"&amp;gt;search&amp;lt;/s:key&amp;gt;
            &amp;lt;s:key name="can_change_perms"&amp;gt;1&amp;lt;/s:key&amp;gt;
            &amp;lt;s:key name="can_list"&amp;gt;1&amp;lt;/s:key&amp;gt;
            &amp;lt;s:key name="can_share_app"&amp;gt;1&amp;lt;/s:key&amp;gt;
            &amp;lt;s:key name="can_share_global"&amp;gt;1&amp;lt;/s:key&amp;gt;
            &amp;lt;s:key name="can_share_user"&amp;gt;1&amp;lt;/s:key&amp;gt;
            &amp;lt;s:key name="can_write"&amp;gt;1&amp;lt;/s:key&amp;gt;
            &amp;lt;s:key name="modifiable"&amp;gt;1&amp;lt;/s:key&amp;gt;
            &amp;lt;s:key name="owner"&amp;gt;admin&amp;lt;/s:key&amp;gt;
            &amp;lt;s:key name="perms"/&amp;gt;
            &amp;lt;s:key name="removable"&amp;gt;1&amp;lt;/s:key&amp;gt;
            &amp;lt;s:key name="sharing"&amp;gt;user&amp;lt;/s:key&amp;gt;
          &amp;lt;/s:dict&amp;gt;
        &amp;lt;/s:key&amp;gt;
      &amp;lt;/s:dict&amp;gt;
    &amp;lt;/content&amp;gt;
  &amp;lt;/entry&amp;gt;
&amp;lt;/feed&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Aug 2018 12:50:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413373#M73123</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2018-08-21T12:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413374#M73124</link>
      <description>&lt;P&gt;just now i noticed this...  are you using 8089 or 9089 ? &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;curl -X POST -k -u admin:xxx &lt;A href="https://server:9099/servicesNS/admin/search/saved/searches/test1234/disable" target="test_blank"&gt;https://server:9099/servicesNS/admin/search/saved/searches/test1234/disable&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;OR &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;curl -X POST -k -u admin:xxx &lt;A href="https://server:8089/servicesNS/admin/search/saved/searches/test1234/disable" target="test_blank"&gt;https://server:8089/servicesNS/admin/search/saved/searches/test1234/disable&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 13:12:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413374#M73124</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-08-21T13:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413375#M73125</link>
      <description>&lt;P&gt;Maybe, try this... &lt;/P&gt;

&lt;P&gt;To disable email for an alert&lt;BR /&gt;
&lt;CODE&gt;curl -k -u admin:pass &lt;A href="https://splunkserver:8089/servicesNS/nobody/search/saved/searches/MyAlert1" target="test_blank"&gt;https://splunkserver:8089/servicesNS/nobody/search/saved/searches/MyAlert1&lt;/A&gt; -d "actions="&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;To enable email for an alert
curl -k -u admin:pass &lt;A href="https://splunkserver:8089/servicesNS/nobody/search/saved/searches/MyAlert1" target="test_blank"&gt;https://splunkserver:8089/servicesNS/nobody/search/saved/searches/MyAlert1&lt;/A&gt; -d "actions=email"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Aug 2018 13:14:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413375#M73125</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-08-21T13:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413376#M73126</link>
      <description>&lt;P&gt;I am using my management port which is 9099&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 13:28:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413376#M73126</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2018-08-21T13:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413377#M73127</link>
      <description>&lt;P&gt;Found an interesting thing.. When we hit the disable endpoint, Splunk creates another alert with same name and same search,with private permission and disables it..&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 13:38:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413377#M73127</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2018-08-21T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413378#M73128</link>
      <description>&lt;P&gt;so, when you hit the disable endpoint, totally, you get two alerts.. one is enabled and one is disabled... in total, its the enabled one is still sending alerts?!?!? &lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 13:59:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413378#M73128</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-08-21T13:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413379#M73129</link>
      <description>&lt;P&gt;yes thats right.. This is what I see in the Splunk UI.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 05:02:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413379#M73129</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2018-08-22T05:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413380#M73130</link>
      <description>&lt;P&gt;this behavior looks strange... i dont know..maybe someone else can reply to you regarding this.. &lt;BR /&gt;
as this is really a strange behavior, you can consult splunk support.&lt;/P&gt;

&lt;P&gt;(PS - you can upvote for comments as well &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; .. at times, new users may think that only "answers" can be upvoted. so clarifying &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; )&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 06:51:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413380#M73130</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-08-22T06:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413381#M73131</link>
      <description>&lt;P&gt;Thanks for reminding about the up vote.&lt;/P&gt;

&lt;P&gt;I will try to reach out to splunk and raise this as a bug.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 10:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413381#M73131</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2018-08-22T10:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413382#M73132</link>
      <description>&lt;P&gt;&lt;EM&gt;Update&lt;/EM&gt;- It works on the private alert but not on the shared alert.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 07:15:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413382#M73132</guid>
      <dc:creator>vaibhavagg2006</dc:creator>
      <dc:date>2018-08-23T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413383#M73133</link>
      <description>&lt;P&gt;nice to know that it worked as private alert.. &lt;/P&gt;

&lt;P&gt;on shared alert.. not sure.. maybe, that is how the "shared alerts" maybe designed. &lt;BR /&gt;
one thought.. "shared" to others with just read access or write/edit access to the alert?!?!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 08:10:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413383#M73133</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2018-08-23T08:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable and disable Rest End Point?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413384#M73134</link>
      <description>&lt;P&gt;I would look further look into the namespace that is required to reach the saved search you are trying to disable.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/RESTUM/RESTusing#Namespace"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/RESTUM/RESTusing#Namespace&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;As most likely is that the rest endpoint either doesn't have access to that search or is just creating a new search that its disabling automatically but is never hitting the originating saved search.&lt;/P&gt;

&lt;P&gt;If this saved search name is unique an easy way to edit this search is by the following command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:pass &lt;A href="https://localhost:8089/servicesNS/-/-/saved/searches/TestSearch/" target="test_blank"&gt;https://localhost:8089/servicesNS/-/-/saved/searches/TestSearch/&lt;/A&gt; \
          disable -X POST
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As this will be looking over over all levels of access (private,app,global) for the saved search that matches TestSearch.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 18:57:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-enable-and-disable-Rest-End-Point/m-p/413384#M73134</guid>
      <dc:creator>cmakepeace_nfcu</dc:creator>
      <dc:date>2018-12-28T18:57:26Z</dc:date>
    </item>
  </channel>
</rss>

