Skip to content

Commit

Permalink
Merge pull request #8125 from jcantrill/1568361_persistent_logs
Browse files Browse the repository at this point in the history
bug 1568361. Modify persistent directory for logs
  • Loading branch information
vrutkovs committed Apr 27, 2018
2 parents 4f02952 + ea743be commit 6f43f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -58,7 +58,7 @@ openshift.kibana.index.mode: {{es_kibana_index_mode | default('unique')}}

path:
data: /elasticsearch/persistent/${CLUSTER_NAME}/data
logs: /elasticsearch/${CLUSTER_NAME}/logs
logs: /elasticsearch/persistent/${CLUSTER_NAME}/logs
work: /elasticsearch/${CLUSTER_NAME}/work
scripts: /elasticsearch/${CLUSTER_NAME}/scripts

Expand Down
Expand Up @@ -47,7 +47,7 @@ openshift.kibana.index.mode: {{es_kibana_index_mode | default('unique')}}

path:
data: /elasticsearch/persistent/${CLUSTER_NAME}/data
logs: /elasticsearch/${CLUSTER_NAME}/logs
logs: /elasticsearch/persistent/${CLUSTER_NAME}/logs

searchguard:
authcz.admin_dn:
Expand Down

0 comments on commit 6f43f6e

Please sign in to comment.