File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ This branch is for Kibana 7.x.
12
12
See [ Getting Started] ( docs/GETTING_STARTED.md )
13
13
14
14
## Installation
15
- The latest stable version is for kibana 7.4.1 .
15
+ The latest stable version is for kibana 7.4.2 .
16
16
17
17
| Kibana version | Command |
18
18
| ---------- | ------- |
19
+ | 7.4.2 | ` ./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/7.4.2/analyze_api_ui-7.4.2.zip `
19
20
| 7.4.1 | ` ./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/7.4.1/analyze_api_ui-7.4.1.zip `
20
21
| 7.4.0 | ` ./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/7.4.0/analyze_api_ui-7.4.0.zip `
21
22
| 7.3.2 | ` ./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/7.3.2/analyze_api_ui-7.3.2.zip `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " analyze_api_ui" ,
3
- "version" : " 7.4.1 " ,
3
+ "version" : " 7.4.2 " ,
4
4
"description" : " UI for elasticsearch analyze API" ,
5
5
"main" : " index.js" ,
6
6
"kibana" : {
7
- "version" : " 7.4.1 " ,
7
+ "version" : " 7.4.2 " ,
8
8
"templateVersion" : " 1.0.0"
9
9
},
10
10
"scripts" : {
You can’t perform that action at this time.
0 commit comments