Hi,
We have both Managed and SaaS environments setup. In Managed environment, for some of the hosts we are able to view system logs and logs for processes running on those hosts. I have checked in log monitoring settings of Managed environment but did not see any log setting enabled for the hosts.
Whereas we cannot view any such logs for hosts/processes in SaaS environment.
How can I can enable similar kind of settings in SaaS environment to get host/process logs without getting additional licenses consumed?
Can someone please clarify on this.
Thank you!
Solved! Go to Solution.
Hey,
Something to check is whether the oneagent installation allowed log monitoring.
To enable or disable Dynatrace Log Monitoring on a host level:
Use OneAgent CLI and execute the oneagentctl command-line interface to execute the following command at the individual host level.
Set the --set-app-log-content-access parameter to true or false to disable or enable Log Monitoring:
Restart OneAgent service to apply changes.
Hi Dylan,
Thank you for shedding some light on this, I will check as suggested.
Thanks