<?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 How to  Forward Splunk WMIEventLog:Security  to syslog_ng with backend MYSQL in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Forward-Splunk-WMIEventLog-Security-to-syslog-ng-with/m-p/73193#M14983</link>
    <description>&lt;P&gt;I am new to Splunk and am attempting to forward Splunk WMIEventLog:Security  to syslog_ng with a backend MYSQL. This is a requirement for our log archives.&lt;BR /&gt;
I can setup a forwarder to Forward  Splunk data via TCP, but the message Field is blank.&lt;/P&gt;

&lt;P&gt;Can anyone assit me with How to Forward Splunk WMIEventLog:Security data to syslog_ng with a backend MYSQL?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2012 22:01:00 GMT</pubDate>
    <dc:creator>smile_4u_2</dc:creator>
    <dc:date>2012-02-16T22:01:00Z</dc:date>
    <item>
      <title>How to  Forward Splunk WMIEventLog:Security  to syslog_ng with backend MYSQL</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Forward-Splunk-WMIEventLog-Security-to-syslog-ng-with/m-p/73193#M14983</link>
      <description>&lt;P&gt;I am new to Splunk and am attempting to forward Splunk WMIEventLog:Security  to syslog_ng with a backend MYSQL. This is a requirement for our log archives.&lt;BR /&gt;
I can setup a forwarder to Forward  Splunk data via TCP, but the message Field is blank.&lt;/P&gt;

&lt;P&gt;Can anyone assit me with How to Forward Splunk WMIEventLog:Security data to syslog_ng with a backend MYSQL?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2012 22:01:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Forward-Splunk-WMIEventLog-Security-to-syslog-ng-with/m-p/73193#M14983</guid>
      <dc:creator>smile_4u_2</dc:creator>
      <dc:date>2012-02-16T22:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Forward Splunk WMIEventLog:Security  to syslog_ng with backend MYSQL</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Forward-Splunk-WMIEventLog-Security-to-syslog-ng-with/m-p/73194#M14984</link>
      <description>&lt;P&gt;The following configuration is for a heavy forwarder on the windows box, it will forward your Windows Security event log in syslog format to the syslog_ng server you define in the outputs.conf. &lt;/P&gt;

&lt;P&gt;inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        [WinEventLog:Security]
        disabled = 0 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        [syslog:syslog_ng]
        server  = 12.34.56.78:514
        type = udp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        [host::*]
        TRANSFORMS-routing = syslog_ng
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        [send_to_syslog]
        REGEX = .
        DEST_KEY = _SYSLOG_ROUTING
        FORMAT = syslog_ng
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm assuming you already have the syslog-ng backend configured to push the data into your mysql database, but if not those directions can be found here: &lt;A href="http://sqls.net/wiki/howto:syslog-ng_to_mysql"&gt;http://sqls.net/wiki/howto:syslog-ng_to_mysql&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 21:16:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Forward-Splunk-WMIEventLog-Security-to-syslog-ng-with/m-p/73194#M14984</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2012-02-29T21:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to  Forward Splunk WMIEventLog:Security  to syslog_ng with backend MYSQL</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Forward-Splunk-WMIEventLog-Security-to-syslog-ng-with/m-p/73195#M14985</link>
      <description>&lt;P&gt;Should it not be "TRANSFORMS-routing = send_to_syslog"?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:43:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Forward-Splunk-WMIEventLog-Security-to-syslog-ng-with/m-p/73195#M14985</guid>
      <dc:creator>ephemeric</dc:creator>
      <dc:date>2020-09-28T14:43:33Z</dc:date>
    </item>
  </channel>
</rss>

