You can translate the question and the replies:

Unable to identify resources.log file header

I connected CloudWatch to resources.log file but unable to see header and identify columns. What are they supposed to be in order? Log file location: denodo-monitor/logs/<Denodo server name>-resources.log
log
user
27-04-2023 09:27:17 -0400
code

3 Answers

Hi, If you open the resources.log file by text reader you will find the header starts from the 5th row and the first 4 rows are comments indicating the start time of the Denodo Monitor, which should be aborted when being read. I would configure CloudWatch to read the log files starting from the 5th row then the header will be detected. You can see this [page](https://community.denodo.com/kb/en/view/document/Log%20column%20details) for more information. Hope this helps!
Denodo Team
28-04-2023 00:17:06 -0400
code
I checked the file in the original location, there was no header. Would you be able to tell me what the header is?
user
01-05-2023 10:07:45 -0400
Hi, This is because Denodo Monitor backups (rollover) the logs that it generates and please note that only the first generated log file for each monitoring start has headers, you can refer to this [question](https://community.denodo.com/answers/question/details?questionId=90670000000XcjjAAC&title=Monitor+Log+Column+Headers) for more information. It is worth noting that some logs don't have any header, but for vdp-resources log files you can look into the same folder to find the file name like "vdp-resources.log.2023-xx-xx", find the earliest file and you can see there are headers inside. In addition, if you want to change the rollover policy for logs, configure the *monitors.log.datepattern* in "<DENODO_MONITOR_HOME>/conf/ConfigurationParameters.properties" Hope this helps!
Denodo Team
01-05-2023 23:02:55 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here