Bump field limit for esArchiver indices using kibana package version template var (#144272)

This commit is contained in:
Rudolf Meijering 2022-11-01 22:00:29 +01:00 committed by GitHub
parent d7b08c67f9
commit e476028e68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -523,7 +523,10 @@
"number_of_shards": "1",
"priority": "10",
"refresh_interval": "1s",
"routing_partition_size": "1"
"routing_partition_size": "1",
"mapping": {
"total_fields": { "limit": 1500 }
}
}
}
}