Skip to content

Commit

Permalink
enable security
Browse files Browse the repository at this point in the history
  • Loading branch information
chrowe committed Jul 1, 2017
1 parent 1ff3c71 commit 8bf9c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elasticsearch/config/elasticsearch.yml
Expand Up @@ -19,7 +19,7 @@ discovery.type: single-node
## see https://www.elastic.co/guide/en/x-pack/current/xpack-settings.html
## https://www.elastic.co/guide/en/x-pack/current/installing-xpack.html#xpack-enabling
#
xpack.security.enabled: false
xpack.security.enabled: true
xpack.monitoring.enabled: false
xpack.ml.enabled: false
xpack.graph.enabled: false
Expand Down
2 changes: 1 addition & 1 deletion kibana/config/kibana.yml
Expand Up @@ -10,7 +10,7 @@ elasticsearch.url: http://elasticsearch:9200
## see https://www.elastic.co/guide/en/x-pack/current/xpack-settings.html
## https://www.elastic.co/guide/en/x-pack/current/installing-xpack.html#xpack-enabling
#
xpack.security.enabled: false
xpack.security.enabled: true
xpack.monitoring.enabled: false
xpack.ml.enabled: false
xpack.graph.enabled: false
Expand Down

0 comments on commit 8bf9c62

Please sign in to comment.