ansible.builtin.logentries_msg (v2.9.27) — module

Send a message to logentries.

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

Authors: Jimmy Tang (@jcftang) <jimmy_tang@rapid7.com>

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

Send a message to logentries


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- logentries_msg:
    token=00000000-0000-0000-0000-000000000000
    msg="{{ ansible_hostname }}"

Inputs

    
api:
    default: data.logentries.com
    description:
    - API endpoint

msg:
    description:
    - The message body.
    required: true

port:
    default: 80
    description:
    - API endpoint port

token:
    description:
    - Log token.
    required: true