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
4 changes: 2 additions & 2 deletions docs/howto/format_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ configuration overrides in the Kibana repository.

## What format version to choose for a package?

The general rule of thumb is to use the latest version that enables everything
that is required for a package.
The general rule of thumb is to use the earliest version after 3.0 that enables
everything that is required for a package.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 thanks! And sorry for the confusion.


The safest option, to support a broader range of stack versions, and a greater
number of features, would be to use 3.0.4. If you need some newer feature, you
Expand Down