CloudWatch pushes only ERROR or WARNING message of a specific log file

0

Hello everyone,

I configured an on-prem installation of the CloudWatch Agent, and three logs files should be pushed to CloudWatch Logs. All three configuration entries have only the fields "file_path", "log_group_name", "log_stream_name" and "retention_in_days" set, therefore no filters. For some reason, and for just one of these files, only logs with level > WARN are pushed to the Cloud. Of course the file on the server also has other messages, i.e., a lot of INFO logs. I tried to check on the file system and also on the documentation and I could not find anything like that.

Am I missing something? Thanks, Federico

已提問 1 年前檢視次數 382 次
1 個回答
0

According to the documentation:

If you do not specify an agent logging config file here, the default file awslogs.conf is used. 
The default file location is /var/awslogs/etc/awslogs.conf if you installed the agent 
with a script, and is /etc/awslogs/awslogs.conf if you installed the agent with rpm. 

In the [general] section, what is logging_config_file set to?

profile pictureAWS
專家
kentrad
已回答 1 年前
  • I have seen that piece of documentation, but I have no such file in my installation (i.e., no awslogs folder under /var). This is an on-prem installation that I have done via Systems Manager, and then I configured CloudWatch using the Wizard.

    P.S.: After some services restart anyway it seems that also INFO logs are sent. Anyway it might be interesting to know if and where the file you are mentioning may be located in my environment.

    Thanks!

    Edit: There is no awslogs folder even under /etc

  • You could do a 'find . -name awslog.conf' from the root directory. Or explicitly set the logging_config_file and manage it's contents.

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

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

回答問題指南