do you want to rename /all/ fields, some subset, if subset, how are they related, etc?
rastro has quit
rmoff has quit
zz_rmoff joined the channel
zz_rmoff is now known as rmoff
fev3r101 joined the channel
Benj joined the channel
subir joined the channel
Benj is now known as Guest27490
Guest27490 has quit
bolbgt
torrancew: I have a logs of commands that are run, commands can be [command-name] [arg1] [arg2] [arg3] ...[argn] so fields are a0,a1,a2,a3...an. The logs are actually multiline, one of the logs will have those same fields exept it will have some weird values (maybe it's a memory address) so i just renamed those as a2_raw so that a2 wont become an array.
denisra has quit
denisra joined the channel
torrancew: e.g. if i have a log generated by the command`echo "fox" "monkey" "tango"` it get parsed into something like {a0: ["AB4143", "echo"] a1" ["523ED52", "fox"], ...}
MugginsM joined the channel
Mounica joined the channel
Mounica has quit
inqueue_ joined the channel
inqueue has quit
fubada joined the channel
MugginsM joined the channel
r04r is now known as zz_r04r
optiz0r has quit
inqueue joined the channel
inqueue_ has quit
inqueue_ joined the channel
flowstate has quit
inqueue has quit
derjohn_mobi joined the channel
Benj joined the channel
optiz0r joined the channel
Benj is now known as Guest55779
inqueue joined the channel
inqueue_ has quit
torrancew
bolbgt: hmmm, ruby filter may be the most elegant way to do that generically