Monitoring Splunk

Is there a way we can monitor the time taken to complete the fix up tasks and rolling restart of cluster

rahulbhatia
Path Finder

Hi All,

We have recently upgraded our splunk enviornment from 7.X to 8.X and we want to compare splunk performance before and after the upgrade.

One of the parameter we want to track is time taken by cluster to complete the fix up tasks.

Can you please guide if there is any way we can monitor the time taken by the fix up tasks and rolling restart to complete.

Thanks & Regards,

Rahul Bhatia

0 Karma

tshah-splunk
Splunk Employee
Splunk Employee

Here's the link to other solution - https://community.splunk.com/t5/Deployment-Architecture/Monitor-rolling-restart-time/m-p/524535/high...

---
If you find the answer helpful, an upvote/karma is appreciated
0 Karma

tshah-splunk
Splunk Employee
Splunk Employee

Hey Rahul,

Found a query in another answer. This might help you

index=_internal host IN (<List of Your CM nodes>) component=CMMaster "Starting a rolling restart of the peers." OR "rolling restart finished"
| transaction startswith="Starting a rolling restart of the peers." endswith="rolling restart finished"
| eval restartTime = tostring (duration, "duration")
| table _time restartTime _raw
---
If you find the answer helpful, an upvote/karma is appreciated
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Please include a link to the other answer so the OP can read the question to see if it's the same problem or not.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...