community.general.logentries_msg (0.1.1) — module

Send a message to logentries.

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

preview | supported by community

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.1.1

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