変更点は以下にまとまっている:
https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking-changes.html
以下ではとりあえず Es 5.0.0-rc1 のクラスタを立てる上で詰まった or 気になった箇所を中心にメモるので、内容にはだいぶ偏りがある。
変更点は以下にまとまっている:
https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking-changes.html
以下ではとりあえず Es 5.0.0-rc1 のクラスタを立てる上で詰まった or 気になった箇所を中心にメモるので、内容にはだいぶ偏りがある。
| curl -v --user username:password 'https://localhost:8443/zoomdata/service/upload?source=API%20Test' \ | |
| -X POST \ | |
| -H 'Content-Type: application/json' \ | |
| -d '{"product":"widget", "price":"19.95", "quantity":10}' \ | |
| --insecure |