From e3e31a04c4feb641277f8a45e48b89fa5e42b09f Mon Sep 17 00:00:00 2001 From: Phil Ingram Date: Wed, 21 May 2025 11:20:50 +0930 Subject: [PATCH] Link to all config parameters from README Signed-off-by: Phil Ingram --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96fdeb2..1074a6e 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ Starting in 2.0.0, the aws sdk version is bumped to v3. In order for all other A /usr/share/logstash/bin/logstash-plugin install --version 0.1.0.pre logstash-integration-aws /usr/share/logstash/bin/logstash-plugin install --version 2.0.0 logstash-output-opensearch ``` + +For all other plugin configuration parameters, please inspect [api_configs.rb](lib/logstash/plugin_mixins/opensearch/api_configs.rb). + ## ECS Compatibility [Elastic Common Schema(ECS)](https://www.elastic.co/guide/en/ecs/current/index.html) compatibility for V8 was added in 1.3.0. For more details on ECS support refer to this [documentation](docs/ecs_compatibility.md).