community.general.logstash (0.2.1) — callback

Sends events to Logstash

Authors: unknown

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.2.1

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

type:
    default: ansible
    description: Message type
    env:
    - name: LOGSTASH_TYPE

server:
    default: localhost
    description: Address of the Logstash server
    env:
    - name: LOGSTASH_SERVER