I am working on generating logs and then from those logs generating an index. I have generated an index from the logs but now I need to modify a field of all the documents having that field.
Technically there is a field in my document named as status which tells the status of the transaction, In my logstash configuration file I have given a status "Transaction posted on POS" but now I want to change that to "Transaction completed on POS"
It's more like a find and replace query, any idea how can I achieve this using DSL query?