community.general.logentries_msg (8.5.0) — module

Send a message to logentries

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

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 8.5.0

Description

Send a message to logentries

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Send a message to logentries
  community.general.logentries_msg:
    token=00000000-0000-0000-0000-000000000000
    msg="{{ ansible_hostname }}"

Inputs

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

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

port:
    default: 80
    description:
    - API endpoint port
    type: int

token:
    description:
    - Log token.
    required: true
    type: str