REST pipeline API not allowed PUT 405

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

Works now.

Use http.cors.allow-methods: PUT, GET, POST etc. Restart and try again within Kibana but without cache.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.