Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 472 Bytes

transport_logentries.rst

File metadata and controls

17 lines (12 loc) · 472 Bytes

The Logentries Transport

Allows sending messages to logentries.

Note

Follow this (configure section) to get your token.

Configuration Example

'MyLogentriesTransport': {
    'type': 'Logentries',  # transport type (MANDATORY)
    'token': '94f0e5d3-ad52-4d49-b4f1-feb956cc1111' (MANDATORY)
},