[root@ecs-d833 elasticsearch]# cat config/elasticsearch.yml cluster.name: panco-es node.name: node-1 network.host: 0.0.0.0 http.port: 9200 discovery.seed_hosts: ["127.0.0.1", "[::1]"] cluster.initial_master_nodes: ["node-1"] xpack.security.enabled: false
[root@ecs-d833 kibana]# cat config/kibana.yml server.port: 5601 server.host: "0.0.0.0" server.name: "kibana-panco" elasticsearch.hosts: ["http://localhost:9200"] i18n.locale: "zh-CN"



