https://github.com/fukata/fluent-plugin-hostname
fluent plugin mixin data hostname
https://github.com/fukata/fluent-plugin-hostname
Last synced: 3 months ago
JSON representation
fluent plugin mixin data hostname
- Host: GitHub
- URL: https://github.com/fukata/fluent-plugin-hostname
- Owner: fukata
- License: other
- Created: 2012-12-20T01:22:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T05:32:06.000Z (about 11 years ago)
- Last Synced: 2025-01-09T21:14:46.751Z (3 months ago)
- Language: Ruby
- Size: 158 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# fluent-plugin-hostname, a plugin for [Fluentd](http://fluentd.org)
Fluentd plugin put the hostname in the data.
## Configuration
### HostnameOutput
type hostname
key_name host
add_prefix filtered
...
Output messages like:
{"field1": "value1", "field2": "value2", "host": "app01.hoge"}
## Copyright
Copyright (c) 2012 Tatsuya Fukata. See LICENSE.txt for
further details.