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

_cat/nodes missing version number #9170

Closed
markwalkom opened this issue Jan 6, 2015 · 4 comments
Closed

_cat/nodes missing version number #9170

markwalkom opened this issue Jan 6, 2015 · 4 comments
Labels
>docs General docs changes good first issue low hanging fruit

Comments

@markwalkom
Copy link
Contributor

The docs state that curl $host:9200/_cat/nodes should look like;

% curl 192.168.56.10:9200/_cat/nodes
SP4H 4727 192.168.56.30 9300 1.4.2 1.8.0_25 72.1gb 35.4 93.9mb 79 239.1mb 0.45 3.4h d m Boneyard

Instead, on a 1.4.2 instance I see this;

$ curl localhost:9200/_cat/nodes
bender.local 192.168.69.30 7 72 1.46 d * Shanna the She-Devil
$ curl localhost:9200/_cat/nodes?v
host         ip            heap.percent ram.percent load node.role master name
bender.local 192.168.69.30            8          72 1.34 d         *      Shanna the She-Devil

Where there is no version reported.

This was mentioned in this posting to the google group.

@clintongormley
Copy link

This appears to have been the case since the cat API was first added. Perhaps the fix is just to update the documentation.

@clintongormley clintongormley added >docs General docs changes help wanted adoptme good first issue low hanging fruit and removed v1.4.2 labels Jan 13, 2015
@markwalkom
Copy link
Contributor Author

Came across an instance where having JVM/ES version info would be super handy in the output. It'd be nicer if we could add rather than update docs :)

@danielmitterdorfer
Copy link
Member

@markwalkom Is this ticket still valid? The columns "jdk" and "version" are available in the cat API, they are just not included by default. Does that solve your problem or do you want to appear those two columns by default?

@markwalkom
Copy link
Contributor Author

Docs are now inline with output, so happy to close :)

@jasontedor jasontedor removed the help wanted adoptme label Nov 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes good first issue low hanging fruit
Projects
None yet
Development

No branches or pull requests

4 participants