Skip to content

Commit

Permalink
doc: fix typo in ems docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Oct 18, 2023
1 parent bcd09c6 commit 0255d96
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 0255d96

Please sign in to comment.