index
:
dtail
master
refactor-trail-1
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
clients
Age
Commit message (
Expand
)
Author
2020-05-20
can specify a private ssh key via command line, no password support yet though
Paul Buetow
2020-05-13
refactor
Paul Buetow
2020-05-13
fix bug in connection throttling
Paul Buetow
2020-03-07
add support to run mapreduce queries on generic log lines, e.g. count all log...
Paul Buetow
2020-03-04
fix silent logging https://github.com/mimecast/dtail/issues/5
Paul Buetow
2020-03-04
can tail probe with a given timeout and then write a mapreduce result
Paul Buetow
2020-02-26
can list remote jobs and can also pass outer args to scripts
Paul Buetow
2020-02-22
can start commands in background and also cancel those via drun command
Paul Bütow
2020-02-16
server kills subprocesses correctly on cancel
Paul Bütow
2020-02-12
exec will always err if status is > 0
Paul Bütow
2020-02-11
more on scheduled jobs and ssh callbacks
Paul Bütow
2020-02-10
initial scheduled jobs
Paul Bütow
2020-02-07
Introduce drun command, refactor code to use context package
Paul Bütow
2020-01-22
add execclient
Paul Bütow
2020-01-21
Move commands to cmd/ and move internal dependencies to internal/
Paul Bütow