get_troubleshooting_guide
Retrieve detailed troubleshooting documentation for Splunk issues. Provides step-by-step guides with diagnostics and solutions for specific topics like search problems, indexing delays, or authentication timeouts.
Instructions
Get detailed Splunk troubleshooting documentation for specific topics. Returns comprehensive troubleshooting guides with diagnostics, solutions, and best practices as an embedded resource.
Args: topic (str): Troubleshooting topic. Use list_troubleshooting_topics() to see all available topics. Common topics include: - 'metrics-log' - About metrics.log for performance monitoring - 'splunk-logs' - What Splunk logs about itself - 'platform-instrumentation' - Platform instrumentation overview - 'search-problems' - Splunk web and search problems - 'indexing-performance' - Indexing performance issues - 'indexing-delay' - Event indexing delays - 'authentication-timeouts' - Authentication timeout issues version (str, optional): Splunk version for documentation. Examples: - '9.4' - Splunk 9.4 documentation - '9.3' - Splunk 9.3 documentation - 'latest' - Latest version (default) auto_detect_version (bool, optional): Whether to auto-detect Splunk version from connected instance. Defaults to True.
Returns embedded resource with detailed troubleshooting guide.
π‘ Tip: Use list_troubleshooting_topics() to discover all available topics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| version | No | latest | |
| auto_detect_version | No |