<?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: restart splunkd remotely in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/restart-splunkd-remotely/m-p/70235#M808</link>
    <description>&lt;P&gt;&lt;CODE&gt;curl -k -u admin:PASSWORD &lt;A href="https://HOSTNAMEREMOTE:8089/services/server/control/restart" target="test_blank"&gt;https://HOSTNAMEREMOTE:8089/services/server/control/restart&lt;/A&gt; -X POST&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;This should work as long as the PASSWORD is NOT the default (mainly for forwarders)&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2013 14:20:38 GMT</pubDate>
    <dc:creator>alacercogitatus</dc:creator>
    <dc:date>2013-06-20T14:20:38Z</dc:date>
    <item>
      <title>restart splunkd remotely</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/restart-splunkd-remotely/m-p/70234#M807</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is there a way (via Splunk cli?) to restart the splunkd process on remote servers? &lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2013 14:16:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/restart-splunkd-remotely/m-p/70234#M807</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2013-06-20T14:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: restart splunkd remotely</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/restart-splunkd-remotely/m-p/70235#M808</link>
      <description>&lt;P&gt;&lt;CODE&gt;curl -k -u admin:PASSWORD &lt;A href="https://HOSTNAMEREMOTE:8089/services/server/control/restart" target="test_blank"&gt;https://HOSTNAMEREMOTE:8089/services/server/control/restart&lt;/A&gt; -X POST&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;This should work as long as the PASSWORD is NOT the default (mainly for forwarders)&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2013 14:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/restart-splunkd-remotely/m-p/70235#M808</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-06-20T14:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: restart splunkd remotely</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/restart-splunkd-remotely/m-p/70236#M809</link>
      <description>&lt;P&gt;Powershell Winrm is turning out to be very nice add in my environment (Windows) for managing my servers. I am in the process of setting up 40+ and I used powershell with winrm to manage almost all settings.  &lt;/P&gt;

&lt;P&gt;When WINRM is up and configured you can use: &lt;/P&gt;

&lt;P&gt;(Examples)&lt;/P&gt;

&lt;P&gt;Powershell.exe&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Invoke-Command -ComputerName $computername { &amp;lt;Command&amp;gt; }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Enter-pssession -computername
Cd Splunk\bin
.\splunk.exe restart
exit-pssession
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;WINRM with powershell is like telnet for unix. Microsoft finally understands the power of scripting and remote management via the command line. &lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2013 14:34:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/restart-splunkd-remotely/m-p/70236#M809</guid>
      <dc:creator>MartinMcNutt</dc:creator>
      <dc:date>2013-06-20T14:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: restart splunkd remotely</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/restart-splunkd-remotely/m-p/70237#M810</link>
      <description>&lt;P&gt;Using Splunk CLI:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;splunk _internal call /services/server/control/restart -method POST -uri &lt;A href="https://remoteserver:8089"&gt;https://remoteserver:8089&lt;/A&gt; -auth admin:goodpassword&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Consider &lt;A href="http://apps.splunk.com/app/1607/"&gt;Web Terminal for Splunk&lt;/A&gt; app for situations when Splunk CLI or curl are not available.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2013 19:49:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/restart-splunkd-remotely/m-p/70237#M810</guid>
      <dc:creator>Leo</dc:creator>
      <dc:date>2013-11-01T19:49:43Z</dc:date>
    </item>
  </channel>
</rss>

