Skip to content

Commit

Permalink
Adding breaking change to 7.6.0 doc (elastic#16428) (elastic#16516)
Browse files Browse the repository at this point in the history
* Adding breaking change to 7.6.0 doc

* Fixing formatting
  • Loading branch information
ycombinator authored Feb 25, 2020
1 parent 7ab6d23 commit 646c927
Showing 1 changed file with 13 additions and 0 deletions.
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[]

0 comments on commit 646c927

Please sign in to comment.