Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 776 Bytes

File metadata and controls

23 lines (15 loc) · 776 Bytes

meeko-collector-logentries

Build Status

Meeko collector for Logentries webhooks

Meeko Variables

  • LISTEN_ADDRESS - TCP network address to listen on; format HOST:PORT
  • ACCESS_TOKEN - Token to be used for for webhook authentication. The token is expected to be set via a query parameter token, e.g. https://example.com?token=secret.

Meeko Interface

This collector emits logentries.EVENT_TYPE events where EVENT_TYPE is copied from the webhook event field. The event body is just what was received as the webhook payload.

License

GNU GPLv3, see the LICENSE file.