Skip to content

claranet/ansible-runner-beats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Runner beats Event Emitter

Maintainer License Release

This project is a plugin for Ansible Runner that allows emitting Ansible status and events to Logstash through the Beats protocol. This can allow Runner to notify other systems as Ansible jobs are run and to deliver key events to that system if it's interested.

It is useful to send data to Logstash through the Beats protocol.

This plugin is inspired by ansible-runner-http licensed under Apache License 2.0

⚡ Installation

python3 -m pip install ansible-runner-beats

⚙️ Variables

Runner config Environment variable Default value
runner_beats_host RUNNER_BEATS_HOST None
runner_beats_port RUNNER_BEATS_PORT None
runner_beats_ssl_cert RUNNER_BEATS_SSL_CERT ""
runner_beats_ssl_key RUNNER_BEATS_SSL_KEY ""
runner_beats_ssl_ca RUNNER_BEATS_SSL_CA ""
runner_beats_custom_fields RUNNER_BEATS_CUSTOM_FIELDS {}

The plugin also register an environment variable named RUNNER_BEATS_TIMEDOUT if the beats endpoint is not available

©️ License

Mozilla Public License Version 2.0