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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -