Created
July 3, 2018 17:27
-
-
Save mschoch/542d6b5c091b62725196079e63e4e36a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"conjuncts": [ | |
{ | |
"disjuncts": [ | |
{ | |
"match": "planner_hostname_1", | |
"field": "hostname", | |
"prefix_length": 0, | |
"fuzziness": 0 | |
}, | |
{ | |
"match": "planner_hostname_2", | |
"field": "hostname", | |
"prefix_length": 0, | |
"fuzziness": 0 | |
} | |
] | |
}, | |
{ | |
"match": "planner_us-east-1", | |
"field": "metadata.region", | |
"prefix_length": 0, | |
"fuzziness": 0 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment