HI,
When I try to save the newly created pipeline I am getting a 405. I cannot find where I have to specify to allow PUT on the elastic-search node. I already included in the config file, http.cors.allow-methods: PUT, POST, GET and tried http.cors.allow-methods: "PUT, POST, GET"
When I run the pipeline with POST it works fine.
Error:
{
"error": "Incorrect HTTP method for uri [/_ingest/pipeline/_simulate] and method [PUT], allowed: [POST, GET]",
"status": 405
}
Could please someone point me to the right direction? Any help would be appreciated
Regards,
Yorick