What difference does it make to add the "_all": { "enabled": false } to the _default_ section rather in the specifiec index_name section?

What difference does it make to add the "_all": { "enabled": false } to the default section rather in the specifiec index_name section ?

 "mappings": {
    "_default_": {
      "_all": {
        "enabled": false
      }
    },
    "index_name": {
      "_all": {
        "enabled": false
      },
      "dynamic_templates": [
        {

Welcome to our community! :smiley:

What version of Elasticsearch are you running?

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