<?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 How would I know my Linux and Windows machine have UF/HF installed on them? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604178#M105083</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;How would I know my Linux and Windows machine have UF/HF installed on them? One of them is installed in my machines for sure that I know.... but how I would know which one (UF or HF) .... What is the indicator if UF is there and What is the indicator if HF is there? I would appreciate your help on it and thank you so much.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 21:08:20 GMT</pubDate>
    <dc:creator>SplunkDash</dc:creator>
    <dc:date>2022-07-01T21:08:20Z</dc:date>
    <item>
      <title>How would I know my Linux and Windows machine have UF/HF installed on them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604178#M105083</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;How would I know my Linux and Windows machine have UF/HF installed on them? One of them is installed in my machines for sure that I know.... but how I would know which one (UF or HF) .... What is the indicator if UF is there and What is the indicator if HF is there? I would appreciate your help on it and thank you so much.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 21:08:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604178#M105083</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-07-01T21:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How would I know my Linux and Windows machine have UF/HF installed on them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604190#M105086</link>
      <description>&lt;P&gt;Depends on how "deeply" you want to look for it.&lt;/P&gt;&lt;P&gt;In case of a typical linux installation I'd simply check package manager for splunk packages and check if there is any /opt/splunk* directory. Similarily with windows I'd check list of installed software and checked the default installation place - c:\program files\splunk* (can also try program files (x86) just to be on the safe side). But if you want to be sure that noone installed splunk components anywhere in the filesystem... well, you should comb your disks for any occurrence of spkunkd executable file on linux and splunkd.exe on windows. Can't help with mac. I suppose it will be similar to linux, but I've never worked with splunk on mac (and I tend to avoid macs altogether).&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 21:46:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604190#M105086</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-07-01T21:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: How would I know my Linux and Windows machine have UF/HF installed on them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604198#M105087</link>
      <description>&lt;P&gt;Hello&amp;nbsp;PickleRick,&lt;/P&gt;&lt;P&gt;Thank you so much for your response. All looked good. But my question was how would I know if this is UF or HF? I know forwarder is there...that I can check from the options you mentioned... however, how would I know if this is HF or UF? Thank you so much again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 22:30:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604198#M105087</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-07-01T22:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: How would I know my Linux and Windows machine have UF/HF installed on them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604217#M105090</link>
      <description>&lt;P&gt;Ah, so you know that you have a splunk component installed you just don't know which one?&lt;/P&gt;&lt;P&gt;Well, HF is a full Splunk Enterprise installation that simply doesn't do indexing.&lt;/P&gt;&lt;P&gt;With more recent releases it's relatively easy to spot the difference because UF installs to spkunkforwarder directory instead of just splunk but... I'm not sure how it works with installations upgraded, for example, from 7.3 to 8.1.&lt;/P&gt;&lt;P&gt;But if your /opt or program files subdirectory is called splunkforwarder, then it's definity a UF. There should also be a difference in files contained within splunk's directory of course - look inside etc/apps dir - UF will have a SplunkUniversalForwarder, HF will most probably have SplunkForwarder instead.&lt;/P&gt;&lt;P&gt;But first thing I'd check would be to simply run "splunk version".&lt;/P&gt;&lt;PRE&gt;(09:41:38) (root@splunk:~)&lt;BR /&gt;# /opt/splunk/bin/splunk version&lt;BR /&gt;Splunk 8.2.5 (build 77015bc7a462)&lt;/PRE&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;(09:40:31) (&lt;A href="mailto:user@laptop" target="_blank"&gt;user@laptop&lt;/A&gt;:~)&lt;BR /&gt;$ sudo /opt/splunkforwarder/bin/splunk version&lt;BR /&gt;Splunk Universal Forwarder 8.2.6 (build a6fe1ee8894b)&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;C:\WINDOWS\system32&amp;gt;"\Program Files\SplunkUniversalForwarder\bin\splunk.exe" version&lt;BR /&gt;Splunk Universal Forwarder 7.2.3 (build 06d57c595b80)&lt;/PRE&gt;</description>
      <pubDate>Sat, 02 Jul 2022 07:46:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604217#M105090</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-07-02T07:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: How would I know my Linux and Windows machine have UF/HF installed on them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604228#M105091</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234909"&gt;@SplunkDash&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;in the Monitoring Console and in Forwarder Management on the Deployment Server, you have many information about your Forwarders:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;hostname&lt;/LI&gt;&lt;LI&gt;IP&lt;/LI&gt;&lt;LI&gt;type (HF or UF),&lt;/LI&gt;&lt;LI&gt;peak throughput&lt;/LI&gt;&lt;LI&gt;avg throughput.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;About configurations, you have to see the Deployment Server (if you have it) or the system that you use to manage your clients (Ansible?).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 08:59:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604228#M105091</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-07-02T08:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: How would I know my Linux and Windows machine have UF/HF installed on them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604239#M105093</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you so much for your response and support in these efforts.&lt;/P&gt;&lt;P&gt;I have 6 servers and all of them have Forwarders installed on them. I have the full admin CLI access to all of them. I can see 2 of them have the &lt;STRONG&gt;splunk&lt;/STRONG&gt; folders/subdirectories and 4 of them have the &lt;STRONG&gt;splunkforwarder&lt;/STRONG&gt; folders.&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;mentioned we should have &lt;STRONG&gt;splunkforwarder&lt;/STRONG&gt; folder for the server where UF installed on it. So the server those have &lt;STRONG&gt;splunk&lt;/STRONG&gt; folders have the HF installed on them, and sercers with&amp;nbsp;&lt;STRONG&gt;splunkforwarder&lt;/STRONG&gt;&amp;nbsp;folders have UF? Please let me know if these are the correct statements. Thank you so much once again, and truly appreciate your support in these efforts.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 13:55:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604239#M105093</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-07-02T13:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: How would I know my Linux and Windows machine have UF/HF installed on them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604241#M105095</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234909"&gt;@SplunkDash&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;yes, splunk means HF and splunkforwarder mens UF.&lt;/P&gt;&lt;P&gt;As I said, remember that you can have the same information on Monitoring Console and Deployment Server (if you use it).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 14:16:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604241#M105095</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-07-02T14:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: How would I know my Linux and Windows machine have UF/HF installed on them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604243#M105097</link>
      <description>&lt;P&gt;It's not that easy that folder name alone gives you 100% confidence. One could have installed HF in /opt/splunk directory. It's kinda unprobable but possible. And older UFs did install to /opt/splunk instead of /opt/splunkforwarder.&lt;/P&gt;&lt;P&gt;So that's a indicator that if the folder is named /opt/splunkforwarder you have some 95% chance that it's UF.&lt;/P&gt;&lt;P&gt;I'd try the "splunk version" approach to be sure.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 14:24:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604243#M105097</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-07-02T14:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: How would I know my Linux and Windows machine have UF/HF installed on them?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604254#M105099</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;and&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perfect!!! thank you so much again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 19:58:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-would-I-know-my-Linux-and-Windows-machine-have-UF-HF/m-p/604254#M105099</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-07-02T19:58:20Z</dc:date>
    </item>
  </channel>
</rss>

