Files
pi-hosted/template/apps/graylog.json
2022-08-30 13:26:27 -04:00

36 lines
1.0 KiB
JSON

{
"categories": [
"Management",
"Monitor",
"Web",
"Tools"
],
"description": "Graylog is a centralized logging solution that allows the user to aggregate and search through logs. It provides a powerful query language, a processing pipeline for data transformation, alerting abilities, and much more.",
"env": [
{
"default": "somepasswordpepper",
"label": "GRAYLOG_PASSWORD_SECRET",
"name": "PASSWORD_SECRET"
},
{
"default": "http://192.168.0.1:7555/",
"label": "GRAYLOG_HTTP_EXTERNAL_URI",
"name": "HTTP_URI"
}
],
"logo": "https://assets-global.website-files.com/5e9fae47f9a5b161fc3f7024/621813dfcf02a2fcaf04b6f3_gl_logo_horiz.svg",
"name": "graylog",
"officialDoc": "https://docs.graylog.org/docs/docker",
"piHostedDoc": "graylog_install.md",
"platform": "linux",
"repository": {
"stackfile_arm64": "stack/graylog.yml",
"stackfile_amd64": "stack/graylog.yml",
"url": "https://github.com/pi-hosted/pi-hosted"
},
"restart_policy": "unless-stopped",
"title": "Graylog",
"type": 3,
"webpage": "https://www.graylog.org"
}