Hi,
What would be the best way to applyc same ruby code to several fields? To grok something, then do (the same) math on the fields from the grok. Or to convert date/time to/from epoch. It is possible just to repeat the same code over and over (if [myfield] {ruby ...}) for each of the fields. But is that the best way?