Monitoring console : On the monitoring console, two search heads were not reporting CPU/Memory statistics.
It's showing the status as grey. The indexers were reporting all the stats correctly.
We tried below to fix, but with no luck.
1. We logged into the monitoring console and found two search heads were not reporting Memory and Cpu usage.
2. We removed the two search heads and added again(Settings ->Distributed Search -> Search Peers : Remove and added)
3. We still noticed the same issue/error.
4. When we checked the search head instance details via the monitoring console, we found that only disk status was showing.
5. We logged into one of the search heads that is not showing cpu/memory stats
i. Checked configuration file for "introspection_generator_addon" and added app.conf under "introspection_generator_addon/local" and enabled introspection
app.conf : appended
[install]
state = enabled
ii. Restarted Splunk service
iii. Still, we do not see resource.log under $SPLUNK_HOME/var/log/introspection
iv. We checked and found the "introspection_generator_addon" app was enabled and configured but only collecting disk stats.
v. As per "introspection_generator_addon/default/app.conf" : We see that introspection is enabled
vi. Upon further checking we found that instrument-resource-usage process was not running.
↧