- Elasticsearch 7.0 Cookbook(Fourth Edition)
- Alberto Paro
- 43字
- 2021-06-24 14:51:54
How to do it…
To set up an ingest node, you need to edit the config/elasticsearch.yml file and set up the ingest property to true, as follows:
node.ingest: true
Every time you change your elasticsearch.yml file, a node restart is required.