fluent-plugin-say

Fluentd output plugin to say something by using ‘say’ command

Installation

$ fluent-gem install fluent-plugin-say

fluent.conf

<match say.**>
  type say

  voice kyoko
  # system voice (kyoko, alex, etc...)

  field say
  # field name to say (default: message)
</match>

Contributing to fluent-plugin-say

Copyright © 2012 Shimpei Makimoto. See LICENSE.txt for further details.