I want to use es as the result_backend of celery. My es has multiple nodes. I consulted the official examples and source code, but did not find any relevant parameters or instructions.
result_backend = 'elasticsearch://example:9200/index_name/doc_type'
How do I set up a multi-node es configuration?