-
Notifications
You must be signed in to change notification settings - Fork 126
Update help message for benchmark command #2585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Formatting is weird when not wrapped in code block
💔 Build Failed
Failed CI StepsHistory |
``` | ||
ELASTIC_PACKAGE_ELASTICSEARCH_HOST=https://my-deployment.es.eu-central-1.aws.foundit.no | ||
ELASTIC_PACKAGE_ELASTICSEARCH_USERNAME=elastic | ||
ELASTIC_PACKAGE_ELASTICSEARCH_PASSWORD=changeme | ||
ELASTIC_PACKAGE_KIBANA_HOST=https://my-deployment.kb.eu-central-1.aws.foundit.no:9243 | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @philippkahr,
This README file is generated automatically. In order to CI not fail because of that, you should update also this file:
elastic-package/cmd/benchmark.go
Lines 50 to 59 in f090440
#### Stream Benchmarks | |
These benchmarks allow you to benchmark ingesting real time data. | |
You can stream data to a remote ES cluster setting the following environment variables: | |
ELASTIC_PACKAGE_ELASTICSEARCH_HOST=https://my-deployment.es.eu-central-1.aws.foundit.no | |
ELASTIC_PACKAGE_ELASTICSEARCH_USERNAME=elastic | |
ELASTIC_PACKAGE_ELASTICSEARCH_PASSWORD=changeme | |
ELASTIC_PACKAGE_KIBANA_HOST=https://my-deployment.kb.eu-central-1.aws.foundit.no:9243 | |
That is one of the files that are taken as a source to generate the main README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in f1a30f1
/test |
Formatting is weird when not wrapped in code block, we can also do a list