Skip to content

Commit cb23190

Browse files
Add size limitation for matched events (#274)
Co-authored-by: Mano Toth <[email protected]>
1 parent 479286e commit cb23190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor-data/match-monitors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88

99
Match monitors allow you to continuously filter your log data and send you matching events. Axiom sends a notification for each matching event. By default, the notification message contains the entire matching event in JSON format. When you define your match monitor using APL, you can control which event attributes to include in the notification message.
1010

11-
Axiom recommends using match monitors for alerting purposes only. A match monitor can send 10 notifications per minute and 500 notifications per day.
11+
Axiom recommends using match monitors for alerting purposes only. A match monitor can send 10 notifications per minute and 500 notifications per day. A notification can usually include events up to 0.1 MB but the maximum size can be smaller depending on the type of the notifier.
1212

1313
## Create match monitor
1414

0 commit comments

Comments
 (0)