Skip to content

Commit

Permalink
Added v7 of Elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Apr 11, 2019
1 parent 6c2367e commit 51a9ade
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"versions": [
"2.x",
"5.x",
"6.x"
"6.x",
"7.x"
]
},
"features": {
Expand Down
2 changes: 1 addition & 1 deletion properties_pane/defaultData.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"model": {
"modelName": "New model",
"dbVersion": "",
"dbVersion": "7.x",
"dbVendor": "Elasticsearch",
"port": 9200
},
Expand Down
3 changes: 2 additions & 1 deletion properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ making sure that you maintain a proper JSON format.
"options": [
"2.x",
"5.x",
"6.x"
"6.x",
"7.x"
],
"disabledOption": false
},
Expand Down

0 comments on commit 51a9ade

Please sign in to comment.