<?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 With Red Hat Enterprise Linux(RHEL) 7.5 and a Splunk Forwarder, what is the command to start the Splunk service? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402387#M20371</link>
    <description>&lt;P&gt;What is the command to start the Splunk service?  Or better, what is the Splunk service name?&lt;/P&gt;

&lt;P&gt;Tried splunk and splunkd&lt;/P&gt;

&lt;P&gt;This is RHEL 7.5 and Splunk Fowarder splunkforwarder-7.1.3-51d9cac7b837-linux-2.6-x86_64.rpm&lt;/P&gt;</description>
    <pubDate>Fri, 28 Sep 2018 02:14:45 GMT</pubDate>
    <dc:creator>allenstg</dc:creator>
    <dc:date>2018-09-28T02:14:45Z</dc:date>
    <item>
      <title>With Red Hat Enterprise Linux(RHEL) 7.5 and a Splunk Forwarder, what is the command to start the Splunk service?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402387#M20371</link>
      <description>&lt;P&gt;What is the command to start the Splunk service?  Or better, what is the Splunk service name?&lt;/P&gt;

&lt;P&gt;Tried splunk and splunkd&lt;/P&gt;

&lt;P&gt;This is RHEL 7.5 and Splunk Fowarder splunkforwarder-7.1.3-51d9cac7b837-linux-2.6-x86_64.rpm&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 02:14:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402387#M20371</guid>
      <dc:creator>allenstg</dc:creator>
      <dc:date>2018-09-28T02:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: With Red Hat Enterprise Linux(RHEL) 7.5 and a Splunk Forwarder, what is the command to start the Splunk service?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402388#M20372</link>
      <description>&lt;P&gt;It depends on your environment.  To start Splunk manually, use &lt;CODE&gt;$SPLUNK_HOME/bin/splunk start&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;To start Splunk automatically, you must enable boot-start.  Run &lt;CODE&gt;$SPLUNK_HOME/bin/splunk enable boot-start&lt;/CODE&gt; as root to have the forwarder run as root every time the server restarts.  This is not optimal, however, as running non-OS processes as root could pose a security risk.  A better option is to edit /etc/init.d/splunk to start Splunk as a different user.  &lt;/P&gt;

&lt;P&gt;Some systems use systemctl to start services at boot time.  Talk to your Linix admin about that.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 12:27:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402388#M20372</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-09-28T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: With Red Hat Enterprise Linux(RHEL) 7.5 and a Splunk Forwarder, what is the command to start the Splunk service?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402389#M20373</link>
      <description>&lt;P&gt;Hi Rich, that did help and I was able to get to that folder.  I will try to use the user splunk splunk:&lt;/P&gt;

&lt;P&gt;I'm trying to follow the next steps and get it to contact my Splunk indexer.  &lt;/P&gt;

&lt;P&gt;I added the FW command &lt;BR /&gt;
Step 5.  firewall-cmd --zone=public --add-port=8089/tcp –permanent&lt;BR /&gt;
Step 5.  firewall-cmd --zone=public --add-port=9998/tcp –permanent&lt;BR /&gt;
Step 6.  firewall-cmd –reload&lt;/P&gt;

&lt;P&gt;I use a splunk deploy app and &lt;/P&gt;

&lt;P&gt;These "apps" are installed into /etc/apps (reverse the slashes if on windows, but still the same path).  A properly configured forwarder will have the following apps installed:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;use_splunkdeploy  (installs config required to talk to the deployment server)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've edited my inputs.conf to add index.  hostname was already there.&lt;BR /&gt;
I've restarted splunk but I'm not getting any traffic or the  fwd_to_cluster_ssl folder not being created.  I'm checking FW logs and not even seeing the block.  What should I check next?&lt;/P&gt;

&lt;P&gt;Splunk Service is running,&lt;BR /&gt;
input.conf updated&lt;BR /&gt;
config files uploaded&lt;BR /&gt;
Local FW ports opened&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:28:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402389#M20373</guid>
      <dc:creator>allenstg</dc:creator>
      <dc:date>2020-09-29T21:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: With Red Hat Enterprise Linux(RHEL) 7.5 and a Splunk Forwarder, what is the command to start the Splunk service?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402390#M20374</link>
      <description>&lt;P&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk enable boot-start -user $user&lt;/CODE&gt; will configure the Splunk service to run as &lt;CODE&gt;$user&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 16:34:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402390#M20374</guid>
      <dc:creator>chrisbalmer</dc:creator>
      <dc:date>2018-09-28T16:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: With Red Hat Enterprise Linux(RHEL) 7.5 and a Splunk Forwarder, what is the command to start the Splunk service?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402391#M20375</link>
      <description>&lt;P&gt;So now you're doing more than just starting Splunk.&lt;BR /&gt;
You've opened port 9998 in your firewall.  Is that the port you've configured on both the forwarder and indexer? Is the indexer set to receive data?&lt;BR /&gt;
What is the fwd_to_cluster_ssl folder?  It's not a Splunk folder so the forwarder will not create it.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:28:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402391#M20375</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-29T21:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: With Red Hat Enterprise Linux(RHEL) 7.5 and a Splunk Forwarder, what is the command to start the Splunk service?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402392#M20376</link>
      <description>&lt;P&gt;As an alternative modify /opt/splunk/etc/splunk-launch.conf and set the OS user parameter in there to splunk&lt;BR /&gt;
Or follow the steps in &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/ConfigureSplunktostartatboottime"&gt;Configure Splunk Enterprise to start at boot time&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 21:31:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/With-Red-Hat-Enterprise-Linux-RHEL-7-5-and-a-Splunk-Forwarder/m-p/402392#M20376</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2018-09-29T21:31:15Z</dc:date>
    </item>
  </channel>
</rss>

