Project

General

Profile

Troubleshooting » History » Version 8

Luke Murphey, 03/06/2019 05:04 PM

1 1 Luke Murphey
h1. Troubleshooting
2 1 Luke Murphey
3 8 Luke Murphey
h2. The app doesn't work following an upgrade.
4 8 Luke Murphey
5 8 Luke Murphey
See https://answers.splunk.com/answers/659194/how-do-i-clear-the-cache-to-see-the-changes-after-1.html
6 8 Luke Murphey
7 3 Luke Murphey
h2. The lookup files cannot be loaded or saved.
8 1 Luke Murphey
9 3 Luke Murphey
Look for applicable log messages with the following search:
10 1 Luke Murphey
<pre>
11 6 Luke Murphey
index=_internal (sourcetype="lookup_editor_controller" OR sourcetype=lookup_editor_rest_handler OR sourcetype=lookup_backups_rest_handler)
12 1 Luke Murphey
</pre>
13 4 Luke Murphey
14 4 Luke Murphey
h2. I'm editing the lookup file but the results are not being saved
15 4 Luke Murphey
16 4 Luke Murphey
Check two things to see if there are any errors:
17 4 Luke Murphey
18 4 Luke Murphey
*Check for browser errors*
19 4 Luke Murphey
20 4 Luke Murphey
# Open the console in your browser. See the following pages for instructionsr: https://lucidchart.zendesk.com/hc/en-us/articles/207323676-How-to-Open-the-JavaScript-Console, https://webmasters.stackexchange.com/questions/8525/how-do-i-open-the-javascript-console-in-different-browsers
21 4 Luke Murphey
# Refresh the page and reproduce the issue
22 4 Luke Murphey
# Look for console logs that indicate an error
23 4 Luke Murphey
24 4 Luke Murphey
If someone is helping to troubleshoot the issue, you might want to generate a HAR file. See https://support.zendesk.com/hc/en-us/articles/204410413-Generating-a-HAR-file-for-troubleshooting for details.
25 4 Luke Murphey
26 4 Luke Murphey
*Check for error logs*
27 4 Luke Murphey
28 4 Luke Murphey
Run a search for the following and see if any errors exist:
29 4 Luke Murphey
30 4 Luke Murphey
<pre>
31 7 Luke Murphey
index=_internal (sourcetype="lookup_editor_controller" OR sourcetype=lookup_editor_rest_handler OR sourcetype=lookup_backups_rest_handler)
32 4 Luke Murphey
</pre>
33 5 Luke Murphey
34 5 Luke Murphey
h2. One of the REST handlers is offline.
35 5 Luke Murphey
36 1 Luke Murphey
If you have recently updated or installed the Lookup Editor app, then you may need to restart the Search Heads again. The is particularly important if you are using SHC and the Deployer recently pushed the app to the Search Heads.
37 7 Luke Murphey
38 7 Luke Murphey
h2. I need more help, what information should I provide?
39 7 Luke Murphey
40 7 Luke Murphey
Please provide two things:
41 7 Luke Murphey
42 7 Luke Murphey
h3. HAR file
43 7 Luke Murphey
44 7 Luke Murphey
Reproduce the error in your browser and generate a HAR file per the following instructions: https://support.zendesk.com/hc/en-us/articles/204410413-Generating-a-HAR-file-for-troubleshooting
45 7 Luke Murphey
46 7 Luke Murphey
h3. Log files
47 7 Luke Murphey
48 7 Luke Murphey
Export the log files from the following search:
49 7 Luke Murphey
50 7 Luke Murphey
<pre>
51 7 Luke Murphey
index=_internal (sourcetype="lookup_editor_controller" OR sourcetype=lookup_editor_rest_handler OR sourcetype=lookup_backups_rest_handler)
52 7 Luke Murphey
</pre>