Skip to content

Commit

Permalink
Merge pull request #85 from k-t-yukana/elasticsearch/add_kibana_i18n
Browse files Browse the repository at this point in the history
Elasticsearch/add kibana i18n
  • Loading branch information
stelcheck authored Sep 2, 2019
2 parents 521a905 + c6f4932 commit 607d78c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ binary:
name: "dawn"

# The current version of the binary
version: "0.15.5"
version: "0.15.6"

# (Optional) URLs to call when attempting auto-update.
# Defaults:
Expand Down Expand Up @@ -78,7 +78,7 @@ image:
name: dawn

# Current image version
version: "0.15.5"
version: "0.15.6"

# Root folder where most files will be uploaded or mounted
root_folder: /dawn
Expand Down
1 change: 1 addition & 0 deletions docker-image/ansible/roles/elasticsearch/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ elasticsearch_cluster_name: "dawn"
logstash_image: docker.elastic.co/logstash/logstash
kibana_image: docker.elastic.co/kibana/kibana
kibana_whitelist: 0.0.0.0/0
kibana_i18n_locale: en
1 change: 1 addition & 0 deletions docker-image/ansible/roles/elasticsearch/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
LOGGING_VERBOSE: "false"
LOGGING_QUIET: "true"
XPACK_SECURITY_ENABLED: "false"
I18N_LOCALE: "{{ kibana_i18n_locale }}"
restart_policy: unless-stopped
published_ports:
- "5601:5601"
Expand Down

0 comments on commit 607d78c

Please sign in to comment.