kibana - 如何在 tomcat 中部署 Kibana4?

标签 kibana

正如标题中提到的......
关于kibana3或者之前的版本我们可以在tomcat中部署它(只需将kibana文件夹复制到tomcat的webapp文件夹中),现在如何用kibana4来做?

实际上,我知道我可以通过运行位于 bin 文件夹中的 kibana.bat 文件来使用 kibana4,但我不想根据我们的要求以这种方式使用它。所以只需忽略这种方式。

提前致谢 !

最佳答案

Kibana 4 需要使用自己的应用服务器来运行一些无法在纯 JS 中实现的高级功能:

Rashidkpc :

The integrated web server will become a required part of Kibana 4 as we move towards implementing features that can not be fully realized in javascript, for this reason we do not support separating the frontend from the new backend for the purpose of running on a 3rd party web server.



斯宾拉格 :

Using your server as a reverse proxy that transmits requests back to Kibana shouldn't be hard with most modern servers.



您可以在 GitHub 上找到更多信息:
  • How to deploy Kibana4 in tomcat?
  • Kibana 4 package as static html/js

  • 问题 1628 包含一些关于如何将当前版本的 Kibana 4 作为静态 Web 应用程序运行的技巧。

    关于kibana - 如何在 tomcat 中部署 Kibana4?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26398313/

    相关文章:

    elasticsearch - 获取 Logstash-forwarder 机器的 IP 地址

    logging - Logstash 输入文件 - 从桌面文件读取

    Elasticsearch 聚合和过滤器

    nginx - Kibana 与虚拟主机上的 ELK 接口(interface)

    tomcat - 错误显示时间过滤器 kibana 3 (utc)

    elasticsearch - 如何使用Logstash和grok插件创建字段

    elasticsearch - 如何从OpenShift EFK堆栈中的日志条目提取和可视化值

    elasticsearch - 如何查找存在映射冲突的字段

    elasticsearch - 从 ElasticSearch 在 Kibana 中显示不同的文档类型

    java - 从文档计算一天中的不同小时数