<?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 restart Universal Forwarder from a Deploy Server? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328199#M60913</link>
    <description>&lt;P&gt;thanks! this seems obvious but is not. fixed my problems not getting any data from my deployment clients even though the apps were pushed out successfully.&lt;/P&gt;

&lt;P&gt;However I had to remove all my apps, reload deploy-server, and then add them again and reload in order for the restart to actually take place. I think the restart is only triggered during an initial app installation and not just when you update the app. Not positive about that though.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 19:07:15 GMT</pubDate>
    <dc:creator>nick405060</dc:creator>
    <dc:date>2019-01-17T19:07:15Z</dc:date>
    <item>
      <title>How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328195#M60909</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need restart many servers (Universal Forwarders) Unix from a Deploy Server. &lt;BR /&gt;
Is there any way to do it?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 17:01:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328195#M60909</guid>
      <dc:creator>kisero</dc:creator>
      <dc:date>2018-03-02T17:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328196#M60910</link>
      <description>&lt;P&gt;if they are talking to deployment server, you can pick an app that is deployed to all forwarders, probably an outputs app, and add the restart flag to it. then reload your apps to the forwarders&lt;BR /&gt;
steps:&lt;BR /&gt;
go to "forwarder Mangement" -&amp;gt;apps tab -&amp;gt; choose and app -&amp;gt; edit -&amp;gt; mark :Restart Splunkd" -&amp;gt; go to $SPLUNK_HOME/bin on Deploymet Server -&amp;gt; run: &lt;CODE&gt;splunk reload deploy-server&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4497i7965DF2B6E86D813/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 17:54:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328196#M60910</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-03-02T17:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328197#M60911</link>
      <description>&lt;P&gt;We use a Splunk_Restart class with a dummy Splunk_Restart app that has "Restart Splunkd" enabled. When we want to restart a host we just add it to the clients list and remove it 5 minutes later.&lt;/P&gt;

&lt;P&gt;This is only necessary if you're making changes to an already deployed .conf file. If you're making major changes, you can use ./splunk reload deploy-server -class &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:23:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328197#M60911</guid>
      <dc:creator>klemaned</dc:creator>
      <dc:date>2020-09-29T21:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328198#M60912</link>
      <description>&lt;P&gt;Interesting thing @adonio - but we can't do anything (in the app context) if the forwarder is down, right? because I'm struggling with "my" forwarders that are occasionally down...&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 14:29:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328198#M60912</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-09-27T14:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328199#M60913</link>
      <description>&lt;P&gt;thanks! this seems obvious but is not. fixed my problems not getting any data from my deployment clients even though the apps were pushed out successfully.&lt;/P&gt;

&lt;P&gt;However I had to remove all my apps, reload deploy-server, and then add them again and reload in order for the restart to actually take place. I think the restart is only triggered during an initial app installation and not just when you update the app. Not positive about that though.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 19:07:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328199#M60913</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2019-01-17T19:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328200#M60914</link>
      <description>&lt;P&gt;Excellent solution, and added to my serverclass!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 20:22:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328200#M60914</guid>
      <dc:creator>nplamondon</dc:creator>
      <dc:date>2019-03-01T20:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328201#M60915</link>
      <description>&lt;P&gt;There is such a feature in &lt;A href="https://splunkbase.splunk.com/app/2775/"&gt;https://splunkbase.splunk.com/app/2775/&lt;/A&gt; - one or recursively over a search result. You need to reach port 8089 on the forwarders though and set a password for admin.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 14:28:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328201#M60915</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2020-04-29T14:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328202#M60916</link>
      <description>&lt;P&gt;This is likely not an option for most people, as it would probably require firewall rules that no sane fw admin would create.&lt;/P&gt;

&lt;P&gt;The existing answers are a much better solution.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 21:56:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328202#M60916</guid>
      <dc:creator>nplamondon</dc:creator>
      <dc:date>2020-05-21T21:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328203#M60917</link>
      <description>&lt;P&gt;Not saying i disagree with you but would you care to explain how pushing arbitrary code for execution from a deployment server to any endpoint being run with potentially local system/root is saner and safer then using the splunk api remotely from the same box?&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 08:54:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/328203#M60917</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2020-05-22T08:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/504214#M85966</link>
      <description>&lt;P&gt;You can also restart by server class using the following command: /etc/splunk/bin- "splunk reload deploy-server -class ServerClassName".&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 17:21:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/504214#M85966</guid>
      <dc:creator>rahulkumar02</dc:creator>
      <dc:date>2020-06-12T17:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/504216#M85967</link>
      <description>&lt;P&gt;If the splunk service is down on the forwarder, then it cannot reach the deployment server, hence cannot receive the app update and restart request.&lt;/P&gt;&lt;P&gt;You may have to actually start splunk service directly on the client (with a CLI command or any remote admin management tool)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 17:39:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/504216#M85967</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2020-06-12T17:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/675173#M113005</link>
      <description>&lt;P&gt;So basically we can do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a dummy app and assign system/UFs we wish to restart&lt;/LI&gt;&lt;LI&gt;Flag that app to restart with the checkbox&lt;/LI&gt;&lt;LI&gt;Restart depoyment server&lt;/LI&gt;&lt;LI&gt;Dummy app gets pushed to UF&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;UF reads it and restarts/reloads itself?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 23 Jan 2024 13:38:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/675173#M113005</guid>
      <dc:creator>shocko</dc:creator>
      <dc:date>2024-01-23T13:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart Universal Forwarder from a Deploy Server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/675174#M113006</link>
      <description>&lt;P&gt;Close.&lt;/P&gt;&lt;P&gt;You don't need to restart the DS. Just reload the deployment classes. (if you're doing it via CLI, if I remember correctly, the GUI takes care of that automatically)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 13:55:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-restart-Universal-Forwarder-from-a-Deploy-Server/m-p/675174#M113006</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-01-23T13:55:05Z</dc:date>
    </item>
  </channel>
</rss>

