<?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: Monitoring CPU,RAM, and disk usage of splunk forwarders in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576623#M75641</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241072"&gt;@israbenbr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first, did you checked that the route between clients and the server are open?&lt;/P&gt;&lt;P&gt;you can check this using:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;telnet ip_server_splunk 8089
telnet ip_server_splunk 9997&lt;/LI-CODE&gt;&lt;P&gt;before the second check you have to enable receiving on the Splunk server [Settings -- Forwarding and Receiving -- Receiving] on one port (default 9997).&lt;/P&gt;&lt;P&gt;then you have to address the client to send logs to the Server, you can do this following the documentation at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Forwarder/8.2.3/Forwarder/Configuretheuniversalforwarder" target="_blank"&gt;https://docs.splunk.com/Documentation/Forwarder/8.2.3/Forwarder/Configuretheuniversalforwarder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in few words, you have to run on the client in CLI&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./splunk add forward-server &amp;lt;host name or ip address&amp;gt;:&amp;lt;listening port&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;In this way you create a file $SPLUNK_HOME/etc/system/local/outputs.conf that contains the address of the server to send logs.&lt;/P&gt;&lt;P&gt;In the same location, you'll have the file deploymentclient.conf, containing the address of the Deployment Server, in your test case, the same.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 29 Nov 2021 15:09:58 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2021-11-29T15:09:58Z</dc:date>
    <item>
      <title>Monitoring CPU,RAM, and disk usage of splunk forwarders</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576608#M75634</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am posting this question because I didn't find any solution :&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a trial version of Splunk Enterprise, and i already added&amp;nbsp; forwarders in the servers i want to monitor&lt;/P&gt;&lt;P&gt;I am trying to install the Splunk add-on for unix and Linux on these forwarders to be able to monitor their cpu, ram and disk usage&lt;/P&gt;&lt;P&gt;The problem is that these machines are under ubuntu 20.04 without a graphic interface, and no option is available to download the .tgz file of this add-on directly via a command line, so i am unable to download this file on my forwarders&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS : If no link/command is available to do so, is there another way to import the ram,cpu and disk data from these forwarders ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance !&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 12:36:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576608#M75634</guid>
      <dc:creator>israbenbr</dc:creator>
      <dc:date>2021-11-29T12:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CPU,RAM, and disk usage of splunk forwarders</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576611#M75635</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241072"&gt;@israbenbr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have two choices to deploy tour TA:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;manually deploying:&lt;UL&gt;&lt;LI&gt;copy&amp;nbsp;the TA in the $SPLUNK_HOME/etc/apps folder of the client,&lt;/LI&gt;&lt;LI&gt;untar it&lt;/LI&gt;&lt;LI&gt;set disabled=0 in the stanzas of inputs.conf of this app,&lt;/LI&gt;&lt;LI&gt;ther restart Splunk on the client;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;using Deployment Server:&lt;UL&gt;&lt;LI&gt;run the command to configure your client as client for a Deployment server (as described at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.3/Updating/Configuredeploymentclients" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.3/Updating/Configuredeploymentclients&lt;/A&gt;) in few words&amp;nbsp; "splunk set deploy-poll &amp;lt;IP_address/hostname&amp;gt;",&lt;/LI&gt;&lt;LI&gt;restart splunk on the client,&lt;/LI&gt;&lt;LI&gt;copy the TA in $SPLUNK_HOME/etc/deployment-apps of the Splunk server,&lt;/LI&gt;&lt;LI&gt;untar it,&lt;/LI&gt;&lt;LI&gt;create a ServerClass via UI (as described at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.3/Updating/Definedeploymentclasses" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.3/Updating/Definedeploymentclasses&lt;/A&gt;).&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For a test you could also use the first method that's easier, but I hint to try the second one because it's the usual way in Splunk when you have many clients to deploy.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 12:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576611#M75635</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-11-29T12:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CPU,RAM, and disk usage of splunk forwarders</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576613#M75636</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thank you for your answer but that is not the problem&lt;/P&gt;&lt;P&gt;My problem is that i am not even able to download the TA on my forwarders, because the only option to do it is to connect to the splunk portal via a web interface, and my forwarders are all under ubuntu withtout a graphic interface&lt;/P&gt;&lt;P&gt;So i can not open a browser, because the only operations i can do are via command lines.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 13:02:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576613#M75636</guid>
      <dc:creator>israbenbr</dc:creator>
      <dc:date>2021-11-29T13:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CPU,RAM, and disk usage of splunk forwarders</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576615#M75637</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241072"&gt;@israbenbr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you can connect via SSH, you can follow the second method because the download to the client is managed by The Deployment Server.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 13:04:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576615#M75637</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-11-29T13:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CPU,RAM, and disk usage of splunk forwarders</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576622#M75640</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I am coming back because i have a problem :&amp;nbsp;&lt;/P&gt;&lt;P&gt;After configuring the forwarder to be a deployment client, this one doesn't show up on the deployment management on the server&lt;/P&gt;&lt;P&gt;I tried with another forwarder, same problem&lt;/P&gt;&lt;P&gt;I tried everything : restarting splunk on both the server and the client, but nothing works&lt;/P&gt;&lt;P&gt;Any ideas ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 14:58:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576622#M75640</guid>
      <dc:creator>israbenbr</dc:creator>
      <dc:date>2021-11-29T14:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CPU,RAM, and disk usage of splunk forwarders</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576623#M75641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241072"&gt;@israbenbr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first, did you checked that the route between clients and the server are open?&lt;/P&gt;&lt;P&gt;you can check this using:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;telnet ip_server_splunk 8089
telnet ip_server_splunk 9997&lt;/LI-CODE&gt;&lt;P&gt;before the second check you have to enable receiving on the Splunk server [Settings -- Forwarding and Receiving -- Receiving] on one port (default 9997).&lt;/P&gt;&lt;P&gt;then you have to address the client to send logs to the Server, you can do this following the documentation at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Forwarder/8.2.3/Forwarder/Configuretheuniversalforwarder" target="_blank"&gt;https://docs.splunk.com/Documentation/Forwarder/8.2.3/Forwarder/Configuretheuniversalforwarder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in few words, you have to run on the client in CLI&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./splunk add forward-server &amp;lt;host name or ip address&amp;gt;:&amp;lt;listening port&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;In this way you create a file $SPLUNK_HOME/etc/system/local/outputs.conf that contains the address of the server to send logs.&lt;/P&gt;&lt;P&gt;In the same location, you'll have the file deploymentclient.conf, containing the address of the Deployment Server, in your test case, the same.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 15:09:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576623#M75641</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-11-29T15:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CPU,RAM, and disk usage of splunk forwarders</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576880#M75655</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;Thank you very much, the problem was that the ports were not opened&lt;/P&gt;&lt;P&gt;thank you !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 12:05:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576880#M75655</guid>
      <dc:creator>israbenbr</dc:creator>
      <dc:date>2021-12-01T12:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring CPU,RAM, and disk usage of splunk forwarders</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576881#M75656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241072"&gt;@israbenbr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;ok, good fro you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 12:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Monitoring-CPU-RAM-and-disk-usage-of-splunk-forwarders/m-p/576881#M75656</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-12-01T12:07:24Z</dc:date>
    </item>
  </channel>
</rss>

