- 17 Mar, 2022 1 commit
-
-
Levin Zimmermann authored
-
- 09 Mar, 2022 2 commits
-
-
Levin Zimmermann authored
-
Levin Zimmermann authored
-
- 01 Oct, 2021 1 commit
-
-
Klaus Wölfel authored
-
- 09 Sep, 2021 1 commit
-
-
Klaus Wölfel authored
See merge request !7
-
- 08 Sep, 2021 1 commit
-
-
Léo-Paul Géneau authored
Allow to use a fluentd version < 2.0.0
-
- 30 Jul, 2020 1 commit
-
-
Ivan Tyagov authored
See merge request !6
-
- 29 Jul, 2020 1 commit
-
-
Ivan Tyagov authored
-
- 23 Jul, 2020 1 commit
-
-
Ivan Tyagov authored
-
- 22 Jul, 2020 2 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 26 May, 2020 1 commit
-
-
Klaus Wölfel authored
-
- 27 Mar, 2020 2 commits
-
-
Ivan Tyagov authored
Since c1ff3f19ddb80996751d05d0468fe81ad8167243 in Wendelin's repo a default HTTTP / JSON is added by default to every Wendelin instance. Thus use as an example policy.
-
Ivan Tyagov authored
Simplify configuration by leaving only the necessary and prepare file to be used for a Wendelin fluentd tutorial.
-
- 03 Feb, 2020 2 commits
-
-
Klaus Wölfel authored
This can be used for single_value fromatting to send data exactly as read from file
-
Klaus Wölfel authored
-
- 08 Jul, 2018 2 commits
-
-
Klaus Wölfel authored
-
Eteri authored
-
- 06 Jul, 2018 1 commit
-
- 05 Jul, 2018 9 commits
-
-
Kirill Smelkov authored
!2 (comment 63248)
-
Eteri authored
-
Eteri authored
-
Eteri authored
-
Eteri authored
-
Eteri authored
-
Eteri authored
fluent-plugin-wendelin: separate connection establishment and request. The rest of the issues is not addressed yet.
-
Eteri authored
-
Eteri authored
-
- 18 Oct, 2017 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
This depends on nexedi/wendelin!28. /reviewed-on nexedi/fluent-plugin-wendelin!1
-
- 08 Jun, 2016 2 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
Else `gem build` complains: WARNING: WARNING: license value 'APLv2' is invalid. Use a license identifier from http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
-
- 19 Nov, 2015 2 commits
-
-
Kirill Smelkov authored
Net::HTTP has default infinite timeout for opening connection, which, when other side does not open connection fully, nor rejects connecting, results in infinite thread hang without any reporting into log. Fix it by explicitly making all timeouts finite (set to default Net::HTTP's read_timeout 60 seconds). /cc @klaus
-
Kirill Smelkov authored
Previously WendelinClient's tracing was controlled by global $trace variable and was not correlated to current Fluentd log level, or current plugin log level and thus it was harder for users to use. Improve it and rework the tracing to use fluentd logging infrastructure. This way tracing is disabled by default, but can be either globally enabled with fluentd -v -v or only for wendelin_out plugin via adding log_level trace to <match ...> section which routes messages to wendelin_out. /cc @klaus
-
- 25 Sep, 2015 1 commit
-
-
Kirill Smelkov authored
-
- 24 Sep, 2015 1 commit
-
-
Kirill Smelkov authored
-
- 14 Aug, 2015 1 commit
-
-
Kirill Smelkov authored
Instead of ingesting just [1,2,'hello'] list, ingest in format closer to what fluentd sends - i.e. "t" and dict/hash of name->value pairs.
-
- 11 Aug, 2015 1 commit
-
-
Kirill Smelkov authored
-
- 25 May, 2015 1 commit
-
-
Kirill Smelkov authored
This was pre-tested and know to ingest data ok, modulo some known TODO.
-