Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/856#discussion_r158588419
--- Diff: metron-platform/metron-management/README.md ---
@@ -276,6 +278,13 @@ The functions are split roughly into a few sections:
* aggregatorConfig - Optional config for aggregator
* Returns: The String representation of the enrichment config
+### Validation Functions
+* `VALIDATE_STELLAR_RULE_CONFIGS`
--- End diff --
Is you search the tree for 'rules' you will see that we call them rule or
rules in various places. It 'seemed like the thing to do'.
---