elasticsearch - Set document _version via logstash -
elasticsearch allows define external version in following manner:
post http://localhost:9200/index/type?version=1000&version_type=external
is possible define specific version number via elasticsearch logstash output?
according the doc, can specify id, not version. if specify id, believe, make new version.
Comments
Post a Comment