Sébastien Pertus

Results 3 issues of Sébastien Pertus

Most probably, the `v0.95` will become `v1` when all the bugs will be resolved. Please: - Test the new version as it's a major one : Have a look here...

# Introduction This issue is an explanation about "**why**" auto increment primary keys is not handled by `DMS`, yet. Some solutions exist to ensure a correct sync between several systems,...

help wanted
investigation
Discussion

# Add support for IPV4 Range Add a dedicated range aggregation for IP typed fields ``` json "aggs": { "ip_ranges": { "ip_range": { "field": "ip", "ranges": [ { "to": "10.0.0.5"...

enhancement