Firetower Client Module

class firetower.client.Client(conf)[source]

Basic Firetower Client.

emit(event)[source]

Emit a message to firetower.

Args:

event: str or dict.

if we cannot parse as json, we convert it to a simple JSON struct: {‘sig’: <event payload>}.

Project Versions

Previous topic

Classifier functions

Next topic

Firetower Server Module

This Page