ansible.builtin.logstash (v2.9.27) — callback

Sends events to Logstash

| "added in version" 2.3 of ansible.builtin"

Authors: unknown

Install Ansible via pip

Install with pip install ansible==2.9.27

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