Searching Log Events
By connecting to port 80 (or 443, if you want HTTPS) on logsene-receiver.sematext.com / logsene-syslog-receiver.eu.sematext.com (if using Sematext Cloud Europe), you can use the Elasticsearch API to search through your data, in the same way you can send it.
Logs Management App comes with its own UI, which integrates nicely with other Sematext Apps, such as Monitoring (seethe Monitoring Documentation).
You can also use Kibana or deploy your own UI or custom scripts.
Besides web UI, there's also Logsene CLI, a command line interface for searching through logs, with the ability to pipe the output to awk
, sed
, cut
, sort
and other useful shell commands.
See Logsene CLI Introduction.