All Products
Search
Document Center

Realtime Compute for Apache Flink:View startup and runtime logs

Last Updated:Mar 26, 2026

View the startup and operational logs of a running Flink job to monitor its status and troubleshoot issues.

Log types

Realtime Compute for Apache Flink (Realtime Flink) exposes two types of logs for a running job:

Log type Coverage
Startup logs Generated from Flink environment initialization through Job Manager startup.
Operational logs Job Manager and Task Manager logs during job execution. Available on the Job Logs page and the Flink UI.
Startup logs do not include scheduling logs. For scheduling-related issues — such as insufficient resources or insufficient IP addresses for a vSwitch — check management events in the console.

Prerequisites

Before you begin, ensure that you have:

  • A job instance in the running state

Usage notes

Logs are paginated to help you troubleshoot faults. Each page displays 1 MB of logs, or roughly 8,000–9,000 lines. If you cannot find the issue on the current page, switch to the next page.

View startup logs

  1. Log on to the Real-time Compute console.

  2. In the Actions column of the target workspace, click Console.

  3. In the navigation pane on the left, choose Operation Center > Job O&M.

  4. Click the name of the target job.

  5. Click Job Logs.

  6. On the Startup Logs tab, view the startup logs.

    查看启动和运行日志.jpg

View operational logs

Operational logs are available in two places: the Job Logs page in the console, and the Flink UI. Both provide access to Job Manager and Task Manager logs.

View logs on the Job Logs page

  1. Log on to the Real-time Compute console.

  2. In the Actions column of the target workspace, click Console.

  3. In the navigation pane on the left, choose Operation Center > Job O&M.

  4. Click the name of the target job.

  5. Click Job Logs.

  6. On the Operational Logs tab, click the drop-down list next to Job and select the running job.

    查看启动和运行日志2.jpg

  7. View the logs:

    • Job Manager logs: On the Job Manager tab, click Logs. 查看启动和运行日志3.jpg

    • Task Manager logs: On the Running Task Managers tab, click Path, ID, then click Logs. 修改运行作业2.jpg 修改运行作业3.jpg

View logs on the Flink UI

  1. Log on to the Real-time Compute console.

  2. In the Actions column of the target workspace, click Console.

  3. In the navigation pane on the left, choose Operation Center > Job O&M.

  4. Click the name of the target job.

  5. On the Overview page, click Flink UI.

  6. In the left pane, click Task Managers or Job Manager:

    • Task Managers: Click the target Path, ID to view Task Manager logs.

    • Job Manager: On the Logs tab, view the Job Manager logs.