summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-13bump up version to 3.0.0. can run continuous background mapreduce queries, ↵v3.0.0Paul Buetow
useful for log file monitorig for example. breaking protocol change which allows to mapreduce aggreate messages containing the default field separator |. add of more unit tests. add logformat mapreduce query keyword. add set mapreduce clause support and support to evaluate built-in functions such as md5sum() and maskdigits().
2020-07-03by default auto shutdown dtail client after a dayPaul Buetow
2020-07-03refactor mapr clientPaul Buetow
2020-07-02initial server side continuous mapreduce runnerPaul Buetow
2020-07-02add lacks string operator, lacks is the opposite of contains. e.g.: not containsPaul Buetow
2020-07-02mergePaul Buetow
2020-07-02better $line data handlingPaul Buetow
2020-07-02send $line base64 encoded over the wirePaul Buetow
2020-06-19bump versionv2.4.1Paul Buetow
2020-06-19add filldates.goPaul Buetow
2020-06-19add jsonschemaPaul Buetow
2020-06-19update protocolPaul Buetow
2020-06-17initial log monitoring supportPaul Buetow
2020-06-11bump up version to 2.4.0v2.4.0Paul Buetow
2020-05-20develop versionPaul Buetow
2020-05-20add $timezone and $timeoffset keysPaul Buetow
2020-05-20bump version upv2.3.0Paul Buetow
2020-05-20document direct SSH key auth methodPaul Buetow
2020-05-20can specify a private ssh key via command line, no password support yet thoughPaul Buetow
2020-05-13release of 2.2.1v2.2.1Paul Buetow
2020-05-13add more ssh key debuggingPaul Buetow
2020-05-13refactorPaul Buetow
2020-05-13fix bug in connection throttlingPaul Buetow
2020-03-18make lint and vet happyv2.2.0Paul Buetow
2020-03-17full release nowPaul Buetow
2020-03-16create release candidate 1Paul Buetow
2020-03-07add support to run mapreduce queries on generic log lines, e.g. count all ↵Paul Buetow
log lines containing a certain string, such as "ERROR"
2020-03-06merge masterPaul Buetow
2020-03-06simplify and get rid of pperfv2.1.1Paul Buetow
2020-03-06make Mr. Lint happyPaul Buetow
2020-03-06more on loggerPaul Buetow
2020-03-04add missing filesPaul Buetow
2020-03-04fix silent logging https://github.com/mimecast/dtail/issues/5Paul Buetow
2020-03-04can tail probe with a given timeout and then write a mapreduce resultPaul Buetow
2020-03-04add large logoPaul Buetow
2020-02-29Merge branch 'develop' of gitlab.devuk.mimecast.lan:Storage/dtail into developPaul Buetow
2020-02-29race conditionPaul Buetow
2020-02-29background jobs make use of the timeout specified by the client tooPaul Buetow
2020-02-29better error messagesPaul Buetow
2020-02-28merge masterPaul Buetow
2020-02-28change whitelisting to blacklistingPaul Buetow
2020-02-28more on scheduled commandsPaul Buetow
2020-02-27outfile is optionalPaul Buetow
2020-02-27can run scheduled queries across a storage volumePaul Buetow
2020-02-26can list remote jobs and can also pass outer args to scriptsPaul Buetow
2020-02-22can start commands in background and also cancel those via drun commandPaul Bütow
2020-02-22serverhandler understands background jobs betterPaul Bütow
2020-02-22background "class" worksPaul Bütow
2020-02-20initial background commandsPaul Buetow
2020-02-16fix process terminationPaul Bütow