Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/863#discussion_r156676155
--- Diff: metron-platform/metron-indexing/README.md ---
@@ -15,6 +15,12 @@ Indices are written in batch and the batch size and
batch timeout are specified
[Sensor Indexing Configuration](#sensor-indexing-configuration) via the
`batchSize` and `batchTimeout` parameters.
These configs are variable by sensor type.
--- End diff --
So, strictly speaking messages really only require `source.type` (which I
typo'd) and `timestamp` (which I should add). I'll fix that, but did I miss
anything?
---