Create openobserve.json
This commit is contained in:
parent
ea8983bdd6
commit
50b47d0b9e
39
frontend/public/json/openobserve.json
Normal file
39
frontend/public/json/openobserve.json
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"name": "OpenObserve",
|
||||||
|
"slug": "openobserve",
|
||||||
|
"categories": [
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"date_created": "2024-05-02",
|
||||||
|
"type": "ct",
|
||||||
|
"updateable": true,
|
||||||
|
"privileged": false,
|
||||||
|
"interface_port": 5080,
|
||||||
|
"documentation": null,
|
||||||
|
"website": "https://openobserve.ai/",
|
||||||
|
"logo": "https://avatars.githubusercontent.com/u/95867656",
|
||||||
|
"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": null,
|
||||||
|
"password": null
|
||||||
|
},
|
||||||
|
"notes": [
|
||||||
|
{
|
||||||
|
"text": "Show Login Credentials: `cat /opt/openobserve/data/.env`",
|
||||||
|
"type": "info"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user