Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/827
The latest commit fixes the bug @justinleet found and adds some test cases
to cover it.
I also removed an "ignoredIndices" variable from the ElasticsearchDao
class. This was being used to exclude certain indices but I believe we've
moved towards a white list approach for specifying indices so this no longer
makes sense. I can revert if anyone disagrees.---
