open-vault/website/content/docs/upgrading/upgrade-to-1.11.x.mdx
Theron Voran f38f0ee323
docs/database/elasticsearch: use_old_xpack option (#15601)
Also creating/adding a note to the 1.11 upgrade guide
2022-05-25 12:15:42 -07:00

21 lines
762 B
Plaintext

---
layout: docs
page_title: Upgrading to Vault 1.11.x - Guides
description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 1.11.x. Please read it carefully.
---
# Overview
This page contains the list of deprecations and important or breaking changes
for Vault 1.11.x compared to 1.10. Please read it carefully.
## Elasticsearch Database Secrets Engine
The Elaticsearch Database Secrets Engine now uses the new `/_security` base API
path instead of `/_xpack/security` when managing Elasticsearch. If users are on
an Elasticsearch version prior to 6, they will need to switch back to the old
API path by setting the [bool config option](/api-docs/secret/databases/elasticdb#use_old_xpack)
`use_old_xpack=true`.