kingofark's Ineffective C/C++:自白1:返回值的运用

[elasticsearch@localhost opt]$ pwd /opt [elasticsearch@localhost opt]$ ll 总用量 4 drwx--x--x. 4 root root 28 3月 1 11:10 containerd drwxr-xr-x. 9 elasticsearch elasticsearch 181 3月 5 23:06 es drwxr-xr-x. 9 elasticsearch elasticsearch 155 3月 6 00:08 es-node1 drwxr-xr-x. 9 elasticsearch elasticsearch 4096 3月 6 00:05 es-node2 drwxr-xr-x. 9 elasticsearch elasticsearch 155 3月 5 22:49 es-node3 drwxr-xr-x. 8 root root 182 3月 6 00:15 kibana [elasticsearch@localhost opt]$ cd kibana/ [elasticsearch@localhost kibana]$ ll 总用量 2952 drwxrwxr-x. 2 root root 175 2月 28 20:21 bin drwxrwxr-x. 2 root root 66 3月 6 00:21 config drwxrwxr-x. 2 root root 6 2月 28 20:20 data -rw-rw-r--. 1 root root 3860 2月 28 20:20 LICENSE.txt drwxrwxr-x. 2 root root 6 2月 28 20:20 logs drwxrwxr-x. 3 root root 23 2月 28 20:20 node drwxrwxr-x. 17 root root 4096 2月 28 20:20 node_modules -rw-rw-r--. 1 root root 3007792 2月 28 20:20 NOTICE.txt -rw-rw-r--. 1 root root 3966 2月 28 20:20 README.txt[elasticsearch@localhost config]$ cat kibana.yml server.port: 5601 server.host: "0.0.0.0" server.publicBaseUrl: "http://10.211.55.3:5601" # 关闭安全相关配置(直接注释或删除) # elasticsearch.username: "kibana_system" # elasticsearch.password: "" # 指向所有 ES 节点的 HTTP 端口 elasticsearch.hosts: ["http://localhost:9201", "http://localhost:9202", "http://localhost:9203"] i18n.locale: "zh-CN"[elasticsearch@localhost config]$ cat /etc/systemd/system/kibana.service [Unit] Description=Kibana Documentation=https://www.elastic.co After=network.target [Service] User=elasticsearch Group=elasticsearch Environment=NODE_OPTIONS=--max-old-space-size=1024 ExecStart=/opt/kibana/bin/kibana Restart=always RestartSec=10 LimitNOFILE=65536 [Install] WantedBy=multi-user.target但是kibana启动失败了:[elasticsearch@localhost config]$ sudo systemctl status kibana [sudo] elasticsearch 的密码: ● kibana.service - Kibana Loaded: loaded (/etc/systemd/system/kibana.service; enabled; preset: disabled) Active: activating (auto-restart) (Result: exit-code) since Thu 2025-03-06 23:11:43 CST; 6s ago Docs: https://www.elastic.co Process: 3378 ExecStart=/opt/kibana/bin/kibana (code=exited, status=1/FAILURE) Main PID: 3378 (code=exited, status=1/FAILURE) CPU: 46ms怎么解决?
03-08
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值