<?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: Basic Distributed Deployment Install/Setup Steps in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Basic-Distributed-Deployment-Install-Setup-Steps/m-p/644389#M16408</link>
    <description>&lt;P&gt;I'll try to add a little more detail here when I get a chance:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add to appropriate Deployment Server Class(es) &amp;amp; deploy appropriate apps&lt;UL&gt;&lt;LI&gt;enable (SH, HF, DS) or disable (indexers) the WebUI&lt;/LI&gt;&lt;LI&gt;enable cooked Splunk port 9997 inputs on the indexers&lt;/LI&gt;&lt;LI&gt;forward _* internal logs to the indexers&lt;/LI&gt;&lt;LI&gt;define indexes&lt;/LI&gt;&lt;LI&gt;enable SSL&lt;UL&gt;&lt;LI&gt;WebUI, 8089 mgmt, 9997 cooked input&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 24 May 2023 04:02:58 GMT</pubDate>
    <dc:creator>marycordova</dc:creator>
    <dc:date>2023-05-24T04:02:58Z</dc:date>
    <item>
      <title>Basic Distributed Deployment Install/Setup Steps</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Basic-Distributed-Deployment-Install-Setup-Steps/m-p/644379#M16404</link>
      <description>&lt;P&gt;Is there a basic cheatsheet for setting up a new small scale distributed deployment?&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 03:00:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Basic-Distributed-Deployment-Install-Setup-Steps/m-p/644379#M16404</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2023-05-24T03:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Distributed Deployment Install/Setup Steps</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Basic-Distributed-Deployment-Install-Setup-Steps/m-p/644383#M16405</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/159620"&gt;@marycordova&lt;/a&gt;&amp;nbsp;...&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per my knowledge there are no cheetsheet kind of documents..&amp;nbsp;&lt;/P&gt;&lt;P&gt;but the Splunk documentation is very detailed and it will give us all the info required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please install SH, indexers, as per this document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/Installation/InstallonLinux" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.4/Installation/InstallonLinux&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then you can configure the indexer cluster and search head cluster as per this document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/Deploy/SHCwithindexers" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.4/Deploy/SHCwithindexers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps.. thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 03:36:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Basic-Distributed-Deployment-Install-Setup-Steps/m-p/644383#M16405</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-05-24T03:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Distributed Deployment Install/Setup Steps</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Basic-Distributed-Deployment-Install-Setup-Steps/m-p/644384#M16406</link>
      <description>&lt;UL&gt;&lt;LI&gt;Here are the basic steps for setting up a new deployment.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Build your Deployment Server first through step 8.&amp;nbsp; You can use the WebUI on the Deployment server to upload your license file.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Build your indexers, heavy forwarders, &amp;amp; search head with the same steps adding items 9-13.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Be sure you also configure your Deployment server with your indexes, SSL, and forward the internal logs to your indexers.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;These steps were done on Ubuntu so commands may vary slightly on other *nix flavors.&amp;nbsp; You may have other ways (systemd) to do some of the *nix admin such as the limits and THP.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;login via cli &amp;amp; elevate to root&lt;/LI&gt;&lt;LI&gt;increase system limits&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;vi /etc/security/limits.conf


* hard nofile 64000 
* hard nproc 16000 
* hard fsize -1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;disable THP&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.mongodb.com/docs/manual/tutorial/transparent-huge-pages/" target="_blank" rel="noopener"&gt;https://www.mongodb.com/docs/manual/tutorial/transparent-huge-pages/&lt;/A&gt;&amp;nbsp;System V Init (service)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;vi /etc/init.d/disable-transparent-hugepages


#!/bin/bash
### BEGIN INIT INFO
# Provides: disable-transparent-hugepages
# Required-Start: $local_fs
# Required-Stop:
# X-Start-Before: splunk
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Disable Linux transparent huge pages
### END INIT INFO

