<?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: What is the best way to set up ouptuts.conf  in a clustered environment? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-way-to-set-up-ouptuts-conf-in-a-clustered/m-p/742578#M21968</link>
    <description>&lt;P&gt;If you are seeing&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Invalid key in stanza&lt;/FONT&gt; (on start up) then check for typos&lt;/P&gt;&lt;PRE&gt;[indexer_discovery:master]&lt;BR /&gt;pass4SymmKey = ...&lt;/PRE&gt;&lt;P&gt;Refer to&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#outputs.conf.spec" target="_self"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#outputs.conf.spec&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 04:24:54 GMT</pubDate>
    <dc:creator>shandr</dc:creator>
    <dc:date>2025-03-25T04:24:54Z</dc:date>
    <item>
      <title>What is the best way to set up ouptuts.conf  in a clustered environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-way-to-set-up-ouptuts-conf-in-a-clustered/m-p/631253#M15419</link>
      <description>&lt;P&gt;There a about 3 ways to set up outputs.conf and&amp;nbsp; when you trying to setup forwarders.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can either do a cli entry to add a forwarder server(and indexer) or you cand edit outputs .conf files&lt;/P&gt;
&lt;P&gt;We made the outputs .conf according to a tutorial we saw but were have issues getting data in.&lt;/P&gt;
&lt;P&gt;So the question is what is broken about our outputs.conf file&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(also side note originallt the.102 address wasnt in the files and neither was default-autolb group)&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-14 131119.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23926i58C26D36F5B58963/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-02-14 131119.png" alt="Screenshot 2023-02-14 131119.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 21:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-way-to-set-up-ouptuts-conf-in-a-clustered/m-p/631253#M15419</guid>
      <dc:creator>domino30</dc:creator>
      <dc:date>2023-02-16T21:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to set up ouptuts.conf  in a clustered environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-way-to-set-up-ouptuts-conf-in-a-clustered/m-p/631282#M15420</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248632"&gt;@domino30&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The first problem I noticed is on Indexer Discovery you should use your Cluster Manager URI. It seems you put one of the indexers uri.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second, setting multiple output groups in tcpout causes duplicate on your indexers. Because they are the same indexers in your setup.&lt;/P&gt;&lt;P&gt;Please try below options;&lt;/P&gt;&lt;P&gt;Standart;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout]
defaultGroup = default-autolb-group
useAck = true

[tcpout: default-autolb-group]
disabled = false
server = 10.4.118.101:9997,10.4.118.102:9997&lt;/LI-CODE&gt;&lt;P&gt;Using indexer Discovery;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[indexer discovery:master]
pass45ymmKey = $7$KrvL49XMjNER+igV1IXAr 3BVzBwe8rF2ruT/wbeD1kxD4PHc
manager_uri = https://&amp;lt;cluster_manager_ip&amp;gt;:8089

[tcpout: group1]
indexerDiscovery = master

[tcpout]
defaultGroup = group1
useAck = true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 06:25:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-way-to-set-up-ouptuts-conf-in-a-clustered/m-p/631282#M15420</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2023-02-17T06:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to set up ouptuts.conf  in a clustered environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-way-to-set-up-ouptuts-conf-in-a-clustered/m-p/742578#M21968</link>
      <description>&lt;P&gt;If you are seeing&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Invalid key in stanza&lt;/FONT&gt; (on start up) then check for typos&lt;/P&gt;&lt;PRE&gt;[indexer_discovery:master]&lt;BR /&gt;pass4SymmKey = ...&lt;/PRE&gt;&lt;P&gt;Refer to&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#outputs.conf.spec" target="_self"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#outputs.conf.spec&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 04:24:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-way-to-set-up-ouptuts-conf-in-a-clustered/m-p/742578#M21968</guid>
      <dc:creator>shandr</dc:creator>
      <dc:date>2025-03-25T04:24:54Z</dc:date>
    </item>
  </channel>
</rss>

