Github user simonellistonball commented on the issue:
https://github.com/apache/metron/pull/861
If they want to select most, and remove the ones they don't want, then I
would recommend using the remove transformation, or a set null in stellar.
Perhaps regex support might be a nice follow on, but it breaks the mental model
of people who are used to any other language that handles projection, such as
SQL. The goal for this was to allow user to explicitly select only a defined
set of fields. To be honest, people have lived with the idea of explicitly
choosing fields for decades in SQL and quite liked it, so I suspect adding
something that is pattern based might make it less usable than more.
---