I am doing a project that tries to send information in a json file through fluent-bit to AWS OpenSearch, this is my configuration file in fluent-bit, I have already looked at a lot of official documentation on the fluent-bit and AWS page and I can not solve it, I'm desperate and my hair has fallen out.
[SERVICE] Flush 1 Log_Level info Daemon on
[INPUT] Name tail Path /home/file.json Parser json Tag amazon-opensearch
[OUTPUT] Name opensearch Match amazon-opensearch Host https://this-is-my-secret-url.es.amazonaws.com Port 443 AWS_Auth on AWS_Service_Name aoss AWS_Role_ARN arn:aws:es:us-east-1:00000000:domain/opensearch AWS_Profile default Index fluent-bit Type logs
he intentado cambiar de parametros en fluent bit, me gustaria que se enviara la informacion a opensearch