弹性Kibana

编程入门 行业动态 更新时间:2024-10-28 18:22:45
本文介绍了弹性Kibana - 安装为Windows服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

如何将Elastic Kibana(只是一个批处理文件)安装为Windows服务?

How can I install Elastic Kibana (which is just a batch file) as a windows service?

它可能需要依赖于ElasticSearch进程(这个假设我在同一个服务器上运行它)

It probably needs to depend on the ElasticSearch process as well (this assumes I'm running it on the same server)

推荐答案

以下命令将创建名为ElasticSearch Kibana的服务4.0.1,使它依赖于ElasticSearch,所以它不会尝试太早启动。

The following command will create the service with a name of "ElasticSearch Kibana 4.0.1" and make it depend on ElasticSearch so it doesn't try to start too soon.

sc create "ElasticSearch Kibana 4.0.1" binPath= "{path to batch file}" depend= "elasticsearch-service-x64"

更多推荐

弹性Kibana

本文发布于:2023-11-06 22:05:43,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1564797.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:弹性   Kibana

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!