Fluentd
Search…
1.0
Introduction
Overview
Installation
Configuration
Deployment
Container Deployment
Monitoring Fluentd
Input Plugins
Output Plugins
Filter Plugins
Parser Plugins
regexp
apache2
apache_error
nginx
syslog
ltsv
csv
tsv
json
msgpack
multiline
none
Formatter Plugins
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
parser plugin parses the MessagePack data.
Parameters
See
Parse Section Configurations
.
Example
This incoming event:
1
\x82\xA7message\xADHello msgpack\xA3numd
Copied!
is parsed as:
1
time:
2
1582648111.269613 (current time)
3
​
4
record:
5
{"message":"Hello msgpack", "num":100}
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
json
Next
multiline
Last modified
11mo ago
Copy link
Contents
Parameters
Example