Reputation: 23722
I want to provide a value for path.data that is relative to the installation location of ElasticSearch.
Is it possible to do something like this?
path.data: {ES_DIR}/../../data
Upvotes: 1
Views: 921
Reputation: 30163
Yes, it is possible:
path.data: ${path.home}/../../data
Upvotes: 3