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
/
mapr
Age
Commit message (
Expand
)
Author
2020-12-26
code cleanup and minor refactorings
Paul Buetow
2020-12-10
add hasprefix, nhasprefix, hassuffix, nhassuffix operation support to where c...
Paul Buetow
2020-12-08
merge develop
Paul Buetow
2020-08-13
bump up version to 3.0.0. can run continuous background mapreduce queries, us...
v3.0.0
Paul Buetow
2020-07-03
refactor mapr client
Paul Buetow
2020-07-02
add lacks string operator, lacks is the opposite of contains. e.g.: not contains
Paul Buetow
2020-07-02
better $line data handling
Paul Buetow
2020-07-02
send $line base64 encoded over the wire
Paul Buetow
2020-06-17
initial log monitoring support
Paul Buetow
2020-05-20
add $timezone and $timeoffset keys
Paul Buetow
2020-03-18
make lint and vet happy
v2.2.0
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
can tail probe with a given timeout and then write a mapreduce result
Paul Buetow
2020-02-28
more on scheduled commands
Paul Buetow
2020-02-07
Introduce drun command, refactor code to use context package
Paul Bütow
2020-01-21
Move commands to cmd/ and move internal dependencies to internal/
Paul Bütow