yalp.outputs.elasticsearchΒΆ

The elasticsearch outputer sends events to an elasticsearch index.

Warning

This requires the pyelasticsearch pacakge to be installed.

This outputer supports the following configuration items:

uri
The elasticsearch connection uri Formatted as http[s]://[user:password@]<host>[:port]/[path]
index
The index name to store the documents.
doc_type
The document name
type
A type filter. Only output events of this type.

Example configuration.

outputs:
  - elasticsearch:
      uri: 'http://localhost:9200/'
      index: yalp
      doc_type: logs