Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/832#discussion_r149181570 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/files/bro_index.template --- @@ -98,7 +98,7 @@ "mapping": { "type": "float" }, - "match": "threat.triage.rules:*:score", + "match": "threat:triage:*score", --- End diff -- Prior to this change, the overall threat triage score field `threat:triage:score` was not mapped to a `float` as we had assumed.
---