Skip to content

Commit 57ac8ff

Browse files
authored
out_es: Document how to enable payload compress (#824)
Signed-off-by: Renato Arruda <[email protected]> Signed-off-by: Renato Arruda <[email protected]>
1 parent 9c64b9d commit 57ac8ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/elasticsearch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The **es** output plugin, allows to ingest your records into an [Elasticsearch](
1313
| Host | IP address or hostname of the target Elasticsearch instance | 127.0.0.1 |
1414
| Port | TCP port of the target Elasticsearch instance | 9200 |
1515
| Path | Elasticsearch accepts new data on HTTP query path "/\_bulk". But it is also possible to serve Elasticsearch behind a reverse proxy on a subpath. This option defines such path on the fluent-bit side. It simply adds a path prefix in the indexing HTTP POST URI. | Empty string |
16+
| compress | Set payload compression mechanism. Option available is 'gzip' | |
1617
| Buffer\_Size | Specify the buffer size used to read the response from the Elasticsearch HTTP service. This option is useful for debugging purposes where is required to read full responses, note that response size grows depending of the number of records inserted. To set an _unlimited_ amount of memory set this value to **False**, otherwise the value must be according to the [Unit Size](../../administration/configuring-fluent-bit/unit-sizes.md) specification. | 4KB |
1718
| Pipeline | Newer versions of Elasticsearch allows to setup filters called pipelines. This option allows to define which pipeline the database should use. For performance reasons is strongly suggested to do parsing and filtering on Fluent Bit side, avoid pipelines. | |
1819
| AWS\_Auth | Enable AWS Sigv4 Authentication for Amazon OpenSearch Service | Off |

0 commit comments

Comments
 (0)