Install and configure filebeat.
See the full Salt Formulas installation and usage instructions.
- filebeat.install
- filebeat.config
- filebeat.service
Installs the filebeat package.
configures filebeat, and installs rc levels for startup on reboot.
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
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
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...)
Testing is done with Test Kitchen for machine setup and testinfra for integration tests.
-
Python
-
Ruby
-
Docker
pip install -r requirements.txt gem install bundler bundle install bundle exec kitchen test