Skip to content

Latest commit

 

History

History

es-search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ElasticSearch

stoQ plugin that saves results to ElasticSearch

Note: For larger deployments, it is highly recommended that the filedir plugin and Filebeat be used instead of this plugin.

Plugin Classes

Configuration

All options below may be set by:

Options

  • es_host [str]: Comma separated list of ElasticSearch nodes

  • es_options [json]: ElasticSearch options as outlined in the the documentation

Example: es_options = {"port": 443, "use_ssl": true, "verify_certs": true}

  • es_index [str]: Index name to use for saving results

  • es_timeout [int]: Time to wait for ES operations to complete before timing out

  • es_retry [True/False]: Should the plugin try again if the operation failes?

  • es_max_retries [int]: Number of retries to attempt before a timeout occurrs

  • index_by_month [True/False]: Append YYYY-MM to index name