cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How i can disabled log analytics component of OneAgent?

Hello.

I have tried with #1

/var/lib/dynatrace/oneagent/agent/config/ruxitagentloganalytics.confAppLogContentAccess = true --> AppLogContentAccess = false

I have tried with reinstall #2

/bin/sh Dynatrace-OneAgent-Linux-1.165.238.sh
APP_LOG_CONTENT_ACCESS=0 INFRA_ONLY=0 (or without APP_LOG_CONTENT_ACCESS=*)

In ps -aux or top i can see the process:

In Dynatrace UI i can see CPU/Memory consumption by this process.

How can i disable this process?

Regards,
Alexander

 

4 REPLIES 4

skrystosik
DynaMight Guru
DynaMight Guru

Process will work but will not collect any logs.

Sebastian


Regards, Sebastian

Hello Sebastian, Customer want disable this process at all.


There is no official way to do this, recommend start support ticket. When you have disabled log monitoring dynatrace will show you list of detected logfiles but without content. So there is no option for reading those logfiles, you cannot turn it on from webconsole as well but you have information about list of files. As well dynatrace is checking size of files so it can show you calculation about how much Log Analytics license you need to cover all logfiles. This is why it is running in background.

Sebastian


Regards, Sebastian

uros_djukic1
Dynatrace Advisor
Dynatrace Advisor

Hello, 
Nowadays, you can be more selective on the way you decide to include or exclude which files from the log analysis and storage. If you are still running LogV1 , you can use AutomaticFile= */log/*/*, Exclude. 
Log Monitoring configuration file v1 | Dynatrace Docs

Featured Posts