Skip to content

Commit

Permalink
Update _tools/logstash/ship-to-opensearch.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS and natebower authored Jul 30, 2024
1 parent 77b8499 commit 86956cc
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.

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

View workflow job for this annotation

GitHub Actions / style-job

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

Check warning on line 151 in _tools/logstash/ship-to-opensearch.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.LatinismsSubstitution] Use 'using, through, by accessing, or by choosing' instead of 'via'. Raw Output: {"message": "[OpenSearch.LatinismsSubstitution] Use 'using, through, by accessing, or by choosing' instead of 'via'.", "location": {"path": "_tools/logstash/ship-to-opensearch.md", "range": {"start": {"line": 151, "column": 120}}}, "severity": "WARNING"}

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

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.Spelling] Error: _template. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks. Raw Output: {"message": "[OpenSearch.Spelling] Error: _template. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks.", "location": {"path": "_tools/logstash/ship-to-opensearch.md", "range": {"start": {"line": 151, "column": 129}}}, "severity": "ERROR"}

Check warning on line 151 in _tools/logstash/ship-to-opensearch.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.LatinismsSubstitution] Use 'using, through, by accessing, or by choosing' instead of 'via'. Raw Output: {"message": "[OpenSearch.LatinismsSubstitution] Use 'using, through, by accessing, or by choosing' instead of 'via'.", "location": {"path": "_tools/logstash/ship-to-opensearch.md", "range": {"start": {"line": 151, "column": 183}}}, "severity": "WARNING"}
- 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) - The maximum number of bytes in the buffer. When the maximum is reached, Logstash will flush the data to OpenSearch. This is useful for when the bulk requests are too large for the OpenSearch cluster and the cluster returns a `429` error.
- target_bulk_bytes (number) - The maximum number of bytes in the buffer. When the maximum is reached, Logstash will flush the data to OpenSearch. This is useful when the bulk requests are too large for the OpenSearch cluster and the cluster returns a `429` error.

## Data streams

Expand Down

0 comments on commit 86956cc

Please sign in to comment.