serverjilo.blogg.se

Puppet module filebeats
Puppet module filebeats










puppet module filebeats
  1. #Puppet module filebeats install#
  2. #Puppet module filebeats password#

The password filebeats should use to authenticate should your cluster make use of shieldĪ string containing the protocol used by filebeats, defaults to http.Ī string that specifies the index to use for the elasticsearch output, defaults to 'YYYY.MM.DD' as per the package. The username filebeats should use to authenticate should your cluster make use of shield If left empty then all other elasticsearch options are ignored To Elasticsearch by using the Elasticsearch HTTP API. NOTE: this option explicitly disables pipelining, it is not compatible with the async logstash clientĪ integer that specifies the number of workers participating in the load balancingĪ boolean to turn on or off load balancing for logstash outputs, defaults to false.Ī array containing the hostname/s of your elasticsearch host/s used for send the transactions directly Setting this to zero or negative disables the splitting of batches.Ī string that specifies the index to use for the logstash output, defaults to 'YYYY.MM.DD' as per the package.Īn array of Strings that specifies paths to Certificate authority files when connecting to logstash.Ī String that specifies a path to your hosts certificate to use when connecting to logstash.Ī String that specifies a path to your hosts certificate key to use when connecting to logstash.Ī String that specifies the Time To Live for a connection to Logstash, you must use a elastic duration e.g. If left empty then all other logstash options are ignoredĪ Number representing the maximum number of events to bulk in a single Logstash request, e.g 2048 This value should be used if you wish to have more than one prospector.Īn array of strings that specifies remote hosts to use for logstash outputs, e.g

puppet module filebeats

The module can be called with the following parameters:Īn array of hashes that specifies which groups of inputs (formally known as prospectors) log entries the filebeats application must export.

#Puppet module filebeats install#

Use puppet module install function to install module and simply include it from your enc/profile/role/site.pp. Version 4.6.0 >= 5.0.0 Beginning with filebeats Puppet module install hetzner-filebeats Setup Requirements

puppet module filebeats

Very simple puppet module to install and configure elasticsearch filebeats. Development - Guide for contributing to the module.Reference - An under-the-hood peek at what the module is doing and how.Usage - Configuration options and additional functionality.Setup - The basics of getting started with filebeats.












Puppet module filebeats