Meeko collector for Logentries webhooks
LISTEN_ADDRESS
- TCP network address to listen on; formatHOST:PORT
ACCESS_TOKEN
- Token to be used for for webhook authentication. The token is expected to be set via a query parametertoken
, e.g.https://example.com?token=secret
.
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.
GNU GPLv3, see the LICENSE
file.