Tag Results
2 posts tagged logging
2 posts tagged logging
I spent my last evenings hacking on a new Graylog2 feature which will be very useful for running powerful analytics on your log messages: The Graylog2 Analytics Shell. The detailled description is in the wiki.
Use this shell to extract information from your log messages. I always like the use case of API monitoring. You could easily find out if that one call is still used by consumers - Or even which consumers are still using it with a simple distinct call:
all.distinct({_oauth_consumer_key}, processed_controller = /^PrivateMessages#.+/)
Watch the shell in action in this short screencast: (Try the full screen mode and HD video)
This is the first working implementation but there is still stuff missing. For example:
The shell will be included in the next version: 0.9.6
Post your comments here or discuss in the mailing list.

Yay, celebrate! I just released Graylog2 v. 0.9.3 (graylog2-server and graylog2-web-interface). Here is a list of noteworthy changes:
You can now create host groups that show all messages of hosts you added. This can be useful if you want to get an overview of all messages of a cluster or type of hosts.