Troubleshooting » History » Version 2
Luke Murphey, 01/23/2017 11:44 PM
| 1 | 1 | Luke Murphey | h1. Troubleshooting |
|---|---|---|---|
| 2 | 1 | Luke Murphey | |
| 3 | 1 | Luke Murphey | Below are some pointers to help in debugging the application: |
| 4 | 1 | Luke Murphey | |
| 5 | 1 | Luke Murphey | h2. Search for modular input errors |
| 6 | 1 | Luke Murphey | |
| 7 | 1 | Luke Murphey | Run a search for the following and see if the logs indicate a problem with the modular input: |
| 8 | 1 | Luke Murphey | |
| 9 | 1 | Luke Murphey | <pre> |
| 10 | 1 | Luke Murphey | index=_internal sourcetype=file_meta_data_modular_input |
| 11 | 1 | Luke Murphey | </pre> |
| 12 | 2 | Luke Murphey | |
| 13 | 2 | Luke Murphey | Also search for indications that teh script could not be executed by Splunk: |
| 14 | 2 | Luke Murphey | |
| 15 | 2 | Luke Murphey | <pre> |
| 16 | 2 | Luke Murphey | index=_internal ExecProcessor "file_meta_data" sourcetype=splunkd |
| 17 | 2 | Luke Murphey | </pre> |