Open kmkramer opened 7 years ago
line 162 in elasticsearch/files/elasticsearch.yml path.data = {{ server.path.data }}
should be
path.data : {{ server.path.data }}
lmk if you want me to do a pull request for this
@kmkramer thanks for catching this, I have submitted the fix into our internal gerrit review system
Merged
line 162 in elasticsearch/files/elasticsearch.yml path.data = {{ server.path.data }}
should be
path.data : {{ server.path.data }}
lmk if you want me to do a pull request for this