Open lukas-vlcek opened 7 years ago
We will probably need to support field renaming.
The reason is that some documents may contain field names that are not generally supported in Elasticsearch mappings. For example there is top level _all field found in data retrieved from Indices stats API.
_all
See https://github.com/lukas-vlcek/watches_index_templates/issues/2 for more details.
Just for now I implemented workaround for Indices stats in https://github.com/ViaQ/watches-cli/commit/77dd829f53d9663ff6343c08abe5b84c43c3497c
We will probably need to support field renaming.
The reason is that some documents may contain field names that are not generally supported in Elasticsearch mappings. For example there is top level
_all
field found in data retrieved from Indices stats API.See https://github.com/lukas-vlcek/watches_index_templates/issues/2 for more details.