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
https://www.elastic.co/guide/en/kibana/current/getting-started.html
Anywhere we mention curl, we should also have the Windows invariant, Invoke-RestMethod. At the moment we assume everyone has curl.
curl
Invoke-RestMethod
An example would be - Invoke-RestMethod -Uri http://localhost:9200.
Invoke-RestMethod -Uri http://localhost:9200
The text was updated successfully, but these errors were encountered:
Another user ran into this - https://twitter.com/iamic/status/934412759491473412
Sorry, something went wrong.
Updated in the 2 PRs - closing this issue
No branches or pull requests
https://www.elastic.co/guide/en/kibana/current/getting-started.html
Anywhere we mention
curl
, we should also have the Windows invariant,Invoke-RestMethod
. At the moment we assume everyone has curl.An example would be -
Invoke-RestMethod -Uri http://localhost:9200
.The text was updated successfully, but these errors were encountered: