robbydyer / stash-query

A CLI Tool for Querying Logstash and Exporting the results
35 stars 15 forks source link

Write fields doesn't have a nice way to get nested data #8

Open tomduckering opened 9 years ago

tomduckering commented 9 years ago

Hi,

Thanks for writing this tool. I just wanted to flag that getting at specific nested fields is not supported. It's possible to select the parent field for writing and I guess it will to_s the contents.

It'd be nice if I could specify nested fields with a dot notation or something like that.

Cheers, Tom

taraslayshchuk commented 8 years ago

Hi! Can you provide some examples of data which you queried and csv output file which you expected to get, please?