File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ A plugin that adds authentication to Kibana dashboards! [YouTube demo](https://w
6
6
# Installing
7
7
To install the plugin use the kibana-plugin utility, example:
8
8
``` console
9
- ./kibana-plugin install 'https://github.com/codingchili/kibana-mithril/releases/download/1.2.1 /mithril-windows-x86_64-7.0.0-beta1.zip'
9
+ ./kibana-plugin install 'https://github.com/codingchili/kibana-mithril/releases/download/1.2.2 /mithril-windows-x86_64-7.0.0-beta1.zip'
10
10
```
11
11
12
12
* Make sure that the kibana version and platform matches.*
13
13
14
14
If there are no releases for your specific version/platform combination please submit a request or build it yourself.
15
15
16
16
- Default username and password is: 'username' and 'password' for the file storage.
17
- - Mithril 1.2.1 can coexist with the free version of X-Pack (not gold/plat).
18
- - Mithril 1.2.1 supports using a basePath if rewriteBasePath is set to true. (default in 7.0.0).
17
+ - Mithril 1.2.X can coexist with the free version of X-Pack (not gold/plat).
18
+ - Mithril 1.2.X supports using a basePath if rewriteBasePath is set to true. (default in 7.0.0).
19
19
20
20
To add a new user run the adduser utility, not supported in LDAP mode.
21
21
``` console
@@ -114,7 +114,7 @@ If the Kibana instance is already running it may be set to reload all plugins on
114
114
115
115
** Kibana compatibility matrix**
116
116
- 1.1.0 is compatible with 5.6.4 -> 6.3.2 (requires editing package.json version)
117
- - 1.2.1 is compatible with 6.6.0, 6.6. 1 and 7.0.0-beta1 .
117
+ - 1.2.X is compatible with 6.6.1 and 7.10.1 .
118
118
119
119
** If you have issues installing the plugin** ,
120
120
- make sure that the version in package.json is matching your kibana version.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kibana-mithril" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"description" : " Prevents unauthorized access to kbn dashboards." ,
5
5
"repository" : " https://github.com/codingchili/kibana-mithril" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments