<?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 send Windows events to a third-party server using Splunk Universal Forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299703#M56700</link>
    <description>&lt;P&gt;I am having the same problem, did you get this to work???  Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 02 Oct 2018 14:05:05 GMT</pubDate>
    <dc:creator>Log_wrangler</dc:creator>
    <dc:date>2018-10-02T14:05:05Z</dc:date>
    <item>
      <title>How to send Windows events to a third-party server using Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299698#M56695</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to send windows events using an Universal Forwarder to a 3rd party system.&lt;/P&gt;

&lt;P&gt;I configured outputs.conf as shown below:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;[tcpout]&lt;BR /&gt;
defaultGroup = primary_indexers&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;[tcpout:primary_indexers]&lt;BR /&gt;
server = indexer1:9997,indexer2:9997, etc&lt;BR /&gt;
autoLB = true&lt;BR /&gt;
compressed = true&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;[tcpout:exernal]&lt;BR /&gt;
server=10.10.10.10:514&lt;BR /&gt;
sendCookedData=false&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;The forwarder has an inputs.conf which looks for WinEvent:Security. The events are reaching the splunk indexers successfully...but not the 3rd party server. The 3rd party server is only receiving splunk internal events, which tells me that the outputs.conf stanza is correct and i have connectivity between the 2 machines. &lt;/P&gt;

&lt;P&gt;Is there anything specific i need to configure in order to forward the windows events to the 3rd party server as well? I only need to send the raw events, no other parsing/transformation is needed. Any suggestion would be highly appreciated.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 07:17:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299698#M56695</guid>
      <dc:creator>raduand</dc:creator>
      <dc:date>2017-08-24T07:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Windows events to a third-party server using Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299699#M56696</link>
      <description>&lt;P&gt;Hi  raduand,&lt;BR /&gt;
as described at &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Forwarddatatothird-partysystemsd"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Forwarddatatothird-partysystemsd&lt;/A&gt; , you should try to delete (or comment) the first stanza in outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = primary_indexers
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 08:07:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299699#M56696</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-08-24T08:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Windows events to a third-party server using Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299700#M56697</link>
      <description>&lt;P&gt;Thanks! Now it's sending something but the windows events are multi-line and i'd like to receive the full event in a single line on the 3rd party destination. Is that possible?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 11:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299700#M56697</guid>
      <dc:creator>raduand</dc:creator>
      <dc:date>2017-08-24T11:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Windows events to a third-party server using Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299701#M56698</link>
      <description>&lt;P&gt;Hi raduand,&lt;BR /&gt;
I don't think that it's possible because you're sending uncooked data, you should parse data in the destination system to aggregate rows in a single log, or use cooked data and parse them in the destination system.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 08:53:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299701#M56698</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-08-25T08:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Windows events to a third-party server using Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299702#M56699</link>
      <description>&lt;P&gt;Cool, then i believe i need to use an intermediate Heavy Forwarder to parse the logs then forward them to the 3rd party destination.&lt;/P&gt;

&lt;P&gt;Thanks a lot and best regards,&lt;BR /&gt;
Andrei&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 08:55:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299702#M56699</guid>
      <dc:creator>raduand</dc:creator>
      <dc:date>2017-08-25T08:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Windows events to a third-party server using Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299703#M56700</link>
      <description>&lt;P&gt;I am having the same problem, did you get this to work???  Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 14:05:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299703#M56700</guid>
      <dc:creator>Log_wrangler</dc:creator>
      <dc:date>2018-10-02T14:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Windows events to a third-party server using Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299704#M56701</link>
      <description>&lt;P&gt;We are trying to do something similar but we want the UF to send the same data to both our indexer group and the third party system. Is this possible? we configured the _TCP_ROUTING property to use both tcpout stanzas for indexer-gorup and secops-server but the data in the secops-server is not correct. It looks as though its just internal splunk logs/metrics from the UF and not windows event logs. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:44:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299704#M56701</guid>
      <dc:creator>vonsolo29</dc:creator>
      <dc:date>2020-09-29T22:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Windows events to a third-party server using Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299705#M56702</link>
      <description>&lt;P&gt;Hi vonsolo29,&lt;BR /&gt;
did you inserted the option &lt;CODE&gt;sendCookedData=false&lt;/CODE&gt; in the outputs.conf's external stanza?&lt;BR /&gt;
in addition, you have to modify also the other inputs.conf, probably you're sending also the Splunk internal logs.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 07:53:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299705#M56702</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-01-11T07:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Windows events to a third-party server using Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299706#M56703</link>
      <description>&lt;P&gt;this is what i have in the outputs&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = indexer-group &lt;/P&gt;

&lt;P&gt;[tcpout:indexer-group]&lt;BR /&gt;
server = SPLUNKINDEXERSERVER:9997,SPLUNKINDEXERSERVER:9997,SPLUNKINDEXERSERVER:9997&lt;/P&gt;

&lt;P&gt;[tcpout:thirdpartytest-system]&lt;BR /&gt;
server = THIRDPARYSERVER:5114&lt;BR /&gt;
sendCookedData = false&lt;/P&gt;

&lt;P&gt;this is what the inputs shows:&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = wineventlog&lt;BR /&gt;
_TCP_ROUTING = indexer-group,thirdpartytest-system&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-Windows-events-to-a-third-party-server-using-Splunk/m-p/299706#M56703</guid>
      <dc:creator>vonsolo29</dc:creator>
      <dc:date>2020-09-29T22:45:02Z</dc:date>
    </item>
  </channel>
</rss>

