Fluentd
Search…
1.0
Introduction
Overview
Installation
Configuration
Deployment
Container Deployment
Monitoring Fluentd
Input Plugins
Output Plugins
Filter Plugins
Parser Plugins
Formatter Plugins
out_file
json
ltsv
csv
msgpack
hash
single_value
stdout
tsv
Buffer Plugins
Storage Plugins
Service Discovery Plugins
Metrics Plugins
How-to Guides
Language Bindings
Plugin Development
Plugin Helper API
Troubleshooting Guide
Powered By
GitBook
msgpack
The
msgpack
formatter plugin converts an event to the msgpack binary.
Parameters
​
Common Parameters
​
​
Format section configurations
​
Example
1
tag: app.event
2
time: 1362020400
3
record: {"host":"192.168.0.1","size":777,"method":"PUT"}
Copied!
This incoming event is formatted to:
1
\x83\xA4host\xAB192.168.0.1\xA4size\xCD\x03\t\xA6method\xA3PUT
Copied!
If this article is incorrect or outdated, or omits critical information, please
let us know
.
Fluentd
is an open-source project under
Cloud Native Computing Foundation (CNCF)
. All components are available under the Apache 2 License.
Previous
csv
Next
hash
Last modified
11mo ago
Copy link
Contents
Parameters
Example