Monitor API curl not allowed?

I can do
curl -XGET url, this give me proper json response similar to the documentation below:

{
  "name" : "Ia_zMX5",
  "cluster_name" : "0-logs",
  "cluster_uuid" : "66666666",
  "version" : {
    "number" : "5.1.1",
    "build_hash" : "5395e21",
    "build_date" : "2016-12-15T22:47:19.049Z",
    "build_snapshot" : false,
    "lucene_version" : "6.3.0"
  },
  "tagline" : "You Know, for Search"
}

However if i do: curl -XGET url/_node/pipeline, which is recommended on the documents, it says : {"Message":"Your request: '/_node/pipeline' is not allowed."}.

Document link: https://www.elastic.co/guide/en/logstash/5.1/node-info-api.html

Would you pls suggest why?

Solved, i think i need to specify the name of the node. Also i can do this in Kibana Dev tools.

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