Hi,
I have seen another "Other thread with no answer" where the "allow_auto_create" is not working properly.
In my cluster the setting is true by default:
GET _cluster/settings
{
"persistent": {
"action": {
"auto_create_index": "true"
},
"cluster": {
"indices": {
"close": {
"enable": "true"
}
}, ... more settings
But all my templates now have now the "allow_auto_create" set to false.
Is this a known "bug" or feature?
I also get the same error message like a component template forbids....
Will this override the settings again in the future? Or can I change it once?
Greetings
logger