FOSElasticaBundle
FOSElasticaBundle copied to clipboard
How to put _cluster/settings
Thanks for your bundle! It is very cool!
Is it possible to set _cluster/settings for the 'fos_elastica.yaml'. I need to change this values:
PUT _cluster/settings { "transient": { "cluster.routing.allocation.disk.watermark.low": "100gb", "cluster.routing.allocation.disk.watermark.high": "50gb", "cluster.routing.allocation.disk.watermark.flood_stage": "10gb", "cluster.info.update.interval": "1m" } }
https://www.elastic.co/guide/en/elasticsearch/reference/6.2/mapping.html
Thank you.