<?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: Unable to remotely restart universal forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/526827#M88862</link>
    <description>&lt;P&gt;yes it still works, I think the UF downloads the conf and restarts by itself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2020 11:01:09 GMT</pubDate>
    <dc:creator>splunkreal</dc:creator>
    <dc:date>2020-10-28T11:01:09Z</dc:date>
    <item>
      <title>Unable to remotely restart universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/166926#M33819</link>
      <description>&lt;P&gt;I am attempting to restart a universal forwarder which is running on a Windows server.  I enter the following:  hxxps://server:8089/services/server/control/restart, replacing "server" with the hostname/ip of the server.  I am then prompted to enter the admin user/password.&lt;/P&gt;

&lt;P&gt;After the credentials are accepted, instead of the forwarder restarting, I receive the following:&lt;/P&gt;

&lt;P&gt;&amp;lt;response&amp;gt;&lt;BR /&gt;
&amp;lt;messages&amp;gt;&lt;BR /&gt;
&amp;lt;msg type="ERROR"&amp;gt;&lt;BR /&gt;
In handler 'server-control': Invalid request, restart requires POST (handler: server-control, action:restart, eai action: list).&lt;BR /&gt;
&amp;lt;/msg&amp;gt;&lt;BR /&gt;
&amp;lt;/messages&amp;gt;&lt;BR /&gt;
&amp;lt;/response&amp;gt;&lt;/P&gt;

&lt;P&gt;Assistance with this would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2015 20:11:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/166926#M33819</guid>
      <dc:creator>adamblock1</dc:creator>
      <dc:date>2015-06-18T20:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to remotely restart universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/166927#M33820</link>
      <description>&lt;P&gt;Hi adamblock1,&lt;/P&gt;

&lt;P&gt;Well the message is pretty clear, it says &lt;CODE&gt;restart requires POST&lt;/CODE&gt; and like in the docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/RESTREF/RESTsystem#server.2Fcontrol.2Frestart"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/RESTREF/RESTsystem#server.2Fcontrol.2Frestart&lt;/A&gt; use the provided example and run &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:changeme &lt;A href="https://localhost:8089/services/server/control/restart" target="test_blank"&gt;https://localhost:8089/services/server/control/restart&lt;/A&gt; -X POST
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and it will work. But, I don't know if this is going to work on an UF as well, since the supported remote commands &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/AccessandusetheCLIonaremoteserver"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/AccessandusetheCLIonaremoteserver&lt;/A&gt; do not include &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Start, stop, restart
Status, version 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Maybe you can provide an update if it's working &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Hope that helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2015 20:19:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/166927#M33820</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-06-18T20:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to remotely restart universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/166928#M33821</link>
      <description>&lt;P&gt;You might be able to make use of this app: &lt;A href="https://splunkbase.splunk.com/app/2775/"&gt;https://splunkbase.splunk.com/app/2775/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 19:10:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/166928#M33821</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2016-09-26T19:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to remotely restart universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/166929#M33822</link>
      <description>&lt;P&gt;The following can help a bit at &lt;A href="https://answers.splunk.com/answers/91160/restart-a-uf-via-cli-other-remote-means.html"&gt;Restart a UF via CLI / other remote means&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 19:58:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/166929#M33822</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-09-26T19:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to remotely restart universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/526827#M88862</link>
      <description>&lt;P&gt;yes it still works, I think the UF downloads the conf and restarts by itself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 11:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-remotely-restart-universal-forwarder/m-p/526827#M88862</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2020-10-28T11:01:09Z</dc:date>
    </item>
  </channel>
</rss>

