"index.mapper.dynamic" not working as intended on Elasticsearch 6.8

Hi,

We have some indexes we would like to disable dynamic mapping for, I'm testing disabling the dynamic mapping by putting : index.mapper.dynamic : false or null in the settings for said indexes.

The request is acknowledged and when checking the settings afterwards with a simple GET /my_index/_settings I can see that the index.mapper.dynamic is there with either false or null

But when I add new document with new mapping on the index and check the mapping afterwards, the new mapping types are added when they shouldn't

Anyone has any idea what's going on here, or if you need any further info please let me know

Thank you

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.