Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1072
Couple more places to update things:
- The first point in
https://github.com/apache/metron/blob/master/metron-interface/metron-alerts/README.md#prerequisites
should updated to not refer to ES alone
- The REST prereqs list here needs the same treatment:
https://github.com/apache/metron/blob/master/metron-interface/metron-rest/README.md#prerequisites
- The schemas for new sensors need a couple fields defined to work
properly, at least `comments` and `metaalerts` (I'm unsure if there's anything
more off the top of my head). We'll need something similar to
https://github.com/apache/metron/blob/master/metron-platform/metron-indexing/README.md#elasticsearch.
This should also be reflected appropriately here:
https://github.com/apache/metron/blob/master/metron-platform/metron-parsers/README.md#notes-on-adding-a-new-sensor
---