How to Verify that the xpack.monitoring.enabled setting is true

I add "xpack.monitoring.enabled: true" in elasticsearch.yml. But when I use "curl: Host IP:9200/_nodes?filter_path=**.xpack&pretty", it only returns the following:
"xpack" : {
"installed" : "true"
}
and no further information about xpack. So how can I verify?

What version are you on?

I tried again. It works.
"xpack" : {
"monitoring" : {
"enabled" : "true"
}

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