Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Msgpack content type 0.12 #1505

Closed
wants to merge 233 commits into from

Conversation

jdconley
Copy link
Contributor

This is the same as #1498 but for the 0.12 branch. Test has been adapted to the 0.12 style.

okkez and others added 30 commits October 29, 2015 14:49
We can write description of plugin parameter as following:

```
class Fluent::SomeInput < Fluent::Input
  config_set_desc :tag, "This value is the tag assigned to the generated events."
  config_param :tag, :string
end
```
We can write description of plugin parameter as following:

```
class Fluent::SomeInput < Fluent::Input
  desc "This value is the tag assigned to the generated events."
  config_param :tag, :string
end
```
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
Add Engine#msgpack_factory for v0.14 compatibility
Add descriptions to out_file plugin parameters
out_forward raises ZeroDivisionError when no <server> is available
…uration

Add process_name parameter in system to change fluentd's process name
fix bug not to protect in-memory-buffer for multi thread emitting / run loop
…rd-transformer

Add descriptions to filter_record_transformer
Add descriptions to Fluent::SocketUtil::BaseInput
Fix DelayedForwarder#run and add unit test
repeatedly and others added 28 commits February 2, 2017 14:34
…-buffered-output

Ability to get real retry state of buffered output
- Fix source_hostname_key feature to get hostname, not address.
- Add source_address_key feature
…_forward

in_forward: backport source / address key features
Use `String#force_encoding` instead of `String#encode`
Fix issue fluent#1451. The in_tail plugin tries to tail directories when th…
…ified_files

Watch only recently modified files
Skip the refresh of watching list on startup.
`@message_format` is always :auto in #parse_auto.
@jdconley jdconley closed this Mar 16, 2017
@jdconley
Copy link
Contributor Author

Oops, put this in here on accident.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.