- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to configure BasicPaloAltoFirewallParser/any java parser to Metron Topology
- Labels:
-
Apache Metron
-
Apache Storm
Created ‎07-27-2017 01:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎08-03-2017 08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue was with logs which i was using. When i injected full logs from Paloalto firewall, the logs were being parsed, enriched and indexed.
Hopefully this will be helpfull for others.
Thanks,
Bharath
Created ‎08-03-2017 08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue was with logs which i was using. When i injected full logs from Paloalto firewall, the logs were being parsed, enriched and indexed.
Hopefully this will be helpfull for others.
Thanks,
Bharath
