Getting Data In

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

hrawat_splunk
Splunk Employee
Splunk Employee

After upgrade to 9.x, higher cpu utilization.

Labels (2)
0 Karma
1 Solution

hrawat_splunk
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
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!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...