Hi All,
I am followed the steps mentioned in below link and setup SQUID topology. The logs are getting enriched and indexed and visible in Kibana.
Now i need to add BasicPaloAltoFirewallParser(Paloalto topology). Below is config json file.
{
"parserClassName":"org.apache.metron.parsers.paloalto.BasicPaloAltoFirewallParser",
"sensorTopic":"newPalto",
"parserConfig": {
"timestampField": "timestamp"
}
}
I dont see any errors, but the logs are not pushed into "enrichments" topic
Any help would be much appreciated.
Thanks