The kibana service prints out this logging log. But at the same time es service is normal. The network is also normal
version: kibana-7.13.3
centos: Linux 5.10.96-90.460.amzn2.x86_64 #1 SMP Fri Feb 4 17:12:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
TimeoutError: Request timed out
at ClientRequest.onTimeout (/usr/local/kibana-7.13.3-linux-x86_64/node_modules/@elastic/elasticsearch/lib/Connection.js:109:16)
at ClientRequest.emit (events.js:375:28)
at TLSSocket.emitRequestTimeout (_http_client.js:790:9)
at Object.onceWrapper (events.js:481:28)
at TLSSocket.emit (events.js:387:35)
at TLSSocket.Socket._onTimeout (net.js:484:8)
at listOnTimeout (internal/timers.js:557:17)
at processTimers (internal/timers.js:500:7)
server.port: 5601
server.host: "kibana_ip_address"
xpack.encryptedSavedObjects.encryptionKey: "qqq"
xpack.security.encryptionKey: "qqq"
xpack.reporting.encryptionKey: "qqq"
xpack.reporting.csv.maxSizeBytes: 104857600
server.name: "kibana-1"
elasticsearch.hosts: ["https://client1:9200","https://client2:9200","https://client3:9200"]
xpack.data_enhanced.search.sessions.enabled: true
elasticsearch.ssl.certificate: "/usr/local/kibana/config/certs/kibana-1.crt"
elasticsearch.ssl.key: "/usr/local/kibana/config/certs/kibana-1.key"
elasticsearch.ssl.certificateAuthorities: [ "/usr/local/kibana/config/certs/ca.crt" ]
elasticsearch.username: "username"
elasticsearch.password: "password"
i18n.locale: "en"
elasticsearch.logQueries: true
console.enabled: true
logging:
dest: /var/log/kibana/kibana.log
appenders:
json-file-appender:
type: file
fileName: /var/log/kibana/kibana-json.log
layout:
type: json
root:
appenders: [default, json-file-appender]
level: info
loggers:
- name: elasticsearch.query
level: info