es ikword
This commit is contained in:
@ -157,7 +157,7 @@ name: elastic
|
|||||||
## @param plugins Comma, semi-colon or space separated list of plugins to install at initialization
|
## @param plugins Comma, semi-colon or space separated list of plugins to install at initialization
|
||||||
## ref: https://github.com/bitnami/bitnami-docker-elasticsearch#environment-variables
|
## ref: https://github.com/bitnami/bitnami-docker-elasticsearch#environment-variables
|
||||||
##
|
##
|
||||||
plugins: ""
|
plugins: "https://hub.fastgit.org/medcl/elasticsearch-analysis-ik/releases/download/v7.16.2/elasticsearch-analysis-ik-7.16.2.zip"
|
||||||
## @param snapshotRepoPath File System snapshot repository path
|
## @param snapshotRepoPath File System snapshot repository path
|
||||||
## ref: https://github.com/bitnami/bitnami-docker-elasticsearch#environment-variables
|
## ref: https://github.com/bitnami/bitnami-docker-elasticsearch#environment-variables
|
||||||
##
|
##
|
||||||
|
@ -498,7 +498,8 @@ secondary:
|
|||||||
log-error=/opt/bitnami/mysql/logs/mysqld.log
|
log-error=/opt/bitnami/mysql/logs/mysqld.log
|
||||||
character-set-server=UTF8
|
character-set-server=UTF8
|
||||||
collation-server=utf8_general_ci
|
collation-server=utf8_general_ci
|
||||||
|
server_id=101
|
||||||
|
|
||||||
[client]
|
[client]
|
||||||
port=3306
|
port=3306
|
||||||
socket=/opt/bitnami/mysql/tmp/mysql.sock
|
socket=/opt/bitnami/mysql/tmp/mysql.sock
|
||||||
|
Reference in New Issue
Block a user