Full stack visibility: mo S3 buckets, Elasticsearch/Kibana UI and topology
This commit is contained in:
@@ -160,6 +160,26 @@ NODE_REGISTRY: dict[str, dict[str, Any]] = {
|
||||
],
|
||||
"commands": ["hdfs dfsadmin -report", "datanode status", "block health"],
|
||||
},
|
||||
|
||||
"elastic": {
|
||||
"label": "Elasticsearch / Kibana",
|
||||
"vm": "atc-elastic01",
|
||||
"vmid": 0,
|
||||
"pve": "atc-gpu",
|
||||
"ip": "10.0.21.46",
|
||||
"role": "search",
|
||||
"color": "#f5a623",
|
||||
"description": "Elasticsearch cluster atc-lakehouse + Kibana dashboards on port 5601.",
|
||||
"links": [
|
||||
{"label": "Kibana", "url": "http://10.0.21.46:5601"},
|
||||
{"label": "Elasticsearch", "url": "https://10.0.21.46:9200"},
|
||||
],
|
||||
"endpoints": [
|
||||
{"name": "elasticsearch", "host": "10.0.21.46", "port": "9200", "proto": "https"},
|
||||
{"name": "kibana", "host": "10.0.21.46", "port": "5601", "proto": "http"},
|
||||
],
|
||||
"commands": ["cluster health", "cat indices", "kibana status"],
|
||||
},
|
||||
"gpu": {
|
||||
"label": "GPU Lab",
|
||||
"vm": "atc-gpu-dev",
|
||||
|
||||
Reference in New Issue
Block a user