- Elasticsearch 7.0 Cookbook(Fourth Edition)
- Alberto Paro
- 43字
- 2025-04-04 14:26:47
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.