Closed
Description
ES_VERSION: 7.3.1
Description of the problem including expected versus actual behavior:
When updating index setting like this:
PUT index1/_settings { "index": { "merge": { "policy": { "max_merge_at_once": "5" } } } }
and relevent log is:
[2019-12-03T21:59:14,065][INFO ][o.e.c.s.IndexScopedSettings] [node-1] updating [index.merge.policy.max_merge_at_once] from [10] to [5]
according to the log, I don't know which index is updated, If we could add the index name in the log.