Hi Walid,
Sorry for the late response.
Add the following regex and order sections to your custom decoder:
<regex type="pcre2">^(\w{3} \d{2} \d{2}:\d{2}:\d{2}) pfSense - .+,.+,(\S+),(\S+),.+,.+,.+,(.+),.+$</regex>
<order>event.time, domain_name, src.ip, blacklist_domain</order>
Note this expression will work as long as the number and order of comma-separated fields remain the same.
For more details about the regex see:
-
regex101 exampleFor more details about decoder syntax see:
-
Decoder syntax documentationI hope this helps,
Javier Bejar