Skip to content

Commit

Permalink
Update _install-and-configure/plugins.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: abseth-amzn <[email protected]>
  • Loading branch information
abseth-amzn and natebower authored Mar 21, 2024
1 parent 6e3a9c9 commit 23b06d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _install-and-configure/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Alternatively, a plugin can specify a range of compatible OpenSearch versions by
- `dependencies={ opensearch: "~2.3.0" }`: The plugin is compatible with all versions starting from 2.3.0 up to the next minor version, in this example, 2.4.0 (exclusive).
- `dependencies={ opensearch: "^2.3.0" }`: The plugin is compatible with all versions starting from 2.3.0 up to the next major version, in this example, 3.0.0 (exclusive).

You can only specify one of `opensearch.version` or `dependencies` properties.
You can specify only one of the `opensearch.version` or `dependencies` properties.
{: .note}

### Bundled plugins
Expand Down

0 comments on commit 23b06d7

Please sign in to comment.