summaryrefslogtreecommitdiff
path: root/internal/mapr
AgeCommit message (Collapse)Author
2021-04-03Variable not usedPaul Buetow
2021-01-12undo not writing empty result setPaul Buetow
2021-01-11also respect 'limit' when writing mapreduce result to outfile.Paul Buetow
2021-01-11Don't write outfile with empty result setPaul Buetow
2020-12-26code cleanup and minor refactoringsPaul Buetow
2020-12-10add hasprefix, nhasprefix, hassuffix, nhassuffix operation support to where ↵Paul Buetow
clause
2020-12-08merge developPaul Buetow
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-03refactor mapr clientPaul Buetow
2020-07-02add lacks string operator, lacks is the opposite of contains. e.g.: not containsPaul Buetow
2020-07-02better $line data handlingPaul Buetow
2020-07-02send $line base64 encoded over the wirePaul Buetow
2020-06-17initial log monitoring supportPaul Buetow
2020-05-20add $timezone and $timeoffset keysPaul Buetow
2020-03-18make lint and vet happyv2.2.0Paul 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-04can tail probe with a given timeout and then write a mapreduce resultPaul Buetow
2020-02-28more on scheduled commandsPaul Buetow
2020-02-07Introduce drun command, refactor code to use context packagePaul Bütow
2020-01-21Move commands to cmd/ and move internal dependencies to internal/Paul Bütow