All Products
Search
Document Center

Simple Log Service:Troubleshoot Logtail collection errors

Last Updated:Jun 10, 2026

If the preview page is blank or the query page returns no data, work through these checks in order. Each targets a specific failure point in the Logtail collection pipeline.

Troubleshooting overview

  1. Check whether the log file is being updated. Logtail only collects incremental data — if the file has no new writes, nothing is collected.

  2. Check the machine group heartbeat status.

  3. Check that a Logtail configuration exists.

  4. Check that the Logtail configuration is applied to the machine group.

  5. If none of the above issues apply, check collection error messages in the console.

Step 1: Verify that the log file is being updated

Logtail collects only incremental logs. If the file receives no new writes after the configuration is applied, nothing is collected.

Check whether new data is written to the log file:

# Linux: Watch for new lines appended to the log file
tail -f /path/to/your/logfile.log
  • File is not being updated -- No new logs are generated. Confirm your application is writing to the expected path.

  • File is being updated -- Proceed to Step 2.

Note

Logtail does not collect historical logs by default. To import logs written before the configuration was applied, see Import historical logs from log files.

Step 2: Check the machine group heartbeat

Check the heartbeat status of your machine group in the Simple Log Service console. For details, see Manage machine groups.

Step 3: Confirm that a Logtail configuration exists

If no Logtail configuration exists, create one. Manage Logtail configurations for log collection.

If a configuration already exists, verify:

Step 4: Verify that the Logtail configuration is applied to the machine group

On the Machine Group Settings page, check that the Logtail configuration is applied to the target machine group.

Step 5: Check collection errors

If the previous steps did not reveal the issue, inspect Logtail error messages and log files.

View error messages in the console

Check collection errors in the Simple Log Service console. For details, see How do I view Logtail collection errors?

Review Logtail log files

Logtail logs all WARNING and ERROR messages. Check the following files for details.

Host environment

Operating system

Logtail version

Log file path

Linux

64-bit

/usr/local/ilogtail/ilogtail.LOG

64-bit Windows

64-bit

C:\Program Files\Alibaba\Logtail\logtail_*.log

32-bit

C:\Program Files(x86)\Alibaba\Logtail\logtail_*.log

32-bit Windows

32-bit

C:\Program Files\Alibaba\Logtail\logtail_*.log

On Linux, /usr/local/ilogtail/logtail_plugin.LOG contains logs for plugin-based data sources such as HTTP, MySQL binlog, and MySQL query results.

Note

On 64-bit Windows, both 32-bit and 64-bit applications can run. The operating system stores 32-bit applications in a separate x86 directory, which is why the log paths differ.

Container environment

For containerized Logtail, check these files inside the Logtail container:

  • /usr/local/ilogtail/ilogtail.LOG

  • /usr/local/ilogtail/logtail_plugin.LOG

Check usage limits

If you collect a large volume of log data or from many files, the default throughput may be insufficient. Adjust startup parameters to increase throughput. For details, see Configure the startup parameters of Logtail.

Submit a support ticket

If the issue persists, submit a ticket with the following details:

  • Logtail configuration name and machine group name

  • Machine group heartbeat status

  • Relevant error messages from the collection error view or log files

  • Log file path and a sample of the log content