我尝试在Windows 10上使用Kibana(是的,我知道)。 我认为我把两个yml都正确了: elasticsearch uri:本地主机:9201 kibana uri:本地主机:5601
在Windows中启动Kibana时,我得到:
df.set_index('v',inplace=True)
df=pd.concat([df,(df.loc[df.w=='p']/df.sum(level=0)).fillna('r')]).sort_index().reset_index()
df
Out[539]:
v w x y z
0 a p 1.0 1.0 1.0
1 a q 0.0 1.0 0.0
2 a r 1.0 0.5 1.0
3 b p 1.0 1.0 1.0
4 b q 0.0 1.0 0.0
5 b r 1.0 0.5 1.0
6 c p 1.0 1.0 1.0
7 c q 1.0 0.0 1.0
8 c r 0.5 1.0 0.5
我尝试设置对kibana.bat文件的完全访问权限。 任何帮助表示赞赏!
答案 0 :(得分:0)
您好,您的端口已在使用中。
还要打开您的kibana URL来检查它是否已分配。
检查您的端口并杀死它以便使用。
OR
打开您的kibana配置yaml文件,取消注释端口信息并更改端口。
我遇到了类似的问题,并通过这种方式解决了。希望对您有所帮助。