log [05:16:00.767] [warning][plugins-discovery] Expect plugin “id” in camelCase, but found: triggers_actions_ui log [05:16:07.890] [info][plugins-service] Plugin “visTypeXy” is disabled. log [05:16:07.890] [info][plugins-service] Plugin “endpoint” is disabled. log [05:16:07....
{"type":"log","@timestamp":"2020-02-20T17:50:32Z","tags":["info","plugins-service"],"pid":71936,"message":"Plugin \"case\" is disabled."} {"type":"log","@timestamp":"2020-02-20T17:50:35Z","tags":["info","plugins-system"],"pid":71936,"message":"Setting up [37]...
docker中安装es和kibana
log [05:16:00.767] [warning][plugins-discovery] Expect plugin “id” in camelCase, but found: triggers_actions_ui log [05:16:07.890] [info][plugins-service] Plugin “visTypeXy” is disabled. log [05:16:07.890] [info][plugins-service] Plugin “endpoint” is disabled. log [05:16:07....
你应该定义kibanaserver.host作为kibana.yml中的外部ip或主机名。
disabled: true Expected behavior: Elasticsearch and Kibana works Provide logs and/or server output (if relevant): kibana logs {"type":"log","@timestamp":"2022-06-17T08:32:05Z","tags":["warning","plugins-discovery"],"pid":6,"message":"Expect plugin \"id\" in camelCase, but found...
log [14:12:12.365] [info][plugins-service] Plugin "auditTrail" is disabled. log [14:12:12.932] [warning][config][deprecation] Environment variable "DATA_PATH" will be removed. It has been replaced with kibana.yml setting "path.data" ...
{"type":"log","@timestamp":"2020-06-29T10:10:46Z","tags":["info","plugins-service"],"pid":6,"message":"Plugin\"visTypeXy\"isdisabled."} {"type":"log","@timestamp":"2020-06-29T10:10:46Z","tags":["info","plugins-service"],"pid":6,"message":"Plugin\...
case $1 in start) sudo -iu elk $es_home/bin/elasticsearch &;; *) echo "require start" ;; esac #!/bin/bash # chkconfig: 2345 98 02 # description: kibana kibana_home=/home/es/elk/kibana-7.13.4-linux-x86_64 case $1 in start) sudo -iu elk $kibana_home/bin/kibana &;; ...
公司es扩容kibana添加密码访问 准备工作 基础优化[部署好的es无需操作,新server操作] setenforce0 getenforce sed-i's#^SELINUX=.*$#SELINUX=disabled#g'/etc/selinux/config systemctlstopNetworkManager.service systemctl disable NetworkManager.service systemctlstopfirewalld...