Map with active alerts for entity.
More...
#include <alerts.h>
|
int32_t | info_count |
| Number of alerts for source with info severity.
|
|
int32_t | warning_count |
| Number of alerts for source with warning severity.
|
|
int32_t | error_count |
| Number of alerts for source with error severity.
|
|
ecs_map_t | alerts |
|
Map with active alerts for entity.
Definition at line 55 of file alerts.h.
◆ alerts
ecs_map_t EcsAlertsActive::alerts |
◆ error_count
int32_t EcsAlertsActive::error_count |
Number of alerts for source with error severity.
Definition at line 58 of file alerts.h.
◆ info_count
int32_t EcsAlertsActive::info_count |
Number of alerts for source with info severity.
Definition at line 56 of file alerts.h.
◆ warning_count
int32_t EcsAlertsActive::warning_count |
Number of alerts for source with warning severity.
Definition at line 57 of file alerts.h.
The documentation for this struct was generated from the following file: