Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/922 I tested this in full dev using the install script in https://github.com/apache/metron/pull/918. I was able to create collections for each schema except for "error". For that to work properly, I had to: - remove `docValues="true"` from the "bytes" field type - add the "guid" field used in other schemas Still working on indexing data into these collections but so far so good.
---