logdna / logdna-cli

The LogDNA CLI allows you to signup for a new account and tail your server logs right from the command line.
https://logdna.com
MIT License
27 stars 21 forks source link

Filter for groups in tail command #9

Closed caarlos0 closed 4 years ago

caarlos0 commented 7 years ago

logdna tail supports only hosts and apps, would be nice if we could also filter by group :)

leeliu commented 7 years ago

@caarlos0 Alright, try this now: logdna tail -h g::groupid. You can get groupids from the web UI by selecting a group and looking at the URL (I know, not the best UX...need to get this to work with the group name eventually).

leeliu commented 7 years ago

Works with -a as well for apps