logstash-plugins / logstash-filter-math

This plugin provides the ability to do various simple math operations (addition, subtraction, multiplication and division) on document fields
Apache License 2.0
1 stars 8 forks source link

Add backward compatible Operator reference aliases 'sub', 'mpx' #8

Closed guyboertje closed 6 years ago

guyboertje commented 6 years ago

Add backward compatible Operator reference aliases 'sub', 'mpx' Bump version to v1.1.0

colinsurprenant commented 6 years ago

Minor: Maybe reformat CHANGELOG in accordance with https://github.com/elastic/logstash/blob/master/CONTRIBUTING.md#logstash-plugin-changelog-guidelines Other that, LGTM.