Press "Enter" to skip to content

Enable Elasticsearch Cluster Monitoring

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
PUT _cluster/settings
{
"persistent": {
"xpack.monitoring.collection.enabled": true
}
}
PUT _cluster/settings { "persistent": { "xpack.monitoring.collection.enabled": true } }
PUT _cluster/settings
{
"persistent": {
"xpack.monitoring.collection.enabled": true
}
}
发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注