<?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: Help with props.conf? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382503#M46531</link>
    <description>&lt;P&gt;Hey, you're regexes are good, but need to contain "named capture groups". The name of such a capture group will determine the field name in Splunk.&lt;/P&gt;

&lt;P&gt;I fixed your regex for SrcIP, see this regex101 link, it will help you fix your other regexes accordingly:&lt;BR /&gt;
&lt;A href="https://regex101.com/r/1QfM2q/1"&gt;https://regex101.com/r/1QfM2q/1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But: shouldn't that app you're using already extract those fields? &lt;/P&gt;</description>
    <pubDate>Fri, 04 May 2018 14:22:29 GMT</pubDate>
    <dc:creator>xpac</dc:creator>
    <dc:date>2018-05-04T14:22:29Z</dc:date>
    <item>
      <title>Help with props.conf?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382502#M46530</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to extract a fields using props.conf,it's not working as expected.Is there a better way to extract them?&lt;/P&gt;

&lt;P&gt;event:&lt;BR /&gt;
May  4 13:37:50 abcd fdf: Protocol: TCP, SrcIP: 111.111.111.12, OriginalClientIP: ::, DstIP: 110.112.113.114, SrcPort: 56896, DstPort: 80, TCPFlags: 0x0, IngressZone: INSIDE, EgressZone: OUTSIDE, DE: Primary Detection Engine (dsdsdasdsda), Policy: C_POLICY, ConnectType: Start, AccessControlRuleName: inside to outside, AccessControlRuleAction: Allow, Prefilter Policy: r_Prefilter, UserName: No Authentication Required, UserAgent: Mozilla/5.0 (compatible; MSIE 8.0;), Client: Internet Explorer, ClientVersion: 8.0, ApplicationProtocol: HTTP, InitiatorPackets: 3, ResponderPackets: 1, InitiatorBytes: 394, ResponderBytes: 66, NAPPolicy: Balanced Security and Connectivity, DNSResponseType: No Error, Sinkhole: Unknown, ReferencedHost: splunk.com, URLCategory: Business and Economy, URLReputation: Well known, URL: &lt;A href="http://splunk.com/" target="_blank"&gt;http://splunk.com/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;To the add-on props, I added field 'rule' fro extraction, its not working.&lt;/P&gt;

&lt;P&gt;[cisco:ftd]&lt;BR /&gt;
SHOULD_LINEMERGE = 0&lt;BR /&gt;
TIME_FORMAT = %b %d %H:%M:%S&lt;BR /&gt;
category = Network &amp;amp; Security&lt;BR /&gt;
description = Output produced by the Cisco Firepower Thereat Defense (FTD) Firew                                                                                                                                                             all&lt;BR /&gt;
pulldown_type = 1&lt;BR /&gt;
&lt;STRONG&gt;EXTRACT-AccessControlRuleName = AccessControlRuleName:\s(?(.*?))(,|\z)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;EXTRACT-SrcIP = SrcIP:\s(?(.*?))(,|\z)&lt;/P&gt;

&lt;P&gt;EXTRACT-DE = DE:\s(?(.*?))(,|\z)&lt;/P&gt;

&lt;P&gt;EXTRACT-DNSResponseType = DNSResponseType:\s(?(.*?))(,|\z)&lt;/P&gt;

&lt;P&gt;EXTRACT-DstIP = DstIP:\s(?(.*?))(,|\z)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:25:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382502#M46530</guid>
      <dc:creator>kiran331</dc:creator>
      <dc:date>2020-09-29T19:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with props.conf?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382503#M46531</link>
      <description>&lt;P&gt;Hey, you're regexes are good, but need to contain "named capture groups". The name of such a capture group will determine the field name in Splunk.&lt;/P&gt;

&lt;P&gt;I fixed your regex for SrcIP, see this regex101 link, it will help you fix your other regexes accordingly:&lt;BR /&gt;
&lt;A href="https://regex101.com/r/1QfM2q/1"&gt;https://regex101.com/r/1QfM2q/1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But: shouldn't that app you're using already extract those fields? &lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 14:22:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382503#M46531</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-04T14:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with props.conf?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382504#M46532</link>
      <description>&lt;P&gt;Its working for other fields, I added AccessControlRuleName  and its not working&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 14:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382504#M46532</guid>
      <dc:creator>kiran331</dc:creator>
      <dc:date>2018-05-04T14:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with props.conf?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382505#M46533</link>
      <description>&lt;P&gt;If you're comparing your regexes you will see that the regex for that field is missing a single character &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 14:32:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382505#M46533</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-04T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with props.conf?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382506#M46534</link>
      <description>&lt;P&gt;Try this.&lt;/P&gt;

&lt;P&gt;AccessControlRuleName:\s(?(.*?))(,|\z)&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 15:20:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Help-with-props-conf/m-p/382506#M46534</guid>
      <dc:creator>amitm05</dc:creator>
      <dc:date>2018-05-04T15:20:41Z</dc:date>
    </item>
  </channel>
</rss>

