Hi all,
I would like to know if there is a way to process again documents already saved into the indices.
I noticed that my Logstash pipeline was not completed so now I know like to process a specific field.
in my documents, I have a field named build_type
(generally with values like /OPS/service/build/username
). I would like to extract a portion of that field for every documents.
thanks