Skip to content

Releases: haraka/haraka-plugin-elasticsearch

8.1.3

11 Mar 04:04
a13bb5a
Compare
Choose a tag to compare

8.1.2

12 Feb 04:27
d708c02
Compare
Choose a tag to compare
  • Add support for Cloud ID and the "@timestamp" field #60
  • moved ./index-templates into ./templates/index
    • temp/in/v8: order plugins alphabetically
  • added ./templates/component/*
  • test: update syntax for putTemplate
  • test: insert component tests to GHA ES instance
  • prune redundant and low-value data before insertion
    • p0f: remove most numeric fields
    • rspamd: remove is_skipped
    • plugin: remove {local,remote,reset}, they already exist on conn property
    • delete p.tls.peerCertificate, too noisy, has 46 keys

8.1.1

04 Feb 03:15
a94b972
Compare
Choose a tag to compare
  • fix: connection.remote_host -> connection.remote.host

ignore_hosts wasn't working for connections due to the deprecation of remote_host

8.1.0

03 Feb 23:03
dac7b60
Compare
Choose a tag to compare
  • FEATURE: the index name can now be specified in the config
  • style(es6): replace plugin with 'this'

8.0.4

03 Feb 20:25
bac74a3
Compare
Choose a tag to compare
  • dep(eslint): upgraded to v9
  • style(prettier): moved config into package.json

8.0.3

24 Aug 01:06
7e83d34
Compare
Choose a tag to compare
  • move templates into directory
  • chore: prettier automated code formatting
  • dep: eslint-plugin-haraka -> @haraka/eslint-config
  • update 'lint' script in package.json
  • populate [files] in package.json. Delete .npmignore.
  • ci: only publish when package.json modified
  • doc(CONTRIBUTORS): added
  • Create index-template/v8.json (#54), fixes #43

8.0.2

03 Dec 20:53
4bd1014
Compare
Choose a tag to compare

8.0.0

09 Jun 19:34
d43868a
Compare
Choose a tag to compare

7.0.0

09 Jun 06:33
d1578cb
Compare
Choose a tag to compare
  • chore: update ci & packaging
  • dep(elastic): bump dep version to 7.17
  • bump major version to match ES major version

v1.0.8

06 Jun 08:57
63f8181
Compare
Choose a tag to compare
  • f4a2984 ci: publish needs es started up too