merrimanr commented on a change in pull request #1403: METRON-2109: Add option
to use Metron GUID as the id in Elasticsearch
URL: https://github.com/apache/metron/pull/1403#discussion_r285775387
##########
File path: metron-platform/metron-indexing/README.md
##########
@@ -69,13 +69,17 @@ Depending on how you start the indexing topology, it will
have either Elasticsea
| `batchTimeout` | The timeout after which a batch will be flushed even
if `batchSize` has not been met. | Defaults to a duration which is a fraction
of the Storm parameter `topology.message.timeout.secs`, if left undefined or
set to 0. Ignored if batchSize is `1`, since this disables batching.|
| `enabled` | A boolean indicating whether the writer is enabled.
| Defaults to `true`
|
| `fieldNameConverter` | Defines how field names are transformed before being
written to the index. Only applicable to `elasticsearch`. | Defaults
to `DEDOT`. Acceptable values are `DEDOT` that replaces all '.' with ':' or
`NOOP` that does not change the field names . |
+| `metronId` | A boolean indicating whether the writer should use
the id generated by Metron | Defaults to `false`. This setting only
applies to Elasticsearch, the id used with Solr is configured in the Solr
schemas.
Review comment:
Done. Did I miss any places where we should use "document ID"?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services