Sven Rebhan
61902ba15a
docs(outputs): Add plugin metadata and update description ( #16061 )
2024-10-28 18:00:22 +01:00
Paweł Żak
c4bce2d211
chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/outputs` ( #16032 )
2024-10-18 13:06:42 +02:00
Paweł Żak
438653591b
chore(linters): Fix findings found by `testifylint`: `go-require` for `plugins/outputs` ( #15985 )
2024-10-09 09:33:36 -05:00
Paweł Żak
9415d8e7e9
chore(linters): Enable `import-alias-naming` and `redundant-import-alias` rules for revive ( #15836 )
2024-10-01 13:49:53 -05:00
Paweł Żak
686ff791ba
chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/outputs` and `plugins/parsers` ( #15847 )
2024-09-11 14:57:14 -05:00
Paweł Żak
1422c09294
test(linters): Enable `testifylint`: `blank-import`, `float-compare`, `negative-positive`, `nil-compare` and `useless-assert` ( #15566 )
2024-07-01 15:00:13 +02:00
Andreas Deininger
5f5a56ed01
docs: Fix typos ( #14376 )
2024-01-05 22:34:02 +01:00
Paweł Żak
aa681be594
chore(linters): Remove blank identifiers and errors which are not needed to handle ( #14399 )
2023-12-07 08:09:01 -07:00
Paweł Żak
8fbea28ab3
chore(linters): Fix findings found by testifylint: expected-actual ( #14229 )
2023-11-01 14:09:55 -06:00
Paweł Żak
ba16eeb495
chore: Enable G110 rule for gosec ( #13044 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-04-14 17:14:55 +02:00
Paweł Żak
c76f319b84
chore: Remove `revive:unhandled-error` - `errcheck` is more flexible ( #13008 )
2023-04-03 07:19:43 -06:00
Paweł Żak
39d6b1d5cb
chore: Fix linter findings for errorlint (part3) ( #12704 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-02-22 13:38:16 +01:00
Thomas Casteleyn
61523bd4b9
feat(tools/readme_linter): Check for global configuration section ( #12426 )
2023-01-12 16:55:21 +01:00
Paweł Żak
4717a03509
chore: Fix linter findings for makezero (part2) ( #12362 )
2022-12-09 16:38:37 +01:00
Sven Rebhan
bc56233e1b
feat(outputs.graylog): implement optional connection retries ( #11950 )
2022-11-17 07:03:04 -07:00
Paweł Żak
74703d092b
chore: Fix linter findings for prealloc (part2) ( #12242 )
2022-11-15 09:31:51 +01:00
Joshua Powers
49ac03fa80
docs: add global configuration header ( #12107 )
2022-10-26 14:58:36 -05:00
Joshua Powers
526035fc6e
test(outputs.graylog): skip tcp/udp tests on windows & darwin ( #12110 )
2022-10-26 13:01:50 -06:00
Sebastian Spaink
d67f75e557
docs: Remove warning not to remove go:embed ( #11797 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2022-09-13 12:47:58 -05:00
Joshua Powers
8c49ddccc3
chore: update to go1.19.1 ( #11776 )
2022-09-08 12:49:36 -06:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Sven Rebhan
d9a6d8b774
chore: embed sample configurations into README for outputs ( #11182 )
2022-05-25 08:48:59 -06:00
Sebastian Spaink
256caede89
chore(outputs): migrate sample configs into separate files ( #11131 )
2022-05-18 11:30:06 -05:00
reimda
6ba3b1e91e
chore: Fix readme linter errors for output plugins ( #10951 )
2022-04-21 09:45:47 -06:00
Joshua Powers
22bc23d79b
chore: add logging to graylog tests ( #10896 )
2022-04-12 15:00:49 -06:00
Sebastian Spaink
a7df6c6aa6
feat: migrate output plugins to new sample config format ( #10910 )
2022-04-07 15:55:03 -06:00
Joshua Powers
ffe0b7e184
docs: add info on Graylog GELF spec ( #10745 )
...
Fixes : #10724
2022-02-28 09:20:08 -07:00
Sebastian Spaink
0ca1cd64b4
fix: address flaky tests in cookie_test.go and graylog_test.go ( #10326 )
2022-01-18 16:55:47 -06:00
Joshua Powers
7049967fa9
fix: ensure graylog spec fields not prefixed with '_' ( #10209 )
2021-12-06 11:06:02 -07:00
Paweł Żak
020b77b239
fix: Linter fixes for plugins/outputs/[g-m]* ( #10127 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2021-11-24 12:40:25 -07:00
Joshua Powers
0d8d118319
chore: clean up all markdown lint errors in output plugins ( #10159 )
2021-11-24 11:47:33 -07:00
Sebastian Spaink
4e4a33003b
fix(outputs/graylog): fix failing test due to port already in use ( #10074 )
2021-11-16 16:17:23 -06:00
alespour
e685f3be46
fix: Graylog plugin TLS support and message format ( #9862 )
2021-10-21 08:39:24 -06:00
Sebastian Spaink
9de8c987f2
fix: mute graylog UDP/TCP tests by marking them as integration ( #9881 )
2021-10-07 15:41:59 -05:00
alespour
a9898f179b
feat: add graylog plugin TCP support ( #9644 )
2021-09-21 16:02:36 -05:00
reimda
2370d39e89
fix: output timestamp with fractional seconds ( #9625 )
2021-08-30 09:13:08 -06:00
Paweł Żak
74a1acd814
Linter fixes - revive:unused-parameter, unparam, varcheck and unused ( #8984 )
...
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* "nolint"'s removed
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-22 12:21:36 -05:00
Paweł Żak
38c61c07ef
Revive fixes - part 4: ( #8981 )
...
empty-lines
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-12 14:21:51 -06:00
Daniel Nelson
c6f8b273c0
Allow a user defined field to be used as the graylog short_message ( #6700 )
2020-01-21 10:49:01 -08:00
Daniel Nelson
1c0f63a90d
Add new line protocol parser and serializer, influxdb output ( #3924 )
2018-03-27 17:30:51 -07:00
Cameron Sparr
5f06bd2566
Graylog output should set short_message field
...
closes #2045
2016-12-13 16:10:59 +00:00
Edie Zhang
4f06f6b3d8
adding the tags in the graylog output plugin
...
closes #1861
2016-10-07 12:24:21 +01:00
Cameron Sparr
c842724b61
Fix graylog test race
2016-06-01 16:32:38 +01:00
Cameron Sparr
c4cfdb8a25
Revert "Revert graylog output"
...
This reverts commit 4f27315720 .
2016-05-31 16:45:14 +01:00
Cameron Sparr
342cfc4087
ReAdd gelf serializer & graylog output filter. ( #1299 )
...
This reverts commit 958ef2f872 .
2016-05-31 16:41:27 +01:00
Cameron Sparr
958ef2f872
Revert "Add gelf serializer & graylog output filter." ( #1299 )
2016-05-31 11:21:20 +01:00
vanillahsu
eeeab5192b
Add gelf serializer & graylog output filter. ( #1167 )
...
* add gelf serializer.
* change url.
* handle fields in correct format.
* add graylog.
* handle host field of graylog.
* 1: Add go-gelf entry to Godeps to fix ci.
2: switch to github.com/Graylog2/go-gelf.
* implement Close().
* Deprecated gelf serializer, and back to graylog-golang.
* Update graylog-golang's hash.
* move gelf related function to graylog.go.
* 1: remove uneeded deps on Godeps_windows.
2: add README.md
3: add unittest.
* Fix unittest on 'go test -race'
2016-05-31 10:58:35 +01:00