Skip to content
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
13 changes: 13 additions & 0 deletions libbeat/docs/release-notes/breaking/breaking-7.6.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,17 @@ configuration setting. For example:
setup.ilm.policy_name: "%{[agent.name]}-%{[agent.version]}"
----

[float]
==== Two Beat instances can no longer share the same data path

To prevent accidental overwriting of internal state, two instances of the
same Beat running on the same host can no longer share the same data path.
To customize the data path for a Beat, use the `path.data` configuration
setting. For example:

[source,yaml]
----
path.data: ${path.home}/data-instance1
----

// end::notable-breaking-changes[]