- Add kafka client id w/ hostname and thread to the kafka on and offramp
- Change injected key for ES from
_tremor
totremor
. - Added link time optimisation
- Build with CPU native target
DROP_OFFRAMP
andDROP_OFFRAMP_CONFIG
are renamed toDIVERTED_OFFRAMP
andDIVERTED_OFFRAMP_CONFIG
respectively in the RPM config. The old settings will work for the time being and removed in a later release.
- Add influx offramp with the same batching and backoff as the elastic search offramp. So far filtering is only possible on the
measurement
andtimestamp
field. - Documented file on- and off-ramp
- The ES output config removes the field
index
and addssuffix
instead. If set thesuffix
will be added after the value ofindex_key
from the rule but before the date. - The parser now needs to be set to the right formart,
json
for logstash. This is required to pave the way for multi protocol support like influx. DROP_OFFRAMP
andDROP_OFFRAMP_CONFIG
are renamed toDIVERTED_OFFRAMP
andDIVERTED_OFFRAMP_CONFIG
respectively. The old settings will work for the time being and removed in a later release.
- A
GETTING_STARTED.md
is now part of the repository to walk new users through the required steps to get tremor running locally. - Start keeping a changelog for tracking changs especially those requiering action of the user.