We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e943e96 commit 222ed6dCopy full SHA for 222ed6d
1 file changed
src/utils/testingutils/docker/elastic.go
@@ -55,8 +55,6 @@ func SetupElastic() (*elastic.Client, func(), error) {
55
"xpack.security.http.ssl.enabled=false",
56
"xpack.security.transport.ssl.enabled=false",
57
"indices.lifecycle.poll_interval=5s",
58
- "path.data=/opt/elasticsearch/volatile/data",
59
- "path.logs=/opt/elasticsearch/volatile/logs",
60
"ES_JAVA_OPTS=-Xms128m -Xmx128m -server",
61
"ES_HEAP_SIZE=128m",
62
},
0 commit comments