Configuring Kibana Connection Settings
About this task
This section provides information about configuring internal or external Kibana for API Gateway from Command Central.
To configure Kibana
Procedure
Configuring Kibana using Template
About this task
You can configure Kibana using the following Command Central template:
sagcc exec templates composite import -i cc-kibana.yaml
sagcc exec templates composite apply cc-kibana nodes=local host=hostname port=portnumber
Sample Kibana configuration template
alias: cc-kibana-alias
description: HTTPS elastic search template
layers:
runtime:
templates:
- cc-kibana
templates:
cc-kibana:
products:
integrationServer:
default:
configuration:
OSGI-IS_apigateway-WmAPIGateway:
APIGATEWAY-KIBANA:
APIGATEWAY-KIBANA:
'@alias': Kibana
autostart: 'false'
Transport:
Host: ${host}
Port: ${port}
provision:
default:
runtime: ${nodes}