Ori
Ori
Hi, I'd like the exporter to connect to a managed AWS Elasticsearch, and to assume IAM Role rather than specify a username+password. I've configured the cluster to work with IAM...
**Is your feature request related to a problem? Please describe.** When I perform an index rollover (weather directly by the rollover API or by using the ISM job), I want...
**Describe the bug** I'm running the agent (image version amazon/cloudwatch-agent:1.247355.0b252062 ) on EKS, and using it for scraping custom Prometheus metrics of my application, and send them to CloudWatch. I'm...
Enable the ability for adding a new configuration file, with options per migration script. Not all migration scripts must have a reference in this file, but only selected ones. The...
I'm trying to use this project (well done BTW!!), but bumped into an issue because I don't have enough control on the execution behavior. On Opensearch, I'm trying to add...
The documentation states that we can use 'aws_iam' with ACCESS_KEY+SECRET_KEY. ``` output { opensearch { hosts => ["hostname:port"] auth_type => { type => 'aws_iam' aws_access_key_id => 'ACCESS_KEY' aws_secret_access_key => 'SECRET_KEY'...