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

[8.14](backport #40338) Document updated default for output.elasticsearch.allow_older_versions #40345

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions libbeat/outputs/elasticsearch/docs/elasticsearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ This output works with all compatible versions of Elasticsearch. See the
https://www.elastic.co/support/matrix#matrix_compatibility[Elastic Support
Matrix].

For optimal experience, {beatname_uc} only connects to instances that are at least on the
same version as the Beat. The check can be disabled by setting `output.elasticsearch.allow_older_versions`.
Optionally, you can set {beatname_uc} to only connect to instances that are at least on the
same version as the Beat. The check can be enabled by setting `output.elasticsearch.allow_older_versions` to `false`. Leaving the setting at it's default value of `true` avoids an issue where {beatname_uc} cannot connect to {es} after having been upgraded to a version higher than the {stack}.

==== Configuration options

Expand Down
Loading