Skip to content

Commit

Permalink
Use Basic licensed Elasticsearch instead of OSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Jul 14, 2021
1 parent 4d87489 commit 6ab6edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions it/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def install(self, distribution_version, node_name, car, http_port):
output = process.run_subprocess_with_output(
"esrally install --configuration-name={cfg} --quiet --distribution-version={dist} --build-type=tar "
"--http-port={http_port} --node={node_name} --master-nodes={node_name} --car={car} "
"--car-params=docker_image:docker.elastic.co/elasticsearch/elasticsearch "
'--seed-hosts="127.0.0.1:{transport_port}"'.format(
cfg=self.cfg,
dist=distribution_version,
Expand Down

0 comments on commit 6ab6edb

Please sign in to comment.