Github user cestella commented on the issue:
https://github.com/apache/metron/pull/740
yeah, we can definitely have complex types in the global config; that gets
serialized as a `Map<String, Object>` and jackson will happily load a map of
maps or lists. The idea originally was that the global config could, for
instance, hold static reference data that was super small, which could include
maps.---
