Skip to content

Releases: morningconsult/go-elasticsearch-alerts

v0.0.17

04 Dec 23:17
Compare
Choose a tag to compare

Changelog

1b265ce Merge branch 'dynamic-body-field' into 'master'
b35f590 command/*: Enabled dynamic body field

v0.0.16

03 Dec 22:10
40e5040
Compare
Choose a tag to compare

Changelog

40e5040 command/query/job.go: Does not match on hostname

v0.0.15

03 Dec 21:22
c3e9351
Compare
Choose a tag to compare

Changelog

fd35f11 README.md: Added section on SIGHUP
c3e9351 command/alert/slack: Added markdown formatting for attachment text

v0.0.14

03 Dec 21:15
Compare
Choose a tag to compare

Changelog

9c0d488 Merge branch 'enable-rule-refresh' into 'master'
aa075af Merge github.com:morningconsult/go-elasticsearch-alerts into enable-rule-refresh
1a69dd3 chore: Updated unit tests
bd1a0ee config/parse_test.go: Fixed broken test
a22c01c started working on refactoring code to enable rule refresh

v0.0.12

30 Nov 22:16
d5ed715
Compare
Choose a tag to compare

Changelog

1c6d209 Merge branch 'improved-state-index' into 'master'
d5ed715 chore: Include hits.hits array with state doc

v0.0.11

30 Nov 18:56
efc807a
Compare
Choose a tag to compare

Changelog

55a0649 command/query/*_test.go: Altered unit tests to reflect changes to state index behavior
efc807a command/query/job.go: Better logging

v0.0.10

29 Nov 19:44
9a4ee79
Compare
Choose a tag to compare

Changelog

9a4ee79 command/alert/slack/slack.go: Attachment title is pretext again

v0.0.9

29 Nov 19:31
07417e0
Compare
Choose a tag to compare

Changelog

07417e0 command/alert/email/email.go: SMTP client authenticates with username instead of the "from" address; command/alert/slack/slack.go: if len(field.Key) <= 35 then short is true and hits.hits._source will be red
30628d2 command/alert/slack/slack.go: 'text' field is no longer mandatory; command/query/job.go: Added @timestamp to state index

v0.0.8

29 Nov 18:16
674f9ce
Compare
Choose a tag to compare

Changelog

674f9ce README.md: minor formatting

v0.0.7

28 Nov 22:58
79c08d5
Compare
Choose a tag to compare

Changelog

0af466b Merge branch 'goreleaser' into 'master'
06278ed README.md: Fixed bad link
7ac2696 README.md: Made some edits
79c08d5 chore: formatted .go files
c72308d command/alert/email/email.go: Use host and port instead of address