Releases: mkobaly/esdeploy
Releases · mkobaly/esdeploy
Version 0.2.0
Added support for retries
NOTE: This is a blind retry meaning its attempting the number of retries specified on the URL. It does not check HTTP status codes. That could be an improvement later if needed
Example
POST
cars?retry=3
{
"settings" : {
"index" : {
"number_of_shards" : 5,
"number_of_replicas" : 1,
"mapper": {
"dynamic":false
}
}
}
}
Version 0.1.7
- Support insecure https connections to elasticserach
- Add ability to view version number via command line