We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I find myself using the cluster.elasticsearch (https://developer.enonic.com/docs/xp/stable/runtime/statistics#elasticsearch_cluster_health) interface to get basic info like which server is the current master.
It would be great if I could get this information from the CLI, instead of having to drop into the browser for this kind of information.
The text was updated successfully, but these errors were encountered:
@tomanders Can't you simply use "curl" in your command line to get this kind of info?
curl
Sorry, something went wrong.
We're adding a new command "stats" which will return a pretty-formattet result similar to what you get when visiting port 2609.
You can then pass parameters such as 'enonic stats relative/path'. Leaving param emty returns result from root
No branches or pull requests
Hi, I find myself using the cluster.elasticsearch (https://developer.enonic.com/docs/xp/stable/runtime/statistics#elasticsearch_cluster_health) interface to get basic info like which server is the current master.
It would be great if I could get this information from the CLI, instead of having to drop into the browser for this kind of information.
The text was updated successfully, but these errors were encountered: