<?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: Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236608#M46010</link>
    <description>&lt;P&gt;You should specify the index name in the inputs.conf monitoring stanza. If you don't specify the index name, data will go to "main" index by default. Check index=main all time to see if you can see your data.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2015 21:06:39 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2015-09-21T21:06:39Z</dc:date>
    <item>
      <title>Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236602#M46004</link>
      <description>&lt;HR /&gt;

&lt;P&gt;inputs.conf&lt;/P&gt;

&lt;HR /&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = linux_fowarder_server

[monitor:///var/log/secure]
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;P&gt;outputs.conf&lt;/P&gt;

&lt;HR /&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
server = SPLUNKSERVERNAME:514

[tcpout-server://SPLUNKSERVERNAME:514]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;P&gt;deploymentclient.conf&lt;/P&gt;

&lt;HR /&gt;

&lt;PRE&gt;&lt;CODE&gt;[deployment-client]
clientName = LinuxForwarder
[target-broker:deploymentServer]
targetUri= SPLUNKSERVERNAME:8089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;P&gt;server.conf&lt;/P&gt;

&lt;HR /&gt;

&lt;PRE&gt;&lt;CODE&gt;[sslConfig]
sslKeysfilePassword = $1$INbYbpZpebsv

[lmpool:auto_generated_pool_forwarder]
description = auto_generated_pool_forwarder
quota = MAX
slaves = *
stack_id = forwarder

[lmpool:auto_generated_pool_free]
description = auto_generated_pool_free
quota = MAX
slaves = *
stack_id = free

[general]
pass4SymmKey = $1$d5qMMtMvMukv
serverName = _linux_fowarder_server_name
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've already enabled port 514 and 9997 in splunk server.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 20:10:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236602#M46004</guid>
      <dc:creator>venanciop</dc:creator>
      <dc:date>2015-09-21T20:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236603#M46005</link>
      <description>&lt;P&gt;check if there is any firewall blocking or any possible network route failure.&lt;BR /&gt;
Any reason why you send &lt;CODE&gt;cooked&lt;/CODE&gt; data over to port 514 ?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 20:25:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236603#M46005</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-21T20:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236604#M46006</link>
      <description>&lt;P&gt;Its not blocked, telnet is working.&lt;/P&gt;

&lt;P&gt;I added the linux to 514 because all windows fowarders are sending data to 9997.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 20:35:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236604#M46006</guid>
      <dc:creator>venanciop</dc:creator>
      <dc:date>2015-09-21T20:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236605#M46007</link>
      <description>&lt;P&gt;Have you searched on all indexes over all time?&lt;BR /&gt;
What does the &lt;CODE&gt;index=_internal&lt;/CODE&gt; on the indexer report for the forwarder?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 20:46:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236605#M46007</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-21T20:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236606#M46008</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;9/21/15 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;4:39:57.000 PM&lt;BR /&gt;&lt;BR /&gt;
Sep 21 17:39:57 fowarderservername sshd[31627]: Accepted password for joao.admin from 192.168.168.168 port 2326 ssh2&lt;BR /&gt;
host = fowarderservername index = main linecount = 1 source = /var/log/secure sourcetype = linux_secure splunk_server = RJMSRV067 splunk_server_group = dmc_group_deployment_server splunk_server_group = dmc_group_indexer&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:21:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236606#M46008</guid>
      <dc:creator>venanciop</dc:creator>
      <dc:date>2020-09-29T07:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236607#M46009</link>
      <description>&lt;P&gt;Seems data data is being sent to the main index and not linux index that i have created&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 20:59:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236607#M46009</guid>
      <dc:creator>venanciop</dc:creator>
      <dc:date>2015-09-21T20:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236608#M46010</link>
      <description>&lt;P&gt;You should specify the index name in the inputs.conf monitoring stanza. If you don't specify the index name, data will go to "main" index by default. Check index=main all time to see if you can see your data.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 21:06:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236608#M46010</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-09-21T21:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236609#M46011</link>
      <description>&lt;P&gt;Yes, I can see there, I've changed my inputs.conf in fowarder server to bellow and is working!&lt;/P&gt;

&lt;P&gt;[default]&lt;BR /&gt;
host = fowarder_server_name&lt;/P&gt;

&lt;P&gt;[monitor:///var/log/secure]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index=linux&lt;/P&gt;

&lt;P&gt;Thank you very much somesoni2&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236609#M46011</guid>
      <dc:creator>venanciop</dc:creator>
      <dc:date>2020-09-29T07:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236610#M46012</link>
      <description>&lt;P&gt;Hi venanciop,&lt;/P&gt;

&lt;P&gt;like @somesoni2 said use an &lt;CODE&gt;inputs.conf&lt;/CODE&gt;that specifies the &lt;CODE&gt;index&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/secure]
disabled = false
index = linux
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and restart the forwarder. Any new added events will be in &lt;CODE&gt;index=linux&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 21:17:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236610#M46012</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-21T21:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my Linux forwarder not sending data to a Windows Splunk server with my current configuration?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236611#M46013</link>
      <description>&lt;P&gt;Yes, it worked!! Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:24:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-Linux-forwarder-not-sending-data-to-a-Windows-Splunk/m-p/236611#M46013</guid>
      <dc:creator>venanciop</dc:creator>
      <dc:date>2015-09-22T16:24:16Z</dc:date>
    </item>
  </channel>
</rss>

