Update to v8.4.0
This commit is contained in:
parent
52df39e3cc
commit
5b939e457e
2
.env
2
.env
|
@ -1,4 +1,4 @@
|
||||||
ELASTIC_VERSION=8.3.3
|
ELASTIC_VERSION=8.4.0
|
||||||
|
|
||||||
## Passwords for stack users
|
## Passwords for stack users
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Elastic stack (ELK) on Docker
|
# Elastic stack (ELK) on Docker
|
||||||
|
|
||||||
[](https://www.elastic.co/blog/category/releases)
|
[](https://www.elastic.co/blog/category/releases)
|
||||||
[](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Amain)
|
[](https://github.com/deviantony/docker-elk/actions?query=workflow%3ACI+branch%3Amain)
|
||||||
[](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ xpack.security.authc.api_key.enabled: true
|
||||||
|
|
||||||
### Configure the Enterprise Search host in Kibana
|
### Configure the Enterprise Search host in Kibana
|
||||||
|
|
||||||
Kibana acts as the [management interface][enterprisesearch-ui] to Enterprise Search.
|
Kibana acts as the [management interface][enterprisesearch-kb] to Enterprise Search.
|
||||||
|
|
||||||
To enable the management experience for Enterprise Search, modify the Kibana configuration file in
|
To enable the management experience for Enterprise Search, modify the Kibana configuration file in
|
||||||
[`kibana/config/kibana.yml`][config-kbn] and add the following setting:
|
[`kibana/config/kibana.yml`][config-kbn] and add the following setting:
|
||||||
|
@ -142,7 +142,7 @@ Docker container: [Running Enterprise Search Using Docker][enterprisesearch-dock
|
||||||
[enterprisesearch-config]: https://www.elastic.co/guide/en/enterprise-search/current/configuration.html
|
[enterprisesearch-config]: https://www.elastic.co/guide/en/enterprise-search/current/configuration.html
|
||||||
[enterprisesearch-docker]: https://www.elastic.co/guide/en/enterprise-search/current/docker.html
|
[enterprisesearch-docker]: https://www.elastic.co/guide/en/enterprise-search/current/docker.html
|
||||||
[enterprisesearch-docs]: https://www.elastic.co/guide/en/enterprise-search/current/index.html
|
[enterprisesearch-docs]: https://www.elastic.co/guide/en/enterprise-search/current/index.html
|
||||||
[enterprisesearch-ui]: https://www.elastic.co/guide/en/enterprise-search/current/user-interfaces.html
|
[enterprisesearch-kb]: https://www.elastic.co/guide/en/kibana/current/enterprise-search-settings-kb.html
|
||||||
|
|
||||||
[es-security]: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html#api-key-service-settings
|
[es-security]: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html#api-key-service-settings
|
||||||
[config-es]: ../../elasticsearch/config/elasticsearch.yml
|
[config-es]: ../../elasticsearch/config/elasticsearch.yml
|
||||||
|
|
Loading…
Reference in New Issue