I have "stores" index in elasticsearch and want to add "chain" field with following json:
{
"properties": {
"chain": {
"type": "string",
"store": true
}
}
How can I set default value for all existiong documents in the index?