CloudWatch stopping tail when file is deleted

0

I am trying to monitor a log file on an EC2 instance that is deleted and re-added every morning. I have CloudWatch agent monitoring the path but as soon as the file is deleted, the tail stops and when the file is added again with the same name, the log is not pushed to CloudWatch.

When I restart the agent and check the status I get this:

May 07 08:31:29 <servername> start-amazon-cloudwatch-agent /[ 31209 /] : 2020/05/07 08:31:29 Stopping tail as file no longer exists: <filepath/file.json>

Any thoughts?

Edited by: niamh on May 7, 2020 2:36 AM

Edited by: niamh on May 7, 2020 2:36 AM

niamh
已提問 4 年前檢視次數 768 次
1 個回答
1

the cloudwatch agent checkpoints via file handles, not the name of the file.

You should use something like logrotate to rotate the file, not just delete it. By doing so, Cloudwatch will be able to continuously monitor the file.

已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南