Skip to content

Commit 08a4310

Browse files
philippkahrmrodm
andauthored
Update help message for benchmark command (#2585)
--------- Co-authored-by: Mario Rodriguez Molins <[email protected]>
1 parent 4c764ae commit 08a4310

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,12 @@ For details on how to configure rally benchmarks for a package, review the [HOWT
187187
These benchmarks allow you to benchmark ingesting real time data.
188188
You can stream data to a remote ES cluster setting the following environment variables:
189189

190+
```
190191
ELASTIC_PACKAGE_ELASTICSEARCH_HOST=https://my-deployment.es.eu-central-1.aws.foundit.no
191192
ELASTIC_PACKAGE_ELASTICSEARCH_USERNAME=elastic
192193
ELASTIC_PACKAGE_ELASTICSEARCH_PASSWORD=changeme
193194
ELASTIC_PACKAGE_KIBANA_HOST=https://my-deployment.kb.eu-central-1.aws.foundit.no:9243
195+
```
194196

195197
#### System Benchmarks
196198

cmd/benchmark.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ For details on how to configure rally benchmarks for a package, review the [HOWT
5252
These benchmarks allow you to benchmark ingesting real time data.
5353
You can stream data to a remote ES cluster setting the following environment variables:
5454
55+
` + "```" + `
5556
ELASTIC_PACKAGE_ELASTICSEARCH_HOST=https://my-deployment.es.eu-central-1.aws.foundit.no
5657
ELASTIC_PACKAGE_ELASTICSEARCH_USERNAME=elastic
5758
ELASTIC_PACKAGE_ELASTICSEARCH_PASSWORD=changeme
5859
ELASTIC_PACKAGE_KIBANA_HOST=https://my-deployment.kb.eu-central-1.aws.foundit.no:9243
60+
` + "```" + `
5961
6062
#### System Benchmarks
6163

0 commit comments

Comments
 (0)