03 Aug 2020
10:20 AM
- last edited on
25 May 2023
10:09 AM
by
Karolina_Linda
Hi all!
I have questions about the logging of Managed server and ActiveGate.
My customer will install Dynatrace Managed sever and ActiveGate. So they asked me about the management of Server and ActiveGate.
Does anyone have answers for the following questions?
1. Is the log rotation setting same of OneAgent's log setting?
(OneAgent's log rotaion setting is 5 generation, and each file limit is 10MB. https://www.dynatrace.com/support/help/technology-support/operating-systems/linux/operation/oneagent... )
2. What key word do they have to monitor for the detection of Managed server problem?
Regards,
Yasuo Ohnishi
Solved! Go to Solution.
the log monitoring is pretty sweet. So with the oneagent installed on the host, Dynatrace will not only marks the log entries that are linked to the issue, but you can also define out log strings for alerting. You can read more about it here: https://www.dynatrace.com/support/help/how-to-use-dynatrace/log-monitoring/
Hi Chad,
Thank you for your answer!
But my questions are about Dynatrace Managed server and ActiveGate's log monitoring.
So I think the log monitoring function can not use for these logs.
Do you know this answer?
If I understand you correctly, you are looking to use dynatrace to grab the log files from the clustered nodes? Now in order to do this you need to deploy the oneagent to the host. This works without issue on the Activegates but when we deployed the oneagent to the clustered nodes, some odd behavior happened. So I dont recommend using the Oneagent on the clustered nodes. This might have been corrected tho as it was 2 years ago when i tired it.
Thank you for your comment. They will install other log monitoring tool for Dynatrace Managed server. It may be over-monitoring, but I think it is necessary.
For ActiveGates it's 10 files 10MB each.
For Managed server it's 5 files 10MB each.
[com.compuware.apm.logging]
maxBytes=10485760
maxFiles=5
To find issues - you can search for "exception" keyword.
Thank you for your answer. I will replay to our customer with this answer.