summaryrefslogtreecommitdiffstats
path: root/examples/legacy-filter/examples.md
blob: fdcba03c896a71da3860ab115fed37185573f30c (plain)
1
2
3
4
5
6
7
8
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'] }