<?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: forwarding Windows and syslog event logs to rsyslog in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143482#M29296</link>
    <description>&lt;P&gt;grantsales,&lt;/P&gt;

&lt;P&gt;Sorry, I moved my comment to here - I got mixed up on dates and who did what when.  &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;The comment was directed toward you - is there a reason you need to use syslog specifically?  &lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2016 00:56:11 GMT</pubDate>
    <dc:creator>Richfez</dc:creator>
    <dc:date>2016-01-18T00:56:11Z</dc:date>
    <item>
      <title>forwarding Windows and syslog event logs to rsyslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143479#M29293</link>
      <description>&lt;P&gt;Need to send certain Windows security and audit files to a RHEL rsyslog server. This is what I have so far (based on &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Deploy/Forwarddatatothird-partysystemsd#Syslog_data"&gt;&lt;STRONG&gt;this&lt;/STRONG&gt;&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:security]
TRANSFORMS-routing = send_to_syslog

[Perfmon:Network Interface]
TRANSFORMS-routing = send_to_syslog

[syslog]
TRANSFORMS-routing = send_to_syslog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[send_to_syslog]
REGEX = .
DEST_KEY = _SYSLOG_ROUTING
FORMAT = my_syslog_group
&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;[syslog:my_syslog_group]
server = 10.0.10.10:514
type = tcp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The logs are getting to the rsyslog server. but the format is not right for the Windows logs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2014-02-09T16:05:32.437414-05:00 new-host-3.home Value=149.60659940915585
2014-02-09T16:05:32.440373-05:00 new-host-3.home collection="Network Interface"#015
2014-02-09T16:05:32.440373-05:00 new-host-3.home object="Network Interface"#015
2014-02-09T16:05:32.440373-05:00 new-host-3.home counter="Bytes Sent/sec"#015
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'd like to be able to send the files as raw TCP, but haven't been able to do it. I've changed the DEST_KEY in the transforms.conf to _raw, and changed my outputs.conf to [tcpout], but that doesn't seem to work.&lt;/P&gt;

&lt;P&gt;Anyone been able to do something similar to this? &lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2014 21:24:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143479#M29293</guid>
      <dc:creator>pil321</dc:creator>
      <dc:date>2014-02-09T21:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding Windows and syslog event logs to rsyslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143480#M29294</link>
      <description>&lt;P&gt;I see this is from last year, but did you ever get this working?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 21:18:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143480#M29294</guid>
      <dc:creator>grantsales</dc:creator>
      <dc:date>2016-01-15T21:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding Windows and syslog event logs to rsyslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143481#M29295</link>
      <description>&lt;P&gt;Is there a reason to have an intermediate step of converting to syslog and back again?  &lt;/P&gt;

&lt;P&gt;The direct ingestion of Windows events as forwarded by a Universal Forwarder into Splunk works fantastically well and is generally problem free.  Unless you have some constraint you can't get lifted or get permission to work around, I'd normally recommend just letting the forwarder forward directly to the indexer.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 22:34:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143481#M29295</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-01-15T22:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding Windows and syslog event logs to rsyslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143482#M29296</link>
      <description>&lt;P&gt;grantsales,&lt;/P&gt;

&lt;P&gt;Sorry, I moved my comment to here - I got mixed up on dates and who did what when.  &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;The comment was directed toward you - is there a reason you need to use syslog specifically?  &lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 00:56:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143482#M29296</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-01-18T00:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding Windows and syslog event logs to rsyslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143483#M29297</link>
      <description>&lt;P&gt;I already have the splunk agent feeding the indexer, the issue I have is I also need this data somewhere else that isn't splunk. I thought I could use the existing agent to dual feed, 1 straight to splunk and 1 to my syslog server. &lt;/P&gt;

&lt;P&gt;Doesn't seem to be working with windows events however. &lt;/P&gt;

&lt;P&gt;Reading up in answers.splunk, I'd have to do some reformatting of the data prior to sending it off, but this would impact what splunk is getting. &lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 14:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143483#M29297</guid>
      <dc:creator>grantsales</dc:creator>
      <dc:date>2016-01-18T14:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding Windows and syslog event logs to rsyslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143484#M29298</link>
      <description>&lt;P&gt;Great, a valid use case.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Lots of folks don't pay much attention to older answers and it's unlikely you'll get too much activity through this thread.  I'd suggest compiling up your precise use case and what behavior you are trying to get, along with what you are actually seeing instead, and create a new post asking about that.  &lt;/P&gt;

&lt;P&gt;I'll be looking forward to that, I may be able to replicate whatever you are seeing later this week if I had a good writeup of what you are seeing.  &lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 15:11:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143484#M29298</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-01-18T15:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding Windows and syslog event logs to rsyslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143485#M29299</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Could you please let me know wat software has to be installed on windows to get logs (tomcat logs ) forwarded to rsyslog (linux)&lt;/P&gt;

&lt;P&gt;Thnx&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 13:26:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143485#M29299</guid>
      <dc:creator>sony_pimpale</dc:creator>
      <dc:date>2017-12-01T13:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding Windows and syslog event logs to rsyslog</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143486#M29300</link>
      <description>&lt;P&gt;@sony_pimpale, You're adding on to an old question.  Please post a new question describing your problem so you'll have a better chance at getting a solution.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 13:37:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-Windows-and-syslog-event-logs-to-rsyslog/m-p/143486#M29300</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-12-01T13:37:50Z</dc:date>
    </item>
  </channel>
</rss>

