<?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 I need to transfer the data from Splunk to a third party server (UDP port) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/I-need-to-transfer-the-data-from-Splunk-to-a-third-party-server/m-p/318631#M59564</link>
    <description>&lt;P&gt;the configuration for tcp port is below but need to the same for udp port&lt;/P&gt;

&lt;P&gt;Transforms:&lt;BR /&gt;
[bigmoney]&lt;BR /&gt;
REGEX = event&lt;BR /&gt;
DEST_KEY=_TCP_ROUTING&lt;BR /&gt;
FORMAT=bigmoneyreader&lt;/P&gt;

&lt;P&gt;Props:&lt;BR /&gt;
[host::machine name]&lt;BR /&gt;
TRANSFORMS-filterHost = bigmoney&lt;/P&gt;

&lt;P&gt;Outputs:&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = nothing&lt;/P&gt;

&lt;P&gt;[tcpout:bigmoneyreader]&lt;BR /&gt;
server=ipaddress:port&lt;BR /&gt;
sendCookedData=false&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 15:37:13 GMT</pubDate>
    <dc:creator>akd9</dc:creator>
    <dc:date>2020-09-29T15:37:13Z</dc:date>
    <item>
      <title>I need to transfer the data from Splunk to a third party server (UDP port)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-need-to-transfer-the-data-from-Splunk-to-a-third-party-server/m-p/318631#M59564</link>
      <description>&lt;P&gt;the configuration for tcp port is below but need to the same for udp port&lt;/P&gt;

&lt;P&gt;Transforms:&lt;BR /&gt;
[bigmoney]&lt;BR /&gt;
REGEX = event&lt;BR /&gt;
DEST_KEY=_TCP_ROUTING&lt;BR /&gt;
FORMAT=bigmoneyreader&lt;/P&gt;

&lt;P&gt;Props:&lt;BR /&gt;
[host::machine name]&lt;BR /&gt;
TRANSFORMS-filterHost = bigmoney&lt;/P&gt;

&lt;P&gt;Outputs:&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = nothing&lt;/P&gt;

&lt;P&gt;[tcpout:bigmoneyreader]&lt;BR /&gt;
server=ipaddress:port&lt;BR /&gt;
sendCookedData=false&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-need-to-transfer-the-data-from-Splunk-to-a-third-party-server/m-p/318631#M59564</guid>
      <dc:creator>akd9</dc:creator>
      <dc:date>2020-09-29T15:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: I need to transfer the data from Splunk to a third party server (UDP port)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-need-to-transfer-the-data-from-Splunk-to-a-third-party-server/m-p/318632#M59565</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt; The syslog output processor supports udp you can use the example from our docs to configure this:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/6.6.0/Forwarding/Forwarddatatothird-partysystemsd" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/6.6.0/Forwarding/Forwarddatatothird-partysystemsd&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Send a subset of data to a syslog server&lt;BR /&gt;
This example shows how to configure a heavy forwarder to forward data from hosts whose names begin with "nyc" to a syslog server named "loghost.example.com" over port 514:&lt;/P&gt;

&lt;P&gt;Edit props.conf and transforms.conf to specify the filtering criteria.&lt;/P&gt;

&lt;P&gt;In props.conf, apply the send_to_syslog transform to all host names beginning with nyc:&lt;BR /&gt;
[host::nyc*]&lt;BR /&gt;
TRANSFORMS-nyc = send_to_syslog&lt;/P&gt;

&lt;P&gt;In transforms.conf, configure the send_to_syslog transform to specify _SYSLOG_ROUTING as the DEST_KEY and the my_syslog_group target group as the FORMAT:&lt;BR /&gt;
[send_to_syslog]&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY = _SYSLOG_ROUTING&lt;BR /&gt;
FORMAT = my_syslog_group&lt;/P&gt;

&lt;P&gt;In outputs.conf, define the my_syslog_group target group for the non-Splunk server:&lt;/P&gt;

&lt;P&gt;[syslog:my_syslog_group]&lt;BR /&gt;
server = loghost.example.com:514&lt;BR /&gt;
type = udp&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:37:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-need-to-transfer-the-data-from-Splunk-to-a-third-party-server/m-p/318632#M59565</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2020-09-29T15:37:34Z</dc:date>
    </item>
  </channel>
</rss>

