Hi everyone, I am a new to the Elasticsearch stack. We are using the Elasticsearch cloud (7.5.2).
Because logstash isn't part of the cloud solution I am trying out the ingest node using the pipeline.
We want to be able to manipulate the incomming data.
I found the discription for the ingest node on this URL: https://www.elastic.co/guide/en/elasticsearch/reference/6.2/ingest.html
Within the Management section I have created a Hello_world pipeline
(I have editted the screenshot: the host, user and password)
To check if this pipeline works, I used the Dev Tools. But I get an error saying it is an illegal_argument_exception. status = 400
What am I doing wrong?
Is there other information, I have not found yet?