I have created the below decoder for the ASA log but it won't work. Please help me to decode.
<decoder name="cisco-Custom_asa">
<prematch>^%FTD-session</prematch>
</decoder>
<decoder name="cisco-asa-filter">
<parent>cisco-Custom_asa</parent>
<prematch offset="after_parent">-2-4545613</prematch>
<regex offset="after_parent">(\w+): (\.+) (\d+) for (\S+):(\S+)/(\S+) \p(\S+)/(\S+)\p to (\S+):(\S+)/(\S+) \p(\S+)/(\S+)\p</regex>
<order>id, description, connection, src, srcip, srcport, mapped_srcip, mapped_srcport, dst, dstip, dstport, mapped_dstip, mapped_dstport</order>
</decoder>
Log To test ::
:jan 04 15:18:10 UTC: %FTD-session-2-4545613: Built inbound TCP connection 34566777 for outside:
1.2.3.4/23456 (
2.2.2.2/123) to inside:
4.4.4.4/768 (
5.6.7.8/778)