Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/856#discussion_r160002156 --- 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 -- There is reference to "rules" because that was the first use for Stellar. @cestella called them rules when he first implemented. But that is ancient history. We use Stellar everywhere now. Its long ago outgrown that.
---