logstasher
logstasher copied to clipboard
I would prefer not to have the fields flattened to "@fields."
Is it really necessary to nest everything into "@fields"? I would much prefer to see my kibana table columns read as:
ip | controller | action | ... |
---|---|---|---|
127.0.0.1 | home | index | ... |
rather than:
@fields.ip | @fields.controller | @fields.action | ... |
---|---|---|---|
127.0.0.1 | home | index | ... |
+1
I think this was fixed and can be closed?