Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Essentials

We support receiving JSON messages from any application, as long as they they contain a valid token. The destination host is logsene-receiver-syslog.sematext.com and the port we use is 12201, both UDP and TCP.

Example

A quick way to ship messages via TCP syslog is with netcat:

echo '{"logsene-app-token":"LOGSENE_APP_TOKEN_GOES_HERE", "message":"Hello, Logsene!"}' | nc logsene-receiver-syslog.sematext.com 12201
  • No labels