Create match monitor
To create a match monitor, follow these steps:- Click the Monitors tab, and then click New monitor.
- Click Match monitor.
- Name your monitor and add a description.
- Click Add notifier, and then select the notifiers that define how you want to receive notifications for this monitor. For more information, see Notifiers.
- To define your query, use one of the following options:
- To use the visual query builder, click Simple query builder. Select the filters, and then click Run query to preview the recent events that match your filters. To preview matching events over a specific period, select the time range.
- To use Axiom Processing Language (APL), click Advanced query language. Write a query using the
where
operator to filter for events, and then click Run query to preview the results. To transform matching events before sending them to you, use theextend
and theproject
operators. Don’t use aggregations in your query. For more information, see Introduction to APL.
- When the preview displays the events that you want to match, click Create. You cannot create a match monitor if more than 500 events match your query within the past 24 hours.