From 6c27fcdb4c720e18da7268e4a76e380672d4300a Mon Sep 17 00:00:00 2001 From: wndhydrnt Date: Sun, 14 May 2023 21:03:02 +0200 Subject: [PATCH 1/2] out_opensearch: Document parameter "Compress" Signed-off-by: wndhydrnt --- pipeline/outputs/opensearch.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/outputs/opensearch.md b/pipeline/outputs/opensearch.md index c7e938e5d..54b58acca 100644 --- a/pipeline/outputs/opensearch.md +++ b/pipeline/outputs/opensearch.md @@ -45,6 +45,7 @@ The following instructions assumes that you have a fully operational OpenSearch | Logstash\_Prefix\_Key | When included: the value in the record that belongs to the key will be looked up and over-write the Logstash\_Prefix for index generation. If the key/value is not found in the record then the Logstash\_Prefix option will act as a fallback. Nested keys are not supported \(if desired, you can use the nest filter plugin to remove nesting\) | | | Suppress\_Type\_Name | When enabled, mapping types is removed and `Type` option is ignored. | Off | | Workers | Enables dedicated thread(s) for this output. Default value is set since version 1.8.13. For previous versions is 0. | 2 | +| Compress | Set payload compression mechanism. Option available is 'gzip'. | | > The parameters _index_ and _type_ can be confusing if you are new to OpenSearch, if you have used a common relational database before, they can be compared to the _database_ and _table_ concepts. Also see [the FAQ below](opensearch.md#faq) From a143f9b15b824958ac05fb6ae197efb524e79c86 Mon Sep 17 00:00:00 2001 From: Markus Meyer Date: Tue, 16 May 2023 21:51:49 +0200 Subject: [PATCH 2/2] out_opensearch: Update description of parameter "Compress" Signed-off-by: Markus Meyer --- pipeline/outputs/opensearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/outputs/opensearch.md b/pipeline/outputs/opensearch.md index 54b58acca..70b8a5cd6 100644 --- a/pipeline/outputs/opensearch.md +++ b/pipeline/outputs/opensearch.md @@ -45,7 +45,7 @@ The following instructions assumes that you have a fully operational OpenSearch | Logstash\_Prefix\_Key | When included: the value in the record that belongs to the key will be looked up and over-write the Logstash\_Prefix for index generation. If the key/value is not found in the record then the Logstash\_Prefix option will act as a fallback. Nested keys are not supported \(if desired, you can use the nest filter plugin to remove nesting\) | | | Suppress\_Type\_Name | When enabled, mapping types is removed and `Type` option is ignored. | Off | | Workers | Enables dedicated thread(s) for this output. Default value is set since version 1.8.13. For previous versions is 0. | 2 | -| Compress | Set payload compression mechanism. Option available is 'gzip'. | | +| Compress | Set payload compression mechanism. The only available option is `gzip`. Default = "", which means no compression. | | > The parameters _index_ and _type_ can be confusing if you are new to OpenSearch, if you have used a common relational database before, they can be compared to the _database_ and _table_ concepts. Also see [the FAQ below](opensearch.md#faq)