Not yet. But stay ‘tooned, this is on the roadmap!
Much of what you might use LogLlama for can also be accomplished with grep and sed. However LogLlama also offers the following additional capabilities:
-
and then un-hide a subset of those lines using +
. This kind of logical filtering requires more complicated regular expressions when using the standard command line tools.This is also on the roadmap!
Online log tools offer similar functionality. SumoLogic’s logreduce
command was an inspiration for LogLlama’s (less powerful) d N
command.
LogLlama’s SQL queries were written before I knew how to perform those queries in any online tool but they are similar in motivation.
The main difference is that LogLlama is for working with files on your local drive, not in the cloud. You may have customer logs that you don’t want to upload to a cloud provider, or you may simply not want to to deal with the logistics or cost of uploading logs.