The DevOps Center
The DevOps Center is a tool for monitoring, troubleshooting, and incident investigation. It consists of an interactive log viewer, providing views into this Fusion cluster’s hosts and services using metrics and events.
-
Metrics come from the
system_monitor
collection.See System Metrics for details about this collection.
-
Events come from the
system_logs
collection.
You can export all metrics and events for any selected time period.
In any Fusion app, you can open the DevOps Center by navigating to System > DevOps Center:
System requirements
The DevOps Center requires the following:
-
Your Web browser must support HTML5.
-
Every node that you want to monitor must be running Fusion version 4.2.0 or later.
-
Every node that you want to monitor must be running the
agent
andlog-shipper
services.
The DevOps Center is enabled by Fusion’s default configuration.
The Log Viewer
The Log Viewer displays service logs and request logs from Fusion’s system_logs
collection.
By default, timestamps are displayed in local time, as determined by your browser. To view timestamps in UTC (unless default.timezone
is set to another time zone in fusion.cors
), set LOCAL TIMEZONE to "Off".
Auto-Refesh is off by default, to display static log data. To display real-time logs, set this to "On".
See Export Data from the DevOps Center to learn how to export log data.
Service logs
Service log files are written to the filesystem by each running service, such as var/log/api/api.log
, var/log/proxy/proxy.log
, and so on. Fusion indexes them in the system_logs
collection with type=java
.
In the DevOps Center, you can filter service logs by:
-
Service
-
Log level
-
Host
Request logs
HTTP request log files are written to the filesystem by Jetty, at var/log/proxy/jetty_request_<date>.log
. Fusion indexes them in the system_logs
collection with type=http
.
In the DevOps Center, you can filter request logs by:
-
HTTP status code
-
HTTP method
-
Host