fluentd-plugin-mdsd
fluentd-plugin-mdsd copied to clipboard
Azure Linux monitoring agent (mdsd) output plugin for fluentd
I am using td-agent_3.8.1-0_amd64.deb and fluent-plugin-mdsd-0.1.9.pre.build.master.71-td.amd64.gem td-agent.conf is the default one. @type forward port 25585 bind 127.0.0.1 @type mdsd @log_level info djsonsocket /var/run/mdsd/default_djson.socket acktimeoutms 5000 # milli-seconds # Convert hash...
ANSI control characters that may be used to colorize a TTY, when captured by fluentd and forwarded to mdsd cause the ingestion to fail with an `ACK_DECODE_ERROR`. Such strings are...
Sub-second resolution is supported after fluentd v0.14. However, the to_msgpack will only keep the unix second. https://github.com/Azure/fluentd-plugin-mdsd/blob/9bacb00a722a6a27e44751652918c6262515184a/src/fluent-plugin-mdsd/lib/fluent/plugin/out_mdsd.rb#L72 A workaround is to us to_msgpack_ext to serialize the time. ``` [tag, time.to_msgpack_ext,...
Does this plugin currently support td-agent v4? Can the gem file for Fluentd mdsd release 0.1.10 be released? Ubuntu focal has support only of td-agentv4 ([here](https://docs.fluentd.org/quickstart/td-agent-v2-vs-v3-vs-v4))
Fluentd maps `:time` data types to `Fluent::EventTime` in [Fluentd v1 official docs](https://docs.fluentd.org/configuration/parse-section#types-parameter). MDSD plugin only maps `Time` to `FT_TIME` in [fluentd plugin](https://github.com/Azure/fluentd-plugin-mdsd/blob/0.1.10/src/fluent-plugin-mdsd/lib/fluent/plugin/out_mdsd.rb#L146). I'd like to extend the mapping table with...
is this filed supposed to be installed by fluentd-plugin-mdsd? it's missing after installing fluentd-plugin-mdsd under Ubuntu subsystem 18.04 LTS
I have two sources i.e. syslog and http. and I want both of these logs to be outputted to mdsd. I tried multiple options to make it work but even...
Hi, I need to use multiple fluentd workers, and when trying to do that looks like mdsd plugin doesn't support multiple workers. fluentd conf: ``` workers 4 @type forward port...
**Command executed:** /opt/td-agent/embedded/bin/fluent-gem install /fluent-mdsd.gem 