Software AG Products 10.5 | Configuring API Gateway | API Gateway Configuration with Command Central | Manage Inter-component and Cluster configurations | Configuring Kibana Connection Settings | Configuring Kibana using Template
 
Configuring Kibana using Template
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}