Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion logmanagement/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Possible alert event statuses are:
* **Ratio** means that you divide the results of a query by the results of another query.
* **Frequency**: this field defines both the frequency of the check and the time period covered by it. For instance, if you select **Every 5 minutes**, a check will be performed every 5 minutes on the data of the last 5 minutes.
* **Query**: use the correct [query syntax](query-syntax.md).
* **Conditions**: define which [alert status the alert event should have](#alert-statuses).
* **Conditions**: define which [alert status the alert event should have](#alert-event-statuses).
4. Save your alert rule. The window is closed and your alert rule appears in the list of alert rules. The rule starts being evaluated and producing alert events.

## Viewing the last alert event for an alert rule
Expand Down
2 changes: 1 addition & 1 deletion logmanagement/explore-analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ According to your [use case](./getting-started/use-cases.md), you’ll either fi
Centreon Log Management gives you several ways to explore your data:

* The [log explorer](log-explorer.md): search and filter logs to investigate issues and perform root-cause analysis.
* [**Alert events**](alerts.md#Viewing-the-last-alert-event-for-an-alert-rule): see what's happening in real time and react quickly to incidents. (To get alert events, you need to create [alert rules](alerts.md) first.)
* [**Alert events**](alerts.md#viewing-the-last-alert-event-for-an-alert-rule): see what's happening in real time and react quickly to incidents. (To get alert events, you need to create [alert rules](alerts.md) first.)
* [Dashboards](./dashboards.md): view current and historical data visually to examine trends and understand changes over time.

## In this section
Expand Down
Loading