Environment
What structure do your log files have?
At Servebolt our log files are written in a custom format. This makes some analytics programs not able to read them right away. In most cases, you’ll need to provide the format we use.
For access logs, the following format is used:
LogFormat "%a PID:%P EID:%L U:%u %t %{HOST}i \"%r\" %>s %B IN:%I OUT:%O %{ms}Tms \"%{Referer}i\" \"%{User-Agent}i\" ct:%{Content-Type}o"And for our error logs, we use this format:
ErrorLogFormat "[%-t] [PID:%-P EID:%-L] [%-m:%-l:%-F] [Host:%-{HOST}i Client:%-a] %E %-M"Does Servebolt have an API?
Yes we have, check out the Servebolt API documentation.