Azure / fluentd-plugin-mdsd

Azure Linux monitoring agent (mdsd) output plugin for fluentd
Other
27 stars 16 forks source link

Add new configuration hash_to_json in output plugin #55

Closed shkhisti closed 6 years ago

shkhisti commented 6 years ago

For shoebox integration, some partners want to send properties field as a proper json. If they use fluentd , fluentd converts the data as hash type. e.g "properties:"{"key":"value"} when is emitted by the customer, it is converted as "properties"=>{"key"=>"value"}. So we are adding optional configuration for customers to convert hash sets to proper json before ingesting into mdsd and Geneva.