summaryrefslogtreecommitdiffstats
path: root/examples/legacy-filter/examples.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/legacy-filter/examples.md')
-rw-r--r--examples/legacy-filter/examples.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/legacy-filter/examples.md b/examples/legacy-filter/examples.md
new file mode 100644
index 0000000..fdcba03
--- /dev/null
+++ b/examples/legacy-filter/examples.md
@@ -0,0 +1,9 @@
+Legacy Filter JSON examples
+===========================
+
+Here are some JSON examples, each line is a single filter used in `edb_filter` custom variable.
+
+ { host: 'otherhostname' }
+ { host: 'specialhostname', priorityExclusion: [] }
+ { "host": ".*", "programInclusion": ["cloud-monitoring"] }
+ { programInclusion: ['test-program'] }