|
0dc1188701
|
Ignore build/
|
2019-05-30 10:14:06 +02:00 |
|
|
9c8a66100f
|
Merge branch 'releaseutils'
|
2019-05-29 00:12:09 +02:00 |
|
|
db33746f26
|
Merge branch '5-socketpaths'
|
2019-05-29 00:12:03 +02:00 |
|
|
bc2a197192
|
release.sh makes everything for a release
|
2019-05-29 00:11:36 +02:00 |
|
|
4b4b330341
|
release bash script
|
2019-05-28 20:43:49 +02:00 |
|
|
86d719949e
|
FIX #5 safer default paths for sockets: /tmp/
|
2019-05-28 18:42:20 +02:00 |
|
|
f7caefdae1
|
Document socket activation.
|
2019-05-03 14:26:16 +02:00 |
|
|
b0cd779d61
|
Supports datagram socket activation
|
2019-05-03 12:05:27 +02:00 |
|
|
7937d8b4c3
|
Ignore .vim files
|
2019-05-03 10:48:28 +02:00 |
|
|
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 |
|