elktail icon indicating copy to clipboard operation
elktail copied to clipboard

Command line utility to query, search and tail EL (elasticsearch, logstash) logs

Results 19 elktail issues
Sort by recently updated
recently updated
newest added

It would be great to have this tool support `--cert` and `--key` so that we can support TLS connections where ES is behind something like SearchGuard.

According to the help text, the 'timestamp' field is one of the items persisted. However, it does not actually work. It looks like that despite the comment in configuration.go about...

bug

Maybe I'm doing something wrong here? Note that I sanitized this output by replace my regular username with "user" and the hostname with "hostname". My remote user is user-adm, while...

bug

Suggest: append build instruction in README.md

I'm using a URL like: `https://whatever/?apikey=foo-bar-baz-etc` And I get: ``` TRACE: elktail.go:282: Not saving query terms. Total terms: 0 ERROR: elktail.go:73: Could not connect Elasticsearch client to https://whatever/?apikey=foo-bar-baz-etc: no Elasticsearch...

Would t be possible to convert the @timestamp field to local time. Kibana seems to be doing this by default

enhancement

Hello, It would be very nice to output raw JSON which would allow further transformations using something like jq. Also, I did not see a way to retrieve the _source...

enhancement

The --url option should accept a list of URLs in case ElasticSearch is runing in a cluster `./elktail --url "s1:9200,s2:9200" -n "500" -t "timestamp" -f "%timestamp : %service : %message...

enhancement

Corrupted default config can crash the application. Loading of the config file should be validated before proceeding.

bug