robbydyer / stash-query

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

Added cli-friendly updates #12

Closed smcdon closed 8 years ago

smcdon commented 8 years ago

-- Output is written to STDOUT by default. Supply a file path to write to file. -- Added --silent option for easy piping to other utilities.

Other minor changes: -- Simplify the config passed to the library by removing duplicate hash and changing the appropriate keys.

robbydyer commented 8 years ago

I haven't been actively developing on this - @smcdon I trust you have tested these changes and everything works ok?

smcdon commented 8 years ago

Hi @robbydyer,

I found a bug in my implementation. I've fixed it, and also added another feature as well, but to simplify the commit history I'm going to checkout a new branch with the changes and create a new pull request.