We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8d74f1 + 10243ec commit 13179dbCopy full SHA for 13179db
jobs/elasticsearch-platform/templates/config/config.yml.erb
@@ -3,7 +3,7 @@ bootstrap:
3
4
path:
5
logs: "/var/vcap/sys/log/elasticsearch-platform"
6
- data: "/var/vcap/store/elasticsearch-platform"
+ data: "/var/vcap/store/elasticsearch"
7
<% if p('elasticsearch.path_repo') != '' %>
8
repo: ["<%= p('elasticsearch.path_repo') %>"]
9
<% end %>
@@ -73,4 +73,4 @@ cloud:
73
74
<% if_p('elasticsearch.config_options') do p("elasticsearch.config_options", {}).each do | k, v | %>
75
<%= k %>: <%= v %><% end %>
76
-<% end %>
+<% end %>
0 commit comments