如何使用 Sense(或任何其他推荐的工具)帮助 ELK 初学者
how to use Sense (or any other suggested tool) to help beginners with ELK
我试过几种方法:
1)
-我从https://github.com/bleskes/sense下载了Sense,解压并粘贴到kibana-5.3.0-amd64/usr/share/kibana/plugins
-我启动了 kibana,然后收到“[警告] 插件 "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"
P.S。我检查了我的 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 是一个很好的工具,但我无法让它发挥作用。
Sense 现已包含在 Kibana 中。启动 Kibana(默认端口 5601)并查看 DevTools。 X-Pack 实际上是用于监控、警报和安全目的的扩展。 kibana console doc
因此,对您来说,最好使用 kibana devtools 开始探索 elasticsearch。
我试过几种方法:
1)
-我从https://github.com/bleskes/sense下载了Sense,解压并粘贴到kibana-5.3.0-amd64/usr/share/kibana/plugins
-我启动了 kibana,然后收到“[警告] 插件 "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"
P.S。我检查了我的 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 是一个很好的工具,但我无法让它发挥作用。
Sense 现已包含在 Kibana 中。启动 Kibana(默认端口 5601)并查看 DevTools。 X-Pack 实际上是用于监控、警报和安全目的的扩展。 kibana console doc
因此,对您来说,最好使用 kibana devtools 开始探索 elasticsearch。