echo 'never' | tee /sys/kernel/mm/transparent_hugepage/enabled &amp;gt; /dev/null
echo 'never' | tee /sys/kernel/mm/transparent_hugepage/defrag &amp;gt; /dev/null


chmod 755 /etc/init.d/disable-transparent-hugepages
/etc/init.d/disable-transparent-hugepages start
update-rc.d disable-transparent-hugepages defaults&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;reboot, login, &amp;amp; elevate to root&lt;/LI&gt;&lt;LI&gt;create the splunk user&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;useradd -m splunk&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;install splunk &amp;amp; configure to run as non-root "splunk" user at system boot&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;cd /opt
wget -O splunk-9.0.4.1-419ad9369127-Linux-x86_64.tgz "https://download.splunk.com/products/splunk/releases/9.0.4.1/linux/splunk-9.0.4.1-419ad9369127-Linux-x86_64.tgz"
tar zxfv splunk-9.0.4.1-419ad9369127-Linux-x86_64.tgz
chown -R splunk:splunk /opt/splunk
/opt/splunk/bin/splunk enable boot-start -user splunk&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;reboot, login, &amp;amp; elevate t root&lt;/LI&gt;&lt;LI&gt;verify configs&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/RESTREF/RESTintrospect" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.4/RESTREF/RESTintrospect&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ulimit -a
cat /sys/kernel/mm/transparent_hugepage/enabled
cat /sys/kernel/mm/transparent_hugepage/defrag
ps -ef | grep splunk&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;switch to splunk user&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;su - splunk&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add deploymentclient.conf&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;vi /opt/splunk/etc/system/local/deploymentclient.conf


[deployment-client]
[target-broker:deploymentServer]
targetUri = https://deploymentserver.yourdomain.com:8089&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add the Splunk license, restart Splunk, &amp;amp; check licensing&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/bin/splunk edit licenser-localpeer -manager_uri 'https://deploymentserver.yourdomain.com:8089'
/opt/splunk/bin/splunk restart
/opt/splunk/bin/splunk list licenser-localpeer&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add to appropriate Deployment Server Class(es) &amp;amp; deploy appropriate apps&lt;UL&gt;&lt;LI&gt;enable (SH, HF, DS) or disable (indexers) the WebUI&lt;/LI&gt;&lt;LI&gt;enable cooked Splunk port 9997 inputs on the indexers&lt;/LI&gt;&lt;LI&gt;forward _* internal logs to the indexers&lt;/LI&gt;&lt;LI&gt;define indexes&lt;/LI&gt;&lt;LI&gt;enable SSL&lt;UL&gt;&lt;LI&gt;WebUI, 8089 mgmt, 9997 cooked input&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;enable email (SMTP) for SearchHead only via the SH WebUI&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 24 May 2023 03:59:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Basic-Distributed-Deployment-Install-Setup-Steps/m-p/644384#M16406</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2023-05-24T03:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Distributed Deployment Install/Setup Steps</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Basic-Distributed-Deployment-Install-Setup-Steps/m-p/644389#M16408</link>
      <description>&lt;P&gt;I'll try to add a little more detail here when I get a chance:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add to appropriate Deployment Server Class(es) &amp;amp; deploy appropriate apps&lt;UL&gt;&lt;LI&gt;enable (SH, HF, DS) or disable (indexers) the WebUI&lt;/LI&gt;&lt;LI&gt;enable cooked Splunk port 9997 inputs on the indexers&lt;/LI&gt;&lt;LI&gt;forward _* internal logs to the indexers&lt;/LI&gt;&lt;LI&gt;define indexes&lt;/LI&gt;&lt;LI&gt;enable SSL&lt;UL&gt;&lt;LI&gt;WebUI, 8089 mgmt, 9997 cooked input&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 24 May 2023 04:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Basic-Distributed-Deployment-Install-Setup-Steps/m-p/644389#M16408</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2023-05-24T04:02:58Z</dc:date>
    </item>
  </channel>
</rss>

