waistband icon indicating copy to clipboard operation
waistband copied to clipboard

Ruby tools for Elastic Search

Results 6 waistband issues
Sort by recently updated
recently updated
newest added

To be able to migrate indexes with no downtime we need to be able to use aliases and to create indexes with custom names on ES. This PR adds the...

When we pass the logger to the client we end up changing the log level: https://github.com/taskrabbit/waistband/blob/master/lib/waistband/index.rb#L279 The issue arises that this is a mutation on a logger instance that has...

like ``` ruby result.thing = true result.save! ```

It'd be useful to have a class that defines the basic structure that an ES model should have within Waistband. It should include base stuff such as index definition, validations,...

I think it'd be useful to have an option in an index's config YML to define the index as having a "strict" mapping, meaning that if we try to write...