Skip to content

Commit 222ed6d

Browse files
committed
Ensure the path.data and path.logs ES env vars are removed too
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent e943e96 commit 222ed6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/testingutils/docker/elastic.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ func SetupElastic() (*elastic.Client, func(), error) {
5555
"xpack.security.http.ssl.enabled=false",
5656
"xpack.security.transport.ssl.enabled=false",
5757
"indices.lifecycle.poll_interval=5s",
58-
"path.data=/opt/elasticsearch/volatile/data",
59-
"path.logs=/opt/elasticsearch/volatile/logs",
6058
"ES_JAVA_OPTS=-Xms128m -Xmx128m -server",
6159
"ES_HEAP_SIZE=128m",
6260
},

0 commit comments

Comments
 (0)