fluent-plugin-aws-elasticsearch-service
fluent-plugin-aws-elasticsearch-service copied to clipboard
This repository is extends of https://github.com/uken/fluent-plugin-elasticsearch/ which made connectable to Amazon Elassticsearch Service using Aws Signers V4. Please check the requirements to con...
#### Problem The _type field has been removed from Amazon OpenSearchService since v2.0. https://opensearch.org/docs/latest/breaking-changes/ For example, in the fluent-plugin-elasticsearch plugin, the suppress_type_name setting can be used to prevent the _type...
#### Problem We noticed while using the opensearch plugin that when STS credentials are created using similar logic as this plugin, a session duration isn't specified, and so despite a...
#### Problem `2022-04-01 11:51:33 +0000 [warn]: #0 send an error event to @ERROR: error_class=Fluent::Plugin::ElasticsearchErrorHandler::ElasticsearchError error="400 - Rejected by Elasticsearch" location=nil tag="app.fpm" time=2022-04-01 11:51:26.872353958 +0000` I want to know the reason...
2022-04-01 07:23:19 +0000 [error]: #0 unexpected error error_class=Aws::Errors::NoSuchProfileError error="Profile `default' not found in /root/.aws/credentials or /root/.aws/config" I'm using the "aws-elasticsearch-service" plugin in my fluentd configuration ``` @type aws-elasticsearch-service ssl_verify false...
#### Problem The fluend container would not be able to start with following errors ... #### Steps to replicate ``` FROM bitnami/fluentd:1.14.0 RUN fluent-gem install 'fluent-plugin-aws-elasticsearch-service' -v 2.4.1 ``` ####...
#### Problem This plugin relies on the `elasticsearch`, `elasticsearch-api` & ` elasticsearch-transport` gems and only works when these are locked to versions that predate the Elastic licence changes. This makes...
#### Problem We are currently having large number of index created on the daily bases, can we have configuration for creating index's on weekly basis. So that we could reduce...
`secret_access_key` is already masked at #55, and it would be better to mask `access_key_id` as well.
#### Problem ``` When I start the fluentD with this plugin, I get an error 2021-08-06 16:36:11 +0000 [info]: gem 'fluentd' version '1.13.3' 2021-08-06T16:36:12.215656300Z /usr/local/bundle/gems/fluent-plugin-aws-elasticsearch-service-2.4.1/lib/fluent/plugin/out_aws-elasticsearch-service.rb:144:in `include': wrong argument type Class...
Hello. Does the plugin have the capability to ignore a host mismatch in the X.500 cert? I have different elasticsearch domains for dev and prod. I'd like to have one...