<?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: Unable to forward syslogs coming in from UDP:514 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236147#M45920</link>
    <description>&lt;P&gt;Xrtan,&lt;/P&gt;

&lt;P&gt;You did not specified index on each input stanza. Did you enable receiving port 9997 on the Indexer ?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 13:09:43 GMT</pubDate>
    <dc:creator>alemarzu</dc:creator>
    <dc:date>2016-01-19T13:09:43Z</dc:date>
    <item>
      <title>Unable to forward syslogs coming in from UDP:514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236146#M45919</link>
      <description>&lt;P&gt;Here is my setup on my Heavy Forwarder&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://:514]
sourcetype = syslog
connection_host = ip
disabled = 0
[tcp://:514]
sourcetype = syslog
connection_host = ip
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = indexers
[tcpout:indexers]
server = &amp;lt; ip-address &amp;gt;:9997, &amp;lt; ip-address &amp;gt;:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, on my indexers, I'm only able to see source tcp:514. My UDP syslogs are not being indexed. &lt;/P&gt;

&lt;P&gt;Any idea where went wrong?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;EDIT (resolved):&lt;/STRONG&gt;&lt;BR /&gt;
Just to update, configured my props.conf and solve the issue&lt;/P&gt;

&lt;P&gt;Old configuration:&lt;BR /&gt;
[host::10.1.1.1]&lt;BR /&gt;
TRANSFORMS-change = change&lt;/P&gt;

&lt;P&gt;Corrected configuration:&lt;BR /&gt;
[source::udp:514]&lt;BR /&gt;
TRANSFORMS-change = change&lt;/P&gt;

&lt;P&gt;Hope this might be useful to anyone who is trying to achieve something similar to what i'm trying&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 07:50:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236146#M45919</guid>
      <dc:creator>xrtan</dc:creator>
      <dc:date>2016-01-19T07:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to forward syslogs coming in from UDP:514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236147#M45920</link>
      <description>&lt;P&gt;Xrtan,&lt;/P&gt;

&lt;P&gt;You did not specified index on each input stanza. Did you enable receiving port 9997 on the Indexer ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:09:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236147#M45920</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-01-19T13:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to forward syslogs coming in from UDP:514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236148#M45921</link>
      <description>&lt;P&gt;Hi alemarzu, the event are going into default index main. 9997 is enabled on indexer too. &lt;BR /&gt;
The indexer is indexing events from tcp:514 but not udp:514. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 00:06:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236148#M45921</guid>
      <dc:creator>xrtan</dc:creator>
      <dc:date>2016-01-20T00:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to forward syslogs coming in from UDP:514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236149#M45922</link>
      <description>&lt;P&gt;Did you tried to search those events directly on the Heavy Forwarder first ? (udp:514)&lt;BR /&gt;
What about rules on your firewall, did you check them ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 20:23:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236149#M45922</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-01-20T20:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to forward syslogs coming in from UDP:514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236150#M45923</link>
      <description>&lt;P&gt;if i were to use indexandForward it will be able to index, however not able to send out.&lt;BR /&gt;
Firewall has been turned off. Anyhow, i've figured out what went wrong. Thanks for the help, cheers.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 08:17:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236150#M45923</guid>
      <dc:creator>xrtan</dc:creator>
      <dc:date>2016-01-22T08:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to forward syslogs coming in from UDP:514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236151#M45924</link>
      <description>&lt;P&gt;Great xrtan, do you mind sharing the answers, it may help other members. &lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:49:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-forward-syslogs-coming-in-from-UDP-514/m-p/236151#M45924</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-01-22T12:49:07Z</dc:date>
    </item>
  </channel>
</rss>

