Getting Data In

High CPU utilization with splunk 9.x ( mainly windows UF)

hrawat
Splunk Employee
Splunk Employee

After upgrade to 9.x, higher cpu utilization.

Labels (2)
0 Karma
1 Solution

hrawat
Splunk Employee
Splunk Employee

Run following search

 

index=_internal source=*metrics.log* ratio > 0.8| timechart max(ratio) by thread

 

Search will show threads using higher cpu.
If one of the thread is  SplunkConfigChangeWatcherThread, then disable new splunk config change tracker feature.

In server.conf
[config_change_tracker]
disabled = true


 

View solution in original post

0 Karma

hrawat
Splunk Employee
Splunk Employee

Run following search

 

index=_internal source=*metrics.log* ratio > 0.8| timechart max(ratio) by thread

 

Search will show threads using higher cpu.
If one of the thread is  SplunkConfigChangeWatcherThread, then disable new splunk config change tracker feature.

In server.conf
[config_change_tracker]
disabled = true


 

0 Karma
Get Updates on the Splunk Community!

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Deprecation of Splunk Observability Kubernetes “Classic Navigator” UI starting ...

Access to Splunk Observability Kubernetes “Classic Navigator” UI will no longer be available starting January ...

Now Available: Cisco Talos Threat Intelligence Integrations for Splunk Security Cloud ...

At .conf24, we shared that we were in the process of integrating Cisco Talos threat intelligence into Splunk ...