fluent-plugin-solr

Solr output plugin for Fluent

Configuration

<match solr.**>                              # solr's key is hostname + tags + event.time.
  type solr                        # 

  # following attibutes are optional
  host localhost                        # solr's hostname. default localhost
  port 8983                             # solr's port. default 8983
  core                                  # solr's core name.

</match>

Contributing to fluent-plugin-solr

Copyright © 2011 Nobutaka Nakazawa. See LICENSE.txt for further details.