0

我尝试了几种方法:

1)

-我从https://github.com/bleskes/sense下载了 Sense ,解压并粘贴到 kibana-5.3.0-amd64/usr/share/kibana/plugins

-我启动了 kibana,然后我得到“[警告] Plugin“Sense”被禁用,因为它需要 Kibana 版本“2.0.0-snapshot”,并找到“5.3.0”

demetrio@nodejs ~/Servers/DBs/elasticsearch-5.3.0/bin $ cd /home/demetrio/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin
demetrio@nodejs ~/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin $ ./kibana
undefined accessed the autoload lists which are no longer available via the Plugin API.Use the `ui/autoload/*` modules instead.
undefined accessed the autoload lists which are no longer available via the Plugin API.Use the `ui/autoload/*` modules instead.
  log   [20:25:48.403] [warning] Plugin "Sense" was disabled because it expected Kibana version "2.0.0-snapshot", and found "5.3.0".
  log   [20:25:49.123] [info][status][plugin:kibana@5.3.0] Status changed from uninitialized to green - Ready
  log   [20:25:49.279] [info][status][plugin:elasticsearch@5.3.0] Status changed from uninitialized to yellow - Waiting for Elasticsearch
  log   [20:25:49.326] [info][status][plugin:console@5.3.0] Status changed from uninitialized to green - Ready
  log   [20:25:49.842] [info][status][plugin:timelion@5.3.0] Status changed from uninitialized to green - Ready
  log   [20:25:49.873] [info][listening] Server running at http://localhost:5601
  log   [20:25:49.875] [info][status][ui settings] Status changed from uninitialized to yellow - Elasticsearch plugin is yellow
  log   [20:25:50.041] [info][status][plugin:elasticsearch@5.3.0] Status changed from yellow to green - Kibana index ready
  log   [20:25:50.043] [info][status][ui settings] Status changed from yellow to green - Ready

2)

我尝试按照https://github.com/bleskes/sense中的建议安装

demetrio@nodejs ~/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin $ ./kibana plugin --install elastic/sense

 ERROR  unknown command plugin

3)

我试图安装

demetrio@nodejs ~/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin $ ./kibana-plugin install elastic/sense
Attempting to transfer from elastic/sense
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/elastic/sense/elastic/sense-5.3.0.zip
Error: Client request error: connect ETIMEDOUT 107.21.249.70:443
Plugin installation was unsuccessful due to error "Client request error: connect ETIMEDOUT 107.21.249.70:443"

PS 我检查了我的 Debian 代理配置,它是正确的。我应该在某些特定的 Kibana 文件中添加代理配置吗?

4)

我尝试从 Google Chrome Store 安装它,但似乎在版本 2 之后没有维护此类插件的模式,而 ELK 目前处于 5.3

5)

我安装了 X-Pack ( https://www.elastic.co/downloads/x-pack ),但据我到目前为止所指出的,唯一显着的不同是为每个 ELK 创建用户。我锁定了一些像这里描述的东西https://github.com/bleskes/sense

  • 方便的 API 建议
  • 格式验证
  • 范围崩溃
  • 自动格式化
  • 一次提交多个请求
  • 复制和粘贴 cURL 命令

总而言之,我锁定了一些工具,它可以让一个喜欢查询和与 ELK 交互的人更容易一些。我看到几张照片得出结论认为 Sense 是一个很好的工具,但我无法让它发挥作用。

4

1 回答 1

1

Sense 现在包含在 Kibana 中。启动 Kibana(默认端口 5601)并查看 DevTools。X-Pack 实际上是用于监控、警报和安全目的的扩展。kibana 控制台文档

因此,对您来说,最好使用 kibana devtools 开始探索 elasticsearch。

于 2017-04-07T14:09:25.753 回答