An open API service indexing awesome lists of open source software.

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

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.