knes1 / elktail

Command line utility to query, search and tail EL (elasticsearch, logstash) logs
MIT License
197 stars 66 forks source link

Can't follow starting from a particular time of day #24

Open jlee-made opened 7 years ago

jlee-made commented 7 years ago

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 say you had a million errors from some bug and you can't/don't want to tail through all those:

So it would be nice if when there's an -a (but no -b), elktail could tail (either always or when an extra flag is given).