When the server receives flock logs, it adds them to elasticsearch as keybase notifications. It also adds new types of notifications that are supported:
"server_enabled": "A user has enabled the server",
"server_disabled": "A user has disabled the server",
"twigs_enabled": "A user has enabled twigs",
"twigs_disabled": "A user has disabled twigs",
This is the server component of this PR: https://github.com/firstlookmedia/flock-agent/pull/59
When the server receives flock logs, it adds them to elasticsearch as keybase notifications. It also adds new types of notifications that are supported: