- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How I do identify all splunk components based off of the _internal index?
splunkDude2015
Explorer
07-31-2015
05:27 AM
Using the internal index, is there a way for me to find out errors being thrown from the different splunk components?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

ChrisG

Splunk Employee
07-31-2015
10:25 AM
You are probably most interested in the introspection logs. You can read about them in the Troubleshooting Manual, which also includes some sample platform instrumentation searches.
If you have not already done so, you should also look at the Distributed Management Console and the searches that power its dashboards.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

woodcock
Esteemed Legend
07-31-2015
10:09 AM
I don't know what you mean by components
but this is a good search to get you started:
index=_internal log_level!=INFO| cluster showcount=t | table cluster_count _raw | sort -cluster_count
