Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kapacitor release notes update - v1.6.3 #3702

Merged
merged 7 commits into from
Jan 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/kapacitor/v1.6/about_the_project/releasenotes-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ menu:
name: Release notes
---

## v1.6.3 [2022-01-20]
lwandzura marked this conversation as resolved.
Show resolved Hide resolved

### Features

- Add support for custom `attributes` field in [Alerta event handler](/kapacitor/v1.6/event_handlers/alerta/).
- Add `host` and `attribute` options to [BigPanda event handler](/kapacitor/v1.6/event_handlers/bigpanda/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Add `host` and `attribute` options to [BigPanda event handler](/kapacitor/v1.6/event_handlers/bigpanda/).
- Add `host` and `attribute` options to [BigPanda event handler](/kapacitor/v1.6/event_handlers/bigpanda/):

- `host`: Corresponds to host alert payload parameter; identifies the main object that caused the alert.
lwandzura marked this conversation as resolved.
Show resolved Hide resolved
- `attribute`: Option to add additional attribute(s) to the alert payload.
lwandzura marked this conversation as resolved.
Show resolved Hide resolved
- Add new `auto-attributes` configuration option to BigPanda node.
- Ability to add new headers to HTTP posts directly in `env var` config.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Ability to add new headers to HTTP posts directly in `env var` config.
- Ability to add new headers to HTTP posts directly in `env var` config.

- `Topic queue length` is now configurable. This allows you to set a `topic-buffer-length` parameter in the Kapacitor config file in the
[alert](https://docs.influxdata.com/kapacitor/v1.6/administration/configuration/#alert) section. The default is 5000. Minimum length
is 1000.
- Add new `address template` to email alert. Email addresses no longer need to be hardcoded; can be derived directly from data.

### Bug fixes
- Deprecation in response to [sweet32](https://sweet32.info/): stopped using block ciphers.
lwandzura marked this conversation as resolved.
Show resolved Hide resolved
- Add additional detail to the error message `missing flux data`. This error is generated when issues occur when running a **Flux** query within a Batch TICKscript.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Add additional detail to the error message `missing flux data`. This error is generated when issues occur when running a **Flux** query within a Batch TICKscript.
- Add additional detail to the error message `missing flux data`. This error is generated when issues occur when running a **Flux** query within a batch TICKscript.


## v1.6.2 [2021-09-24]

### Features
Expand Down