diff --git a/src/main/assemblies/extension/kibana/README.md b/src/main/assemblies/extension/kibana/README.md index 6c294e065..69c826bd5 100644 --- a/src/main/assemblies/extension/kibana/README.md +++ b/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.