Project

General

Profile

Troubleshooting » History » Version 5

Luke Murphey, 11/14/2019 08:58 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 5 Luke Murphey
h2. Cannot execute Firefox on Linux
10 5 Luke Murphey
11 5 Luke Murphey
This may be due to Linux permissions. To debug this, run the following search:
12 5 Luke Murphey
13 5 Luke Murphey
<pre>
14 5 Luke Murphey
index=_internal source=*/geckodriver.log
15 5 Luke Murphey
</pre>
16 5 Luke Murphey
17 5 Luke Murphey
You may see messages like this:
18 5 Luke Murphey
<pre>
19 5 Luke Murphey
1560552380246   mozrunner::runner       INFO    Running command: "/usr/bin/firefox" "-marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile.gu7Y8H5bTvln"
20 5 Luke Murphey
Running Firefox as root in a regular user's session is not supported.  ($HOME is /home/luke which is owned by luke.)
21 5 Luke Murphey
</pre>
22 5 Luke Murphey
23 5 Luke Murphey
You may want to run the app under an another account.nAlternatively, see https://askubuntu.com/questions/1037052/running-firefox-as-root-in-a-regular-users-session-is-not-supported-xauthori for how to fix this.
24 5 Luke Murphey
25 3 Luke Murphey
h2. Other issues
26 1 Luke Murphey
27 3 Luke Murphey
You can use the views under the "Health" section of the navigation to identify potential problems.
28 3 Luke Murphey
29 3 Luke Murphey
Alternatively, you can run the following search and look for anything that looks like an error
30 1 Luke Murphey
31 1 Luke Murphey
<pre>
32 4 Luke Murphey
index=_internal sourcetype=web_input_modular_input NOT (DEBUG OR INFO)
33 1 Luke Murphey
</pre>
34 1 Luke Murphey
35 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:
36 1 Luke Murphey
37 1 Luke Murphey
<pre>
38 1 Luke Murphey
index=_internal sourcetype=web_input_modular_input
39 1 Luke Murphey
</pre>