Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/1021#discussion_r190019149
--- Diff:
metron-platform/metron-common/src/main/java/org/apache/metron/common/configuration/enrichment/handler/StellarConfig.java
---
@@ -142,8 +143,14 @@ else if(kv.getValue() instanceof List) {
{
--- End diff --
The PR as it stands does not make any scoping designation beyond global.
Indeed, it is pulling in ALL of the available variables. My adjustment above
adds namespacing (e.g. _ implies the message variables, `global` imples just
the global config variables).
---