Skip to content

cybacolt/filebeat-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filebeat formula

Install and configure filebeat.

See the full Salt Formulas installation and usage instructions.

Available states

  • filebeat.install
  • filebeat.config
  • filebeat.service

filebeat.install

Installs the filebeat package.

filebeat.config

configures filebeat, and installs rc levels for startup on reboot.

Usage

See pillar.example for example configuration.

Please be aware not all config items will work with all versions of Filebeat:

  • close_older >= 1.1.0
  • multiline, include_lines, exclude_lines >= 1.2.0

Overriding defaults

This formula puts some system specific configuration in map.jinja. the may be overridden in your pillar data like so:

filebeat:
  lookup:
    config_source: salt://mycustom/filebeat/filebeat.jinja

filebeat.service

Starts the filebeat service.

Due to filebeat requiring tty to start, this state uses a SSH loopback to achieve this. (use_vt / sudoers !requiretty did not resolve this on 2015.8.x...)

About

a formula to install and configure filebeat, a new alternative for logstash forwarder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published