需要调试看信息的话,可在cmd窗口运行bat,就会打印输出信息了。
- 生产kibana token
- bin\elasticsearch-create-enrollment-token.bat --scope kibana
elasticsearch-service.bat install
修改ip访问
修改日志输出
- logging.appenders.default:
- type: file
- fileName: D:\XXX\logs\kibana.log
- layout:
- type: json
修改语言为中文
i18n.locale: "zh-CN"
# Fatal error in , line 0 # Fatal process out of m#FailureMessage Object: 00000xxxxx
- npm install -g increase-memory-limit
-
- increase-memory-limit
NSSM - the Non-Sucking Service Manager
- D:\xxx\nssm-2.24\win64>nssm
- NSSM: The non-sucking service manager
- Version 2.24 64-bit, 2014-08-31
- Usage: nssm
-
- To show service installation GUI:
-
- nssm install [
] -
- To install a service without confirmation:
-
- nssm install
[ ...] -
- To show service editing GUI:
-
- nssm edit
-
- To retrieve or edit service parameters directly:
-
- nssm get
[] -
- nssm set
[] -
- nssm reset
[] -
- To show service removal GUI:
-
- nssm remove [
] -
- To remove a service without confirmation:
-
- nssm remove
confirm -
- To manage a service:
-
- nssm start
-
- nssm stop
-
- nssm restart
-
- nssm status
-
- nssm rotate
在nssm.exe路径下,执行cmd窗口。
然后执行
nssm install
注意:如果有去gpt问的,它会让你在Arguments那加--service,那样服务可以正常运行,但是程序是没跑的,感觉跑了个空服务。别加那个参数就行了
- ################################此为不可用的gpt参考!!!!################################
-
- 设置为Windows服务:为了在系统启动时自动启动Kibana,你可以将其配置为Windows服务。以下是通过使用NSSM(Non-Sucking Service Manager)工具来创建和管理Kibana服务的步骤:
-
- 下载并安装NSSM工具:你可以从NSSM的官方网站(https://nssm.cc/)下载最新版本的可执行文件,并将其保存到某个位置。
-
- 打开命令提示符(Command Prompt)或 PowerShell,并导航到NSSM可执行文件所在的目录。
-
- 使用以下命令创建一个新的Kibana服务:
-
- nssm install kibana-service
- 在弹出的对话框中,设置以下参数:
-
- Path: 指向Kibana的可执行文件路径,例如:C:\path\to\kibana\bin\kibana.bat。
- Startup directory: 指向Kibana的安装目录,例如:C:\path\to\kibana。
- Arguments: 添加--service参数。
- 点击"Install service"按钮以创建服务。
-
- 运行以下命令以启动Kibana服务:
-
- nssm start kibana-service
- 请注意,以上只是示例操作步骤,具体命令和文件路径可能因你的Kibana安装位置而有所不同。因此,建议你根据自己的实际情况进行调整。
-
- 通过上述步骤,你可以确保Kibana在Windows系统上持续运行,并在系统启动时自动启动。
-
- ################################此为不可用的gpt参考!!!!################################
nssm start