ProxmoxVE/json/openobserve.json

38 lines
1.0 KiB
JSON

{
"name": "OpenObserve",
"slug": "openobserve",
"categories": [
"Monitoring - Analytics"
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": 1,
"privileged": 0,
"interface_port": "5080",
"documentation": "",
"website": "https://openobserve.ai/",
"logo": "https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/openobsecure.png",
"description": "OpenObserve is a simple yet sophisticated log search, infrastructure monitoring, and APM solution.",
"install_methods": [
{
"type": "default",
"script": "ct/openobserve.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "3",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "",
"password": ""
},
"alerts": [
{
"alert": "Show Login Credentials: `cat /opt/openobserve/data/.env`"
}
]
}