<?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 event data to RSA Analytic - issues and options in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-Windows-event-data-to-RSA-Analytic-issues-and-options/m-p/240403#M46728</link>
    <description>&lt;P&gt;not working means no data that matches source::wineventlog:system is being forwarded to RSA&lt;/P&gt;

&lt;P&gt;This is a test server with a steady flow of events. I can see events hitting the indexer that should match the filter. &lt;/P&gt;

&lt;P&gt;outputs.conf&lt;/P&gt;

&lt;P&gt;[syslog:rsa]&lt;BR /&gt;
server = xxxxx:514&lt;BR /&gt;
type = udp&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Ed&lt;/P&gt;</description>
    <pubDate>Fri, 11 Mar 2016 17:24:15 GMT</pubDate>
    <dc:creator>ebailey</dc:creator>
    <dc:date>2016-03-11T17:24:15Z</dc:date>
    <item>
      <title>Forwarding Windows event data to RSA Analytic - issues and options</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-Windows-event-data-to-RSA-Analytic-issues-and-options/m-p/240401#M46726</link>
      <description>&lt;P&gt;I am trying to use syslog forwarding to send Windows event data to RSA Analytics and it is not working. Any ideas? This is just for systems events as a test, but I intend to use this for application and security logs as well. &lt;/P&gt;

&lt;P&gt;props&lt;/P&gt;

&lt;P&gt;[source::wineventlog:system]&lt;BR /&gt;
TRANSFORMS-rsa = send_to_rsa&lt;/P&gt;

&lt;P&gt;transforms&lt;/P&gt;

&lt;P&gt;[send_to_rsa]&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY = _SYSLOG_ROUTING&lt;BR /&gt;
FORMAT = rsa&lt;/P&gt;

&lt;P&gt;any ideas?&lt;/P&gt;

&lt;P&gt;Is using syslog forwarding the preferred way to integrate with RSA Analytic or would the CEF app be a better option.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:02:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-Windows-event-data-to-RSA-Analytic-issues-and-options/m-p/240401#M46726</guid>
      <dc:creator>ebailey</dc:creator>
      <dc:date>2020-09-29T09:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding Windows event data to RSA Analytic - issues and options</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-Windows-event-data-to-RSA-Analytic-issues-and-options/m-p/240402#M46727</link>
      <description>&lt;P&gt;can you elaborate a bit on what "not working" means?  On which server are you configuring your props and transforms?  Can you also share your outputs.conf?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:20:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-Windows-event-data-to-RSA-Analytic-issues-and-options/m-p/240402#M46727</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2016-03-11T17:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding Windows event data to RSA Analytic - issues and options</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-Windows-event-data-to-RSA-Analytic-issues-and-options/m-p/240403#M46728</link>
      <description>&lt;P&gt;not working means no data that matches source::wineventlog:system is being forwarded to RSA&lt;/P&gt;

&lt;P&gt;This is a test server with a steady flow of events. I can see events hitting the indexer that should match the filter. &lt;/P&gt;

&lt;P&gt;outputs.conf&lt;/P&gt;

&lt;P&gt;[syslog:rsa]&lt;BR /&gt;
server = xxxxx:514&lt;BR /&gt;
type = udp&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:24:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-Windows-event-data-to-RSA-Analytic-issues-and-options/m-p/240403#M46728</guid>
      <dc:creator>ebailey</dc:creator>
      <dc:date>2016-03-11T17:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding Windows event data to RSA Analytic - issues and options</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-Windows-event-data-to-RSA-Analytic-issues-and-options/m-p/240404#M46729</link>
      <description>&lt;P&gt;Just to verify, your source is actually wineventlog:system?  all lowercase?  &lt;/P&gt;

&lt;P&gt;We have a similar setup here, and have added some additional info to the props.conf stanza.  We're sending security events, so it might be different, but we borrowed the settings from this blog entry (in the comment section)&lt;BR /&gt;
&lt;A href="http://blogs.splunk.com/2013/10/14/windows-event-logs-in-splunk-6/"&gt;http://blogs.splunk.com/2013/10/14/windows-event-logs-in-splunk-6/&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-1_syslog_routing = route_to_some_syslog

SHOULD_LINEMERGE = true
MAX_TIMESTAMP_LOOKAHEAD=30
LINE_BREAKER = ([\r\n](?=\d{2}/\d{2}/\d{2,4} \d{2}:\d{2}:\d{2} [aApPmM]{2}))
REPORT-MESSAGE = wel-message, wel-eq-kv, wel-col-kv
KV_MODE=none
TRANSFORMS-FIELDS = strip-winevt-linebreaker
SEDCMD-win=s/(?mis)(Token Elevation Type indicates|This event is generated|Application Id=).*$//g
SEDCMD-rmlines=s/[\n\r\t]/ /g
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Our transforms looks like yours but the outputs is a bit different. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[syslog:some_syslog]
server = some_ip:514
type=udp
maxEventSize = 4096
timestampformat = %b %e %H:%M:%S
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not sure if this will be helpful, but maybe point you in the right direction?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 19:00:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-Windows-event-data-to-RSA-Analytic-issues-and-options/m-p/240404#M46729</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2016-03-11T19:00:02Z</dc:date>
    </item>
  </channel>
</rss>

