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

doc: fix typo in ems docs #2431

Merged
merged 1 commit into from
Oct 18, 2023
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
6 changes: 3 additions & 3 deletions docs/configure-ems.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ with `ems_events`.

Harvest supports two types of ONTAP EMS events:

1. **Normal EMS events**
- **Normal EMS events**

Single shot events. When ONTAP detects a problem, an event is raised.
When the issue is addressed, ONTAP does **not** raise another event reflecting that the problem was resolved.

2. **Bookend EMS events**
- **Bookend EMS events**

ONTAP creates bookend events in matching pairs.
ONTAP creates an event when an issue is detected and another paired event when the event is resolved.
Expand Down Expand Up @@ -112,7 +112,7 @@ The EMS event template parameters are explained below along with an example for
- `resolve_after` (optional, Go duration, default = 28 days) resolve the issuing EMS after the specified duration
has elapsed (`672h` = `28d`).
If the bookend pair is not received within the `resolve_after` duration, the Issuing EMS event expires. When that
happens, Harvest will mark the event as auto resolved by adding the `autoresolve=true` label to the Issuing EMS event.
happens, Harvest will mark the event as auto resolved by adding the `autoresolved=true` label to the issuing EMS event.
- `resolve_key` (optional) bookend key used to match bookend EMS events. Defaults to prefixed (`^^`) labels
in `exports` section. `resolve_key` allows you to override what is defined in the `exports` section.

Expand Down
Loading