community.general.logstash (1.3.11) — callback

Sends events to Logstash

Authors: Unknown (!UNKNOWN)

Install collection

Install with ansible-galaxy collection install community.general:==1.3.11


Add to requirements.yml

  collections:
    - name: community.general
      version: 1.3.11

Description

This callback will report facts and task events to Logstash https://www.elastic.co/products/logstash


Requirements

Inputs

    
port:
    default: 5000
    description: Port on which logstash is listening
    env:
    - name: LOGSTASH_PORT
    ini:
    - key: port
      section: callback_logstash
      version_added: 1.0.0
      version_added_collection: community.general

type:
    default: ansible
    description: Message type
    env:
    - name: LOGSTASH_TYPE
    ini:
    - key: type
      section: callback_logstash
      version_added: 1.0.0
      version_added_collection: community.general

server:
    default: localhost
    description: Address of the Logstash server
    env:
    - name: LOGSTASH_SERVER
    ini:
    - key: server
      section: callback_logstash
      version_added: 1.0.0
      version_added_collection: community.general