Open Distro version in AWS elasticsearch

Hi,

Is there a way to determine which version of open distro is installed for the aws elasticsearch version by a query or in Kibana? Currently, I have the latest AWS ES of 6.7 but I am not seeing some of the new changes for alerting thats supposed to be available in open distro 0.90 (access to ctx.alert.id). I suspect I dont have this version installed but trying to confirm it since kibana is automatically installed with AWS ES.

Thanks

You should be able to call the cluster stats end point.

GET /_cluster/stats

Cluster stats API | Elasticsearch Guide [8.4] | Elastic

Apologies for the delay. Please download the latest version of Open Distro for Elasticsearch. In case you are still facing this issue, please raise a Github Issue.