We need to prevent creating new types in a specific index?
Dynamic index creation can be disabled via: action.auto_create_index: false (via config/elasticsearch.yml)
Dynamic field mapping can be disable during mapping definition: "dynamic": "strict"
How can I disable this for a document-type? Is this possible at index creation time?
Thanks Christoph, that works!
I thought it could only be used in the elasticsearch.yml globally. But it works also at index-creation time in the settings.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.