graylog-labs / cli-dashboard

A Graylog stream dashboard that runs in your shell.
http://www.graylog.org
GNU General Public License v3.0
216 stars 31 forks source link

feat(new): add tail for graylog, tailgl #33

Closed gsfjohnson closed 7 years ago

gsfjohnson commented 7 years ago

This PR adds a program called tailgl that enables tailing graylogs from workstation command line. Any suggestions for code or style improvements are welcome.

If this addition is acceptable, happy to update the readme as well.

Example of use: tailgl -Q "source:hostname"

STRML commented 7 years ago

Great. I would really love to hook this up to a WS (I don't believe that's possible via Graylog yet), or at least get the HTTP response to stream. I've made some adjustment via testing on our own infra so it doesn't miss messages.

STRML commented 7 years ago

Thanks for all your contributions, keep them coming!