Skip to content
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

Syntax error in elasticsearch_plugins documentation #389

Closed
hatdropper1977 opened this issue Jan 11, 2018 · 2 comments
Closed

Syntax error in elasticsearch_plugins documentation #389

hatdropper1977 opened this issue Jan 11, 2018 · 2 comments
Labels
bug Something's wrong :Docs Changes to the documentation
Milestone

Comments

@hatdropper1977
Copy link
Contributor

Rally version (get with esrally --version):

(rally)[centos@ip-10-0-0-48 ~]$ esrally --version
esrally 0.8.1

Invoked command:

(rally)[centos@ip-10-0-0-48 ~]$ esrally --track=pmc --revision=latest --distribution-version=6.1.1 --user-tag="intention:Rally-Downloads-Server-Baseline" --elasticsearch-plugins=xpack:security --client-options="use_ssl:true,verify_certs:false,basic_auth_user:'rally',basic_auth_password:'rally-password'" --cluster-health=yellow

...

[ERROR] Cannot race. ('Error on host 127.0.0.1', Unknown plugin [xpack]. List the available plugins with esrally list elasticsearch-plugins --distribution-version=VERSION.)

Configuration file (located in ~/.rally/rally.ini)):

[runtime]
java.home = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-5.b12.el7_4.x86_64

[benchmarks]
local.dataset.cache = ${node:root.dir}/data

[reporting]
datastore.type = elasticsearch
datastore.host = ip-10-0-0-10.ec2.internal
datastore.port = 9200
datastore.secure = True
datastore.user = elastic
datastore.password = <my password here>

[tracks]
default.url = https://github.com/elastic/rally-tracks

[teams]
default.url = https://github.com/elastic/rally-teams

[defaults]
preserve_benchmark_candidate = False

[distributions]
release.1.url = https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-{{VERSION}}.tar.gz
release.2.url = https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/{{VERSION}}/elasticsearch-{{VERSION}}.tar.gz
release.url = https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{VERSION}}.tar.gz
release.cache = true

JVM version:

(rally)[centos@ip-10-0-0-48 ~]$ java -version
openjdk version "1.8.0_151"
OpenJDK Runtime Environment (build 1.8.0_151-b12)
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)

OS version:

(rally)[centos@ip-10-0-0-48 ~]$ uname -a
Linux ip-10-0-0-48.ec2.internal 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Description of the problem including expected versus actual behavior:
I executed the command mentioned in http://esrally.readthedocs.io/en/stable/elasticsearch_plugins.html
I got an error, since I typed xpack instead of x-pack

Steps to reproduce:
Execute the command above.

Provide logs (if relevant):

See error in command execution above.

Describe the feature:
Update the docs.

@danielmitterdorfer
Copy link
Member

You are right. Thanks for spotting it and also providing a PR.

@danielmitterdorfer danielmitterdorfer added bug Something's wrong :Docs Changes to the documentation labels Jan 11, 2018
@danielmitterdorfer danielmitterdorfer added this to the 0.9.0 milestone Jan 11, 2018
@danielmitterdorfer
Copy link
Member

Closed by #390

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something's wrong :Docs Changes to the documentation
Projects
None yet
Development

No branches or pull requests

2 participants