<?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: How to let splunkforwarder transfering by UDP 514 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-let-splunkforwarder-transfering-by-UDP-514/m-p/79490#M16306</link>
    <description>&lt;P&gt;As I said in my answer above, you can NOT use your forwarder for sending syslog data.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2012 05:02:06 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-10-05T05:02:06Z</dc:date>
    <item>
      <title>How to let splunkforwarder transfering by UDP 514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-let-splunkforwarder-transfering-by-UDP-514/m-p/79487#M16303</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have the question about splunkforwarder , so hope someone can help me  !&lt;/P&gt;

&lt;P&gt;First ,&lt;BR /&gt;
I successfully used to transfer logs , as follows&lt;/P&gt;

&lt;P&gt;/opt/splunkforwarder/etc/system/local/inputs.conf&lt;BR /&gt;
[default]&lt;BR /&gt;
host = 10.10.203.1&lt;/P&gt;

&lt;P&gt;[monitor:///var/log/httpd/access_log]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
sourcetype = http_access_log&lt;/P&gt;

&lt;P&gt;/opt/splunkforwarder/etc/system/local/outputs.conf&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = 10.10.203.7_9997&lt;/P&gt;

&lt;P&gt;[tcpout:10.10.203.7_9997]&lt;BR /&gt;
server = 10.10.203.7:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://10.10.203.7:9997]&lt;/P&gt;

&lt;P&gt;But if i want to change to UDP 514 , i search and read documents, i cant understand how to do it correctly .&lt;/P&gt;

&lt;P&gt;Second ,&lt;BR /&gt;
I read the &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/Outputtext" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/Outputtext&lt;/A&gt;, but where to use the  syntax of outputtext , command or others ?&lt;/P&gt;

&lt;P&gt;--&lt;BR /&gt;
best regards,&lt;/P&gt;

&lt;P&gt;cross&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:33:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-let-splunkforwarder-transfering-by-UDP-514/m-p/79487#M16303</guid>
      <dc:creator>sycross</dc:creator>
      <dc:date>2020-09-28T12:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to let splunkforwarder transfering by UDP 514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-let-splunkforwarder-transfering-by-UDP-514/m-p/79488#M16304</link>
      <description>&lt;P&gt;I think you're confusing concepts quite a bit here. Outputtext is a command used in searches that does something else entirely.&lt;/P&gt;

&lt;P&gt;Light and universal forwarders cannot send syslog data. More information in the syslog part of the outputs.conf documentation here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Admin/Outputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Admin/Outputsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2012 06:57:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-let-splunkforwarder-transfering-by-UDP-514/m-p/79488#M16304</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-04T06:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to let splunkforwarder transfering by UDP 514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-let-splunkforwarder-transfering-by-UDP-514/m-p/79489#M16305</link>
      <description>&lt;P&gt;Another sample as follows,&lt;/P&gt;

&lt;P&gt;/opt/splunkforwarder/etc/system/local/outputs.conf&lt;BR /&gt;
[syslog]&lt;BR /&gt;
defaultGroup = 10.10.203.7_514&lt;/P&gt;

&lt;P&gt;[syslog:10.10.203.7_514]&lt;BR /&gt;
server = 10.10.203.514&lt;BR /&gt;
type = udp&lt;/P&gt;

&lt;P&gt;I want to transfer the client's logs to server' s udp 514 port,&lt;BR /&gt;
but the server does not receive any logs from client's.&lt;/P&gt;

&lt;P&gt;client -------------&amp;gt; server:514&lt;/P&gt;

&lt;P&gt;Can splunk be ?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 01:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-let-splunkforwarder-transfering-by-UDP-514/m-p/79489#M16305</guid>
      <dc:creator>sycross</dc:creator>
      <dc:date>2012-10-05T01:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to let splunkforwarder transfering by UDP 514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-let-splunkforwarder-transfering-by-UDP-514/m-p/79490#M16306</link>
      <description>&lt;P&gt;As I said in my answer above, you can NOT use your forwarder for sending syslog data.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 05:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-let-splunkforwarder-transfering-by-UDP-514/m-p/79490#M16306</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-05T05:02:06Z</dc:date>
    </item>
  </channel>
</rss>

