Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS authored Jul 30, 2024
1 parent 510dfe3 commit c18d12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tools/logstash/ship-to-opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ output {
- service_name (string, default => "es") - Defines the service name to be used for `aws_iam` authentication.
- legacy_template (boolean, default => true) - Selects the OpenSearch template API. When `true`, uses legacy templates via the _template API. When `false`, uses composable templates via the _index_template API.
- default_server_major_version (number) - The OpenSearch server major version to use when it's not available from the OpenSearch root URL. If not set, the plugin throws an exception when the version can't be fetched.
- target_bulk_bytes (number) - number of maximum bytes in the buffer. After this has been reached it will flush the data. Useful when the bulk requests are too large for the opensearch cluster.
- target_bulk_bytes (number) - The maximum number of bytes in the buffer. When the maximum is reached Opensearch will flush the data. This is useful for when the bulk requests are too large for the OpenSearch cluster.

Check failure on line 153 in _tools/logstash/ship-to-opensearch.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'OpenSearch' instead of 'Opensearch'. Raw Output: {"message": "[Vale.Terms] Use 'OpenSearch' instead of 'Opensearch'.", "location": {"path": "_tools/logstash/ship-to-opensearch.md", "range": {"start": {"line": 153, "column": 103}}}, "severity": "ERROR"}

## Data streams

Expand Down

0 comments on commit c18d12d

Please sign in to comment.