Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compression to elasticsearch output #853

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
generate docs with make docs
  • Loading branch information
cookieshake committed Aug 27, 2021
commit abfcec13917c818deda62414b99f3048109690f2
1 change: 1 addition & 0 deletions config/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ output:
token: ""
role: ""
role_external_id: ""
compression: false
logger:
level: INFO
format: json
Expand Down
7 changes: 4 additions & 3 deletions website/docs/components/outputs/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,11 +594,12 @@ An external ID to provide when assuming a role.
Type: `string`
Default: `""`


### `compression`

Enables or disables gzip compression on the request side.
Whether to enable gzip compression on the request side


Type: `bool`
Default: `false`
Default: `false`