1
0
Fork 0
forked from boyska/circolog
Commit graph

120 commits

Author SHA1 Message Date
3e27cad5b1
Allow socket activation from systemd. 2019-05-03 10:47:45 +02:00
a2de164a10
Change revision of go-syslog. 2019-05-03 10:45:35 +02:00
9728b236ed
Clean sockets at exit. 2019-05-03 10:32:18 +02:00
3d463823e3 Merge remote-tracking branch 'origin/set-syslog-fmt' 2019-05-02 13:39:42 +02:00
52ff939375 Revert "Merge remote-tracking branch 'blallo/set-syslog-fmt'"
This reverts commit 07f4246c80, reversing
changes made to 6da968177b.
2019-05-02 13:39:21 +02:00
6854a2f676 FIX da813a3: now uses the intended go-syslog 2019-05-02 12:42:48 +02:00
07f4246c80 Merge remote-tracking branch 'blallo/set-syslog-fmt'
adds -log-fmt to circologd

refs #23
2019-05-02 12:32:13 +02:00
55827916bb
Add flag to set syslog format. 2019-05-02 12:28:33 +02:00
6da968177b Merge branch 'master' of git.lattuga.net:boyska/circolog 2019-05-02 11:45:35 +02:00
da813a3fd5
Vendoring go-syslog to accommodate not yet merged PR. 2019-05-02 11:38:11 +02:00
0e6b078ad6
Refactor log-fmt as flag.Value. Move in formatter pkg. 2019-05-02 11:20:08 +02:00
a990564f0b Merge branch '18-bug-tail-close' 2019-05-02 10:50:33 +02:00
76a6381516
Add flag to set syslog format. 2019-05-01 15:55:41 +02:00
aea09d94bf refs #18 cleans sockets 2019-04-30 17:56:13 +02:00
5717c7ca29 FIX #18 server close connections
I am not sure this really fixes the problem (but it seems to)
2019-04-30 17:45:44 +02:00
d3799d19f9 FIX #19 doc integration with syslog-ng 2019-04-26 01:28:37 +02:00
b9c94870fa FIX #20 doc integration with rsyslog
works perfectly!
2019-04-26 01:11:01 +02:00
2e1ab137ea
Better tests for data 2019-04-01 20:47:42 +02:00
02b41aa661
Added tests for data 2019-04-01 17:25:30 +02:00
c5eee0ea22
Fix hub tests. 2019-04-01 16:57:09 +02:00
aef8a277e5 Merge branch 'tail-fmt' of boyska/circolog into master 2019-03-25 16:47:11 +01:00
2280e2963a -color help 2019-03-25 16:42:21 +01:00
00cb135913 add -fmt=json to circolog-tail 2019-03-25 16:42:21 +01:00
7dc3b5a7bb Merge branch 'morefmts' of boyska/circolog into master 2019-03-25 12:43:22 +01:00
ec3934501a filtering based on reader-Messages 2019-03-25 02:46:03 +01:00
fefd2d7e5c systemd docs 2019-03-25 01:59:48 +01:00
5dfe6e9654 lattuga explained better 2019-03-24 20:34:55 +01:00
46a031695c supports rfc3164
also, align hostname to docs -> host
2019-03-24 20:28:03 +01:00
aeceda5caa circolog.Message: for readers
refs #14
2019-03-24 19:55:01 +01:00
85ccd65543 receives data from multiple formats
however, data structure is variable; this makes templates unnecessary
complex. It would be better to convert everything to rfc5424 (at some
point)
2019-03-23 22:34:50 +01:00
4b9e645713
Dockerfile documented in the README. 2019-03-20 18:29:56 +01:00
65950687ed
Added development dockerfile. 2019-03-20 18:06:24 +01:00
daea3d7563
Use new keywords for examples in index.md 2019-02-06 13:38:32 +01:00
7e4d789ded Merge branch 'docs' 2019-02-06 13:31:12 +01:00
330376b08e Merge branch 'master' of git.lattuga.net:boyska/circolog 2019-02-06 13:27:48 +01:00
4a68f49b88
Fix query.md formatting. 2019-02-06 12:43:13 +01:00
2241d18fa9
Docs: fixup format and minor typos. 2019-02-06 11:19:31 +01:00
242127d528 docs with mkdocs 2019-02-05 17:41:05 +01:00
b488923394
Fix typo and more meaningful var name. 2019-01-09 16:55:58 +01:00
9b6454bf1b
Translate the keywords for the QL. 2019-01-09 16:41:20 +01:00
c1ae059712 docs on query language. closes #6 2019-01-07 15:43:42 +01:00
0121ba64b5 systemd notify and watchdog (closes #12) 2019-01-07 10:31:41 +01:00
eff3998eb7 Merge branch 'appcolor' 2019-01-03 16:00:00 +01:00
bf9667a8a8 Merge branch 'statusctl' of blallo/circolog into master 2019-01-03 14:11:58 +01:00
1338525183
Fixing plain format in ctl 2019-01-03 13:42:16 +01:00
98a06659cb Merge branch 'master' into statusctl 2019-01-03 12:23:20 +01:00
a8cefc993b
Fix the text shown 2019-01-03 12:11:03 +01:00
46e3f6c883 each app has its color
it is picked from a palette based on its hash: it is pseudorandom, but
still consistent across different lines and different runs.
The palette is a bit too vivid, but let's stick with it for now.

fixes #10
2019-01-03 12:06:57 +01:00
d1223fc170
Changing StatusResponse.Len to .Size 2019-01-03 11:51:14 +01:00
9427fe91b1
Adding ctl subcommand to print status 2019-01-03 11:15:30 +01:00