Hi there,
I just checked the ES Put Mapping API but that's like "Böhmische Dörfer" for me atm.
What I try to do is following:
My ES Index name = "dict_c"
In my logstash conf:
translate {
field => "[Präfix_Country]"
destination => "[Country_New]"
override => true
dictionary_path => "C:/dict/dict_countrys.csv"
}
Now, the translation file will be updated sometime.
Let's say:
from "+049","DE"
to "+049","GERMANY"
And thats my missing link
How to reindex or re-mapping [Country_New] on this specific task wihout restart all.
The Documentation is not giving me the right hint, honestly, I didn't understand it that well at this point either.
Thanks for any help and Regards