elktail
elktail copied to clipboard
Command line utility to query, search and tail EL (elasticsearch, logstash) logs
The most recent commit (e350718f506108fef413cab3bb84fb79e3892ebd) happened on 2017-11-07, almost a year ago. This project seems abandoned.
Please review. It is my first go at 6.x.x ; I don't use elktail with logstash structure. So more tests are welcome.
It would be nice to specify the format field with additional capabilities such as provided by `printf`. For example, instead of: ``` %@timestamp %container_name %message ``` I might want to...
even when there could be many. it also doesn't tell the use this (unless they use `-v1`)
``` go get github.com/knes1/elktail # github.com/knes1/elktail /home/ubuntu/go/src/github.com/knes1/elktail/configuration.go:147: cli.VersionFlag.Usage undefined (type cli.Flag has no field or method Usage) /home/ubuntu/go/src/github.com/knes1/elktail/configuration.go:148: cli.HelpFlag.Usage undefined (type cli.Flag has no field or method Usage) ``` ```...
Elasticsearch 6 has been released. I've not yet done any testing, but will do before we upgrade our cluster. If anyone else has tested elktail with ES6 and can report...
- useful for piping into another tool for formatting/processing (e.g. the excellent `jq`) - could be handy for additional log-shuttling
This introduces a simple modifier to field references specified in the format string: Adding a suffix of the form `[]` will force the field value to be a string of...
This is documented behaviour but seems to leave an important use case unsupported: There seems to be no way to follow (tail) logs, skipping over a certain time period, because...
Add --key and --cert options for TLS access to Elasticsearch. Both need to be specified. Addresses issue #22.