running dsetool insights_config on the DataStax Cassandra node returns Unknown command: insights_config whereas the documentation states that this command should be present.
0
votes
1 Answers
1
votes
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"
}