Sha256: d647bc61aba7ad153e52158822d7ee9e9f5aa16777f12db47d285b29fde38990

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

fluent-plugin-websphere-iib
===========================

fluentd plugin for parsing IBM websphere IIB logs inthe syslog /var/log/messages

#Available format Plugins:
* websphere_iib_syslog: format logs in /var/log/messages for IBM websphere IIB
* websphere_iib_stdout: format logs in stdout for IBM websphere IIB

#Plugin Settings:
Both plugins have the same configuration options:

* remote_syslog: fqdn or ip of the remote syslog instance
* port: the port, where the remote syslog instance is listening
* hostname: hostname to be set for syslog messages
* remove_tag_prefix: remove tag prefix for tag placeholder. 
* tag_key: use the field specified in tag_key from record to set the syslog key
* facility: Syslog log facility
* severity: Syslog log severity
* use_record: Use severity and facility from record if available
* payload_key: Use the field specified in payload_key from record to set payload

#Configuration example:
```
<match site.*>
  type syslog_buffered
  remote_syslog your.syslog.host
  port 25
  hostname ${hostname}
  facility local0
  severity debug
</match>
```


Contributors:

* Victor Guillen
* [superguillen](http://github.com/superguillen)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-websphere-iib-1.0 README.md