浏览代码

Merge pull request #1650 from HasegawaTomofumi/kibana_update170516

update kibana
ytachiki 7 年之前
父节点
当前提交
ee4d85d594
共有 1 个文件被更改,包括 10 次插入8 次删除
  1. 10 8
      src/main/assemblies/extension/kibana/README.md

+ 10 - 8
src/main/assemblies/extension/kibana/README.md

@@ -1,4 +1,4 @@
-kibana4 settings for fess
+kibana6 settings for fess
 =====
 
 Providing example of kibana settings file for monitoring search logs of fess.
@@ -6,17 +6,19 @@ Providing example of kibana settings file for monitoring search logs of fess.
 ## Install
 
 1. Install and launch Fess.
-1. Install and launch kibana4.
+1. Install and launch kibana6.
 1. Go to kibana home [http://localhost:5601/](http://localhost:5601/).
-1. Input "fess_log" to the textbox of **Index name or pattern**.
-1. Set "requestedAt" to the **Time-field name** and **Create**.
-1. From the top of page, click **Settings**.
-1. Click **Objects**.
+1. Click **Management**.
+1. Click **Index Patterns**.
+1. Input "fess_log*" to the textbox of **index pattern**.
+1. Click **Next step**.
+1. Set "requestedAt" to the **Time-field name**.
+1. Click **Create index pattern**.
+1. Click **Saved Objects**.
 1. Click **Import** and select "fess_log.json" to import example settings.
 1. Click **Dashboard**.
-1. Click **Load Saved Dashboard** and select "fess_log" dashboard.
+1. Select "fess_log" dashboard.
 1. (Change the period from upper right if you want to do.)
-
 ## FAQ
 
 #### Q. Kibana can't connect Elasticsearch.