Skip to content

Releases: mkobaly/esdeploy

Version 0.2.0

22 Feb 19:51
Compare
Choose a tag to compare

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

12 Aug 16:23
Compare
Choose a tag to compare
  • Support insecure https connections to elasticserach
  • Add ability to view version number via command line