Hi,
Ah yes, sorry I don't really know ruby that well. The following will replace all dots:
ruby {
code => "
event.to_hash.keys.each { |k| event[ k.gsub('.','_') ] = event.remove(k) if k.include?'.' }
"
}
Best regards,
Gary