<?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: Universal uploader not sending data events in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44473#M8317</link>
    <description>&lt;P&gt;Thanks everyone, I think I have fixed the issue. Splunk didnot read the events because, the timestamp on the audit data was messed up and after a long try , it displayed the whole file as one event. I changed the timestamp format in the core application and it all works now. I am receiving every line as a event now. Thanks for all the support.&lt;/P&gt;</description>
    <pubDate>Sat, 05 May 2012 19:29:32 GMT</pubDate>
    <dc:creator>vikramsekaran</dc:creator>
    <dc:date>2012-05-05T19:29:32Z</dc:date>
    <item>
      <title>Universal uploader not sending data events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44469#M8313</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
I have a universal forwarder setup on a Linux x64 machine, with monitor setup from CLI to load a whole folder full of log files. I dono receive data events at the receiver from the log files, some of the files are reported as binary files, but even the others are not showing up. It is a trial license and I have 0 license violations, I could see the forwarder as active in the deployment monitor. I have tried cleaning the indexes and bouncing the Splunk instances on both machines, no help. We need to decide soon if we cant to stick with splunk, only if we can get this one working in the first place..  &lt;/P&gt;

&lt;P&gt;/opt/splunkforwarder/etc/system/local/outputs.conf&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = alert.example.com_9997&lt;/P&gt;

&lt;P&gt;[tcpout:alert.example.com_9997]&lt;BR /&gt;
server = alert.example.com:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://alert.example.com:9997]&lt;/P&gt;

&lt;P&gt;/opt/splunkforwarder/etc/apps/search/local/inputs.conf&lt;/P&gt;

&lt;P&gt;[monitor:///opt/auditLogs]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
sourcetype = OAM10gAudit&lt;/P&gt;

&lt;P&gt;At receiver:&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/search/local/inputs.conf&lt;BR /&gt;
[splunktcp://9997]&lt;BR /&gt;
index = oamaudit&lt;/P&gt;

&lt;P&gt;I have a index created as oamaudit.  Am I missing anything ? &lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2012 14:33:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44469#M8313</guid>
      <dc:creator>vikramsekaran</dc:creator>
      <dc:date>2012-05-05T14:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Universal uploader not sending data events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44470#M8314</link>
      <description>&lt;P&gt;The &lt;CODE&gt;index&lt;/CODE&gt; configuration parameter doesn't exist for the &lt;CODE&gt;splunktcp&lt;/CODE&gt; input - the value for &lt;CODE&gt;index&lt;/CODE&gt; is set when the Universal Forwarder picks up data, so that's where you should make changes if you want a monitor input to go to another index than the default.&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2012 15:30:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44470#M8314</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-05-05T15:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Universal uploader not sending data events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44471#M8315</link>
      <description>&lt;P&gt;Currently your data should go to the main default index.&lt;/P&gt;

&lt;P&gt;to change this modify the inputs on the forwarder&lt;/P&gt;

&lt;P&gt;[monitor:///opt/auditLogs] &lt;BR /&gt;
disabled = false &lt;BR /&gt;
sourcetype = OAM10gAudit&lt;BR /&gt;
index = oamaudit&lt;/P&gt;

&lt;P&gt;If no data is received at all, check the network, firewall (a simple telnet alert.example.com 9997 from the forwarder should tell you)&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2012 15:53:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44471#M8315</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-05-05T15:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Universal uploader not sending data events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44472#M8316</link>
      <description>&lt;P&gt;Thanks for the replies, the data is not received at all, I removed the index value from the indexer and the forwarder, to let it go to the default index, still nothing, I am able to connect to the indexer from the forwarder without problem. Even the log in the forwarder says connected to my indexer IP address. I am running out of options to look at.&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2012 17:57:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44472#M8316</guid>
      <dc:creator>vikramsekaran</dc:creator>
      <dc:date>2012-05-05T17:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Universal uploader not sending data events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44473#M8317</link>
      <description>&lt;P&gt;Thanks everyone, I think I have fixed the issue. Splunk didnot read the events because, the timestamp on the audit data was messed up and after a long try , it displayed the whole file as one event. I changed the timestamp format in the core application and it all works now. I am receiving every line as a event now. Thanks for all the support.&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2012 19:29:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-uploader-not-sending-data-events/m-p/44473#M8317</guid>
      <dc:creator>vikramsekaran</dc:creator>
      <dc:date>2012-05-05T19:29:32Z</dc:date>
    </item>
  </channel>
</rss>

