We have setup a cluster within AWS (self-managed).
We have Kibana within the same environment and have the metric/filebeats installed on all nodes to monitor the cluster.
Within the various YAML files for Kibana, Metricbeats and Filebeats we have the required credentials to connect to the cluster.
Does anyone know of a way of using AWS Secrets Manager to store the required credentials and to reference these values within the required YAML files.
We would assign the appropriate roles to each instance to allow them to read from the required Secrets Manager.