简体   繁体   中英

In datastax cassandra 5.1, why is dsetool missing insights_config command?

在 DataStax Cassandra 节点上运行dsetool insights_config返回Unknown command: insights_config文档指出应该存在此命令。

DSE Metrics Collector was introduced in the DSE 5.1.14 (current version is 5.1.17) - make sure that you're using version that has this functionality. In my setup it works just fine:

(dse-5.1.17) ...\>dsetool insights_config --show_config
{
  "mode" : "DISABLED",
  "config_refresh_interval_in_seconds" : 30,
  "metric_sampling_interval_in_seconds" : 30,
  "data_dir_max_size_in_mb" : 1024,
  "node_system_info_report_period" : "PT1H"
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM