Project

General

Profile

Troubleshooting » History » Version 2

Luke Murphey, 07/17/2017 06:51 PM

1 1 Luke Murphey
h1. Troubleshooting
2 1 Luke Murphey
3 1 Luke Murphey
Below is some information that is useful if you are having problems with web_input:
4 1 Luke Murphey
5 2 Luke Murphey
h2. SplunkWeb cannot start
6 2 Luke Murphey
7 2 Luke Murphey
This can happen when a browser started by Website Input will not close. To fix this, look for running instances of the browser (e.g. Firefox) and the driver (e.g. geckodriver) and close them. Then restart Splunk.
8 2 Luke Murphey
9 1 Luke Murphey
h2. Check logs
10 1 Luke Murphey
11 1 Luke Murphey
Run the following search and look for anything that looks like an error
12 1 Luke Murphey
13 1 Luke Murphey
<pre>
14 1 Luke Murphey
index=_internal sourcetype=web_input_modular_input NOT(DEBUG OR INFO)
15 1 Luke Murphey
</pre>
16 1 Luke Murphey
17 1 Luke Murphey
If no related errors are seen, then try looking at all of the logs and see if the input indicates that it is working:
18 1 Luke Murphey
19 1 Luke Murphey
<pre>
20 1 Luke Murphey
index=_internal sourcetype=web_input_modular_input
21 1 Luke Murphey
</pre>