Skip to content

Commit

Permalink
Add allow_older_versions setting (#1205) (#1209)
Browse files Browse the repository at this point in the history
* Add  setting

* Add note about Fleet Server

* higher -> later

* split lines

* split lines

* rephrase

(cherry picked from commit 023f7cf)

Co-authored-by: David Kilfoyle <[email protected]>
  • Loading branch information
mergify[bot] and kilfoyle authored Jul 29, 2024
1 parent 369d240 commit 6f2edad
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ category. Many of these settings have sensible defaults that allow you to run

* <<output-elasticsearch-authentication-settings>>

* <<output-elasticsearch-compatibility-setting>>

* <<output-elasticsearch-data-parsing-settings>>

* <<output-elasticsearch-http-settings>>
Expand Down Expand Up @@ -295,6 +297,32 @@ options. Based on this configuration, the name would be:

include::../authentication/kerberos-shared-settings.asciidoc[tag=kerberos-all-settings]

[[output-elasticsearch-compatibility-setting]]
=== Compatibility setting

[cols="2*<a"]
|===
| Setting | Description

// tag::allow_older_versions-setting[]
|
[id="{type}-allow_older_versions-setting"]
`allow_older_versions`

| Allow {agent} to connect and send output to an {es} instance that is running an earlier version than the agent version.

Note that this setting does not affect {agent}'s ability to connect to {fleet-server}.
{fleet-server} will not accept a connection from an agent at a later major or minor version.
It will accept a connection from an agent at a later patch version.
For example, an {agent} at version 8.14.3 can connect to a {fleet-server} on version 8.14.0, but an agent at version 8.15.0 or later is not able to connect.

*Default:* `true`
// end::allow_older_versions-setting[]

// =============================================================================

|===

[[output-elasticsearch-data-parsing-settings]]
=== Data parsing, filtering, and manipulation settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ When you create an {agent} policy using this output, the output will use the bal
|===
| Setting | Description

include::../elastic-agent/configuration/outputs/output-elasticsearch.asciidoc[tag=allow_older_versions-setting]

// =============================================================================

include::../elastic-agent/configuration/outputs/output-elasticsearch.asciidoc[tag=backoff.init-setting]

// =============================================================================
Expand Down

0 comments on commit 6f2edad

Please sign in to comment.