Skip to content

Commit 2f8331c

Browse files
authored
Add allowlist of operators for match monitors (#327)
1 parent be46f9c commit 2f8331c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

monitor-data/match-monitors.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@ To create a match monitor, follow these steps:
2424

2525
You have created a match monitor, and Axiom alerts you about every event that matches the filters you set. Each notification contains the event details as shown in the preview.
2626

27+
<Info>
28+
If you define your query using APL, you can use the following limited set of tabular operators:
29+
30+
- [extend](/apl/tabular-operators/extend-operator)
31+
- [extend-valid](/apl/tabular-operators/extend-valid-operator)
32+
- [parse](/apl/tabular-operators/parse-operator)
33+
- parse-kv
34+
- [project](/apl/tabular-operators/project-operator)
35+
- [project-away](/apl/tabular-operators/project-away-operator)
36+
- [project-keep](/apl/tabular-operators/project-keep-operator)
37+
- project-rename
38+
- [project-reorder](/apl/tabular-operators/project-reorder-operator)
39+
- [where](/apl/tabular-operators/where-operator)
40+
41+
This restriction only applies to tabular operators.
42+
</Info>
43+
2744
## Examples
2845

2946
For real-world use cases, see [Monitor examples](/monitor-data/monitor-examples).

0 commit comments

Comments
 (0)