Application Server Module troubleshooting
Verify Data Collection
Verify that the add-ons in your deployment are installed and configured correctly by checking the add-on's indices, sources or source types.
Add-on | Data verification search |
---|---|
Tomcat |
index = * sourcetype = tomcat:*
|
Websphere |
index = * sourcetype = index=* sourcetype = ibm:was*
|
Data population can also be verified by checking to see if your tags have data.
Tag | Search |
---|---|
appserver |
tag=appserver
|
inventory |
tag=appserver tag=inventory
|
inventory-->application |
tag=appserver tag=inventory tag=application
|
performance |
tag=appserver tag=performance
|
performance-->transactions |
tag=appserver tag=performance tag=transactions
|
performance-->runtime |
tag=appserver tag=performance tag=runtime
|
performance-->throughput |
tag=appserver tag=performance tag=throughput
|
performance-->session |
tag=appserver tag=performance tag=session
|
Verify inventory data
Index Search | Data Model Search |
---|---|
|
|
Verify KPI data
Search | Expected Results |
---|---|
|
Numbers populate on the Statistics tab with the field Active Sessions(count) |
|
Numbers populate on the Statistics tab in a table with columns cpu_util_pct, average, minimum, and maximum |
Entities not found
When you are unable to locate operating system entities, see the ITSI module troubleshooting section on entities.
Troubleshooting entity appearance speed
It will take about an hour to start seeing a full sparkline chart and for KPIs to become active. Learn about entity appearance speed.
Metrics not collected
If you are unable to view your data, run the data model audit to make sure your data models are processing your data.
If you are running into issues seeing your KPI data, see ITSI module troubleshooting section on KPIs.
User Permissions
If a user encounters a permission-related obstacle, the issue could be related to their assigned role.
ITSI permissions are determined by the role that each user has. Each role offers a different set of user permissions.
See ITSI module troubleshooting to learn about permissions within ITSI.
Learn about adding navigation to a Splunk app.
The Drilldown page stops functioning
If the drilldown page stops working while using ITSI:
- Launch a web browser and
- Use your console to debug the JavaScripts,
- Examine the results to see if any KPI templates are corrupted.
Tomcat lookup field error
If you have both the Tomcat and WebSphere add-ons installed on the same server, and encounter the following error about Tomcat.
Error 'Could not find all of the specified lookup fields in the lookup table.' for conf 'tomcat:access:log' and lookup table 'tomcat_rootdir_jmxhost_lookup'.
Error 'Could not find all of the specified lookup fields in the lookup table.' for conf 'tomcat:runtime:log' and lookup table 'tomcat_rootdir_jmxhost_lookup'. [tag-asnixdev3.sv.splunk.com]
Error 'Could not find all of the specified lookup fields in the lookup table.' for conf 'tomcat:access:log' and lookup table 'tomcat_rootdir_jmxhost_lookup'. [tag-asnixdev3.sv.splunk.com]
Error 'Could not find all of the specified lookup fields in the lookup table.' for conf 'tomcat:runtime:log' and lookup table 'tomcat_rootdir_jmxhost_lookup'.
Check the $splunk/etc/apps/Splunk_TA_ibm-was/lookups/
folder to see if
the file ibm_was_inventory.csv is present. If it is not there, open the WebSphere add-on installation package, and copy the ibm_was_inventory.csv file into the $splunk/etc/apps/Splunk_TA_ibm-was/lookups/
folder.