Ingest Pipelines

In this post i will explain what are ingest pipelines, what are their use case and how to create them. https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest.html What is an ingest pipeline: it is a watcher analyzing data entering to an index and beforing being save can be transformed. Possible actions: The transformation options available are: remove field, add field, enrich … Continue reading Ingest Pipelines