Troubleshooting
Problem
1. To create Kibana log at other location, user will configured kibana.yml in folder <WMHome>/profiles/IS_default/apigateway/dashboard/config/ and updated the following parameters.
+++---
Before update the kibana.yml:
# If you would like to send the log output to a file you can set the path below.
# logging.dest: <SAG Dir>/IntegrationServer/instances/default/logs/kibana.log
# Set this to true to log all events, including system usage information and all requests.
# logging.verbose: true
Update kibana.yml by removing the "#" for the commented line:
# If you would like to send the log output to a file you can set the path below.
logging.dest: <SAG Dir>/IntegrationServer/instances/default/logs/kibana.log
# Set this to true to log all events, including system usage information and all requests.
logging.verbose: true
+++---
2. The expectation is that the kibana log will created in different directory, instead of default
3. This changes cause unexpected results
a. Kibana log file is not created
b. Kibana is not starting up
Document Location
Worldwide
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
20 March 2025
UID
ibm17208082