Hi ,
Using “opendistro-es-1.12.0” Helm chart.
I get following output when trying to enable PA:
POST _opendistro/_performanceanalyzer/batch/config
{“enabled”: true}
{“Error: PA not enabled. Enable PA before turning Batch Metrics on”}
POST _opendistro/_performanceanalyzer/batch/cluster/config
{“enabled”: true}
{“currentPerformanceAnalyzerClusterState”:0,“shardsPerCollection”:0,“batchMetricsRetentionPeriodMinutes”:7}
GET _opendistro/_performanceanalyzer/config
{
“performanceAnalyzerEnabled” : false,
“rcaEnabled” : false,
“loggingEnabled” : false,
“shardsPerCollection” : 0,
“batchMetricsEnabled” : false,
“batchMetricsRetentionPeriodMinutes” : 7
}
Ideas?