<?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: Use a custom source type for specific Windows firewall events in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Use-a-custom-source-type-for-specific-Windows-firewall-events/m-p/578541#M102155</link>
    <description>&lt;P&gt;Whg do you specifically want to do this as other sourcetype?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 20:36:28 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2021-12-15T20:36:28Z</dc:date>
    <item>
      <title>Use a custom source type for specific Windows firewall events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Use-a-custom-source-type-for-specific-Windows-firewall-events/m-p/577991#M102082</link>
      <description>&lt;P&gt;We use Splunk for storing and analyzing Windows security events. We now want to start storing firewall events related tot management ports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I plan to use the following for retrieving the relevant data from the Windows security log&lt;/P&gt;&lt;P&gt;whitelist9 = EventCode="(?:515[67])" Message="(?i)Direction\:\t+Inbound" Message="Destination\sPort\:\t+(135|139|445|3389|5985|5986)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to store these events using a diiferent source type than the other events from&amp;nbsp;[WinEventLog://Security]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I achieve this?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 09:48:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Use-a-custom-source-type-for-specific-Windows-firewall-events/m-p/577991#M102082</guid>
      <dc:creator>coenvandijk</dc:creator>
      <dc:date>2021-12-10T09:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Use a custom source type for specific Windows firewall events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Use-a-custom-source-type-for-specific-Windows-firewall-events/m-p/578536#M102153</link>
      <description>&lt;P&gt;You want to index all the events from that WinEventLog, so you can't do that from the UF inputs.conf.&lt;/P&gt;&lt;P&gt;You need the parser (HF or Indexer) to apply a different treatment for those specific events :&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;[source::TheWindowsSecurityLog]&lt;BR /&gt;TRANSFORMS = firewall_only&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;BR /&gt;[firewall_only]&lt;BR /&gt;REGEX = EventCode=515[67]&lt;BR /&gt;DEST_KEY = MetaData:SourceType&lt;BR /&gt;FORMAT = sourcetype::wineventlog_firewall&lt;/PRE&gt;&lt;P&gt;The REGEX probably needs some modification, but the spirit is to give a specific redirection for only those events that match the expression.&lt;/P&gt;&lt;P&gt;All the other events will follow the natural process.&lt;/P&gt;&lt;P&gt;No need for a blacklist/whitelist from the UF inputs.conf.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 20:13:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Use-a-custom-source-type-for-specific-Windows-firewall-events/m-p/578536#M102153</guid>
      <dc:creator>ldongradi_SPL</dc:creator>
      <dc:date>2021-12-15T20:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use a custom source type for specific Windows firewall events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Use-a-custom-source-type-for-specific-Windows-firewall-events/m-p/578541#M102155</link>
      <description>&lt;P&gt;Whg do you specifically want to do this as other sourcetype?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 20:36:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Use-a-custom-source-type-for-specific-Windows-firewall-events/m-p/578541#M102155</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-12-15T20:36:28Z</dc:date>
    </item>
  </channel>
</rss>

