<?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: Data not readable on receiver in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/453002#M8237</link>
    <description>&lt;P&gt;One more note - followed your suggestions, and after restarting the Uni Forwarder and the splunk indexer.&lt;BR /&gt;
with your suggestions, it actually works!  I am in shock. Now for my field extractions!&lt;/P&gt;

&lt;P&gt;Thanks Again,&lt;/P&gt;

&lt;P&gt;eholz1&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2019 21:51:25 GMT</pubDate>
    <dc:creator>eholz1</dc:creator>
    <dc:date>2019-05-13T21:51:25Z</dc:date>
    <item>
      <title>Data not readable on receiver</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/452997#M8232</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;

&lt;P&gt;I have a question. It seems that I am unable to correctly configure a relationship from&lt;BR /&gt;
a server which has the Universal Forwarder installed (and acts like it is forwarding data)&lt;BR /&gt;
On the forwarder I have inputs set to a log file, and outputs set to the Splunk Enterprise Server.&lt;/P&gt;

&lt;P&gt;I have attempted to (via the web interface and the cli) to configure a "receiver" to everyone's favorite port: 9997.&lt;BR /&gt;
I have not configured any thing in "Data Inputs" or "Monitoring" on the Splunk Enterprise server.&lt;BR /&gt;
I get NO data from the server with the Universal Forwarder installed.&lt;/P&gt;

&lt;P&gt;If I delete the receiver port (9997) - go to the Add Data area, select Monitor - and then add port, ip, a generic one line sourcetype,&lt;BR /&gt;
and an index - I get data in, but all unreadable slashes and zeros, etc.&lt;/P&gt;

&lt;P&gt;So my question is - what am I missing here?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;eholz1&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 18:01:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/452997#M8232</guid>
      <dc:creator>eholz1</dc:creator>
      <dc:date>2019-05-10T18:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data not readable on receiver</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/452998#M8233</link>
      <description>&lt;P&gt;Show us the contents of each inputs.conf and outputs.conf file and which server has it.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 19:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/452998#M8233</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-05-10T19:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data not readable on receiver</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/452999#M8234</link>
      <description>&lt;P&gt;Will do:&lt;BR /&gt;
These files are in /opt/splunkforwarder/etc/system/local&lt;/P&gt;

&lt;P&gt;From the server with Universal Forwarder installed:&lt;BR /&gt;
&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;:&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup=cacti_index&lt;BR /&gt;
[tcpout:cacti_index]&lt;BR /&gt;
server=10.48.11.69:9997, cacti_index:9996&lt;BR /&gt;
[tcpout-server://10.48.11.69:9997]&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; - file is empty no entres only [default]&lt;BR /&gt;
if I do a ./splunk list monitor it shows the file that I want to monitor&lt;/P&gt;

&lt;P&gt;I have a file: &lt;STRONG&gt;deployement.conf:&lt;/STRONG&gt;&lt;BR /&gt;
[target-broker:deploymentServer]&lt;BR /&gt;
targetUri = 10.48.11.66:9997&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;On the Splunk Enterprise Server:&lt;/STRONG&gt;&lt;BR /&gt;
configured from the web gui&lt;/P&gt;

&lt;P&gt;I did take a look at the README dir - I will check my confg on the forwarder&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Eholz&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:29:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/452999#M8234</guid>
      <dc:creator>eholz1</dc:creator>
      <dc:date>2020-09-30T00:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data not readable on receiver</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/453000#M8235</link>
      <description>&lt;P&gt;Your outputs.conf on the UF should only have this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=cacti_index
[tcpout:cacti_index]
server=10.48.11.69:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You also need an inputs.conf like this in your indexer:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://9997]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 12 May 2019 04:57:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/453000#M8235</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-05-12T04:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data not readable on receiver</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/453001#M8236</link>
      <description>&lt;P&gt;Hello  Mr. Woodcock,&lt;/P&gt;

&lt;P&gt;I do still have  questions. The universal forwarder seems to be OK. Will incorporate your changes. I may be going to the wrong place to get, or setup the data on the Indexer.  &lt;/P&gt;

&lt;P&gt;I assumed that part of the configuration on the indexer is: Go to settings, then "Receiving and Forwarding" and set the TCP port there for receiving. When I do this I do not get any data.  If I delete this setting, and go to "Settings", Data Input, and monitor Local TCP/UDP,&lt;BR /&gt;
I get data. If I go down to the :Forwarding and Receiving section in Data Input, I get no data using "get forwarded" data. I am guessing that is lower section in the dialog window is really for an indexer that is set up as a receiver or forwarder. Is this correct?&lt;/P&gt;

&lt;P&gt;And - thanks for the post, it is very helpful&lt;/P&gt;

&lt;P&gt;eholz1  &lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 14:36:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/453001#M8236</guid>
      <dc:creator>eholz1</dc:creator>
      <dc:date>2019-05-13T14:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data not readable on receiver</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/453002#M8237</link>
      <description>&lt;P&gt;One more note - followed your suggestions, and after restarting the Uni Forwarder and the splunk indexer.&lt;BR /&gt;
with your suggestions, it actually works!  I am in shock. Now for my field extractions!&lt;/P&gt;

&lt;P&gt;Thanks Again,&lt;/P&gt;

&lt;P&gt;eholz1&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 21:51:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Data-not-readable-on-receiver/m-p/453002#M8237</guid>
      <dc:creator>eholz1</dc:creator>
      <dc:date>2019-05-13T21:51:25Z</dc:date>
    </item>
  </channel>
</rss>

