Skip to content

Instantly share code, notes, and snippets.

@akhil-karikunnath
Created December 5, 2019 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akhil-karikunnath/7da7e293e425d0bcbd5174f84a6c6497 to your computer and use it in GitHub Desktop.
Save akhil-karikunnath/7da7e293e425d0bcbd5174f84a6c6497 to your computer and use it in GitHub Desktop.
Kibana log while running command : curl -X GET "localhost:9200/_cluster/health?wait_for_status=yellow&timeout=50s&pretty"
{"type":"response","@timestamp":"2019-12-04T13:24:14Z","tags":[],"pid":1,"method":"get","statusCode":404,"req":{"url":"/_cluster/health?wait_for_status=yellow&timeout=50s&pretty=","method":"get","headers":{"user-agent":"curl/7.29.0","host":<hostname>,"accept":"*/*"},"remoteAddress":<hostipaddress>,"userAgent":<hostipaddress>},"res":{"statusCode":404,"responseTime":122,"contentLength":9},"message":"GET /_cluster/health?wait_for_status=yellow&timeout=50s&pretty= 404 122ms - 9.0B"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment