Skip to main content
On the alert rules list page, there is a Debug Log Switch that you can enable. Afterwards, the alert engine process monitedge will output detailed execution logs for that rule, making it easier to troubleshoot.monitedge outputs logs to standard output (stdout). The viewing method depends on the deployment method:
monitedge follows cloud-native best practices by outputting logs to standard output rather than writing to separate log files, making it convenient for log collection systems to collect, and facilitating rotation and compression.
Menu Entry: OverviewThe overview page provides a global view of alert rules, consisting of the following cards:
The overview page checks whether you have installed an alert engine. If not, a prompt guides you to the alert engine page to complete installation.
On the alert rule edit or detail page, you can find the Clone action button. Clicking it creates a new rule based on the current rule’s configuration, with all settings copied over (except the name), making it easy to quickly create similar alert rules.
When creating or editing an alert rule, after configuring the query conditions, you can click the Query Preview button. The system immediately executes a query and displays the results, helping you verify whether the query expression is correct and whether the returned data meets expectations, without waiting for the next detection cycle.
The notes description supports Markdown format. You can use headings, lists, links, code blocks, and other Markdown syntax to organize content. It also supports variable references, embedding dynamic information such as alert event label values and query results into the notes, making it convenient for responders to quickly understand the alert context.