Elasticsearch 5.x 引入了一组强大的功能,针对通过摄取节点摄取文档期间出现的问题。
在第 1 章中, < /span>入门,我们讨论了 Elasticsearch 节点可以是 master、data 或 ingest;由于预处理文档时可能出现的问题,将摄取组件与其他组件分开的想法是创建一个更稳定的集群。
为了创建一个更稳定的集群,摄取节点应该由主节点(也可能与数据节点)隔离,以防可能发生一些问题,例如由于附件插件而导致的崩溃和由于复杂的负载而导致的高负载类型操作。
在本章中,我们将介绍以下食谱:
- Pipeline definition
- Inserting an ingest pipeline
- Getting an ingest pipeline
- Deleting an ingest pipeline
- Simulating a pipeline
- Built-in processors
- The grok processor
- Using the ingest attachment plugin
- Using the ingest GeoIP plugin