Skip to main content

Monitors

Overview

Monitoring all of your infrastructure in one place would not be complete without the ability to know when critical changes are occurring. Bronto gives you the ability to create monitors that actively run searches across your data and notify your teams via email or custom webhooks.

Create Monitors

To create monitors in Bronto:

  1. Navigate to Monitors > New Monitor.
  2. Select the log or logs that define the monitor's scope.
  3. Apply a filter, search is in simple mode. For search syntax see here.
  4. Evaluate the query over desired time from the predefined options in minutes, hours or days.
  5. Set Alert Conditions. Configure monitors to trigger if the query value crosses a threshold.
  6. Lastly, give the monitor a name, description , email address which can be an existing user or a custom email or select an existing webhook where the notification will be sent to.
List and manage Monitors for alerting

Setting Alert Conditions

The alert conditions can be configured to trigger if the count of the query reaches a predefind threshold.

  • Evaluate the query count over the last: 5 minutes, 10 minutes, 30 minutes, 1 hour, 2 hours, 4 hours or 1 day. Evaluation is across a rolling time window in groups aligned from midnight.
  • Evaluate if query is above, above or equal to, below, or below or equal to the threshold.
  • Trigger if Alert Threshold literal value is matched.

Configure notifications

Configure your notification messages to include the information you are most interested in and specify which user, email or webhook to send these alerts to.

  • Monitor Name.
  • Monitor Description.
  • View a preview of what the notification will look like.

Manage Monitors

Manage Monitors by editing, creating, bulk deleting and searching monitors all in the same place. From here you can easily view what email or webhook is associated to each monitor.

List and manage Monitors for alerting

View Montior Details & Status

Selecting a monitor to review from your list allows you to see its details which include its filter, source and recipients. From this page you can also view the status and event history

View Monitor details and history

Custom Webhooks

Easily connect to internal or external services, like Slack, by creating customizable webhook notifiers.

  1. Navigate to Integrations: From the left sidebar, go to Integrations.

  2. Select Webhooks and then choose the Configure tab.

During setup, define the webhook URL, which will receive an HTTP POST request with a content type of application/json. You can also add any custom headers that your integration requires.

Create custom webhooks