add opensearch addons
This commit is contained in:
47
opensearch-dashboards/config.json
Normal file
47
opensearch-dashboards/config.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "OpenSearch Dashboards",
|
||||
"version": "1.0.0",
|
||||
"slug": "opensearch-dashboards",
|
||||
"description": "OpenSearch Dashboards (Kibana compatible) to visualize OpenSearch data.",
|
||||
"arch": [
|
||||
"amd64",
|
||||
"armv7",
|
||||
"arm64"
|
||||
],
|
||||
"startup": "services",
|
||||
"boot": "auto",
|
||||
"host_network": true,
|
||||
"map": [
|
||||
[
|
||||
"config",
|
||||
"./config",
|
||||
"rw"
|
||||
]
|
||||
],
|
||||
"options": {
|
||||
"opensearch_host": "http://os-coord-1",
|
||||
"opensearch_port": 9203,
|
||||
"dashboards_port": 5601,
|
||||
"opensearch_username": "",
|
||||
"opensearch_password": "",
|
||||
"kibana_index": ".kibana",
|
||||
"plugins": []
|
||||
},
|
||||
"schema": {
|
||||
"opensearch_host": "str",
|
||||
"opensearch_port": "int",
|
||||
"dashboards_port": "int",
|
||||
"opensearch_username": "str",
|
||||
"opensearch_password": "str",
|
||||
"kibana_index": "str",
|
||||
"plugins": [
|
||||
"list",
|
||||
[
|
||||
"str"
|
||||
]
|
||||
]
|
||||
},
|
||||
"ports": {
|
||||
"5601/tcp": 5601
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user