2022-08-29 07:16:36 -04:00
{
"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" ,
2022-08-30 13:26:27 -04:00
"url" : "https://github.com/pi-hosted/pi-hosted"
2022-08-29 07:16:36 -04:00
} ,
"restart_policy" : "unless-stopped" ,
"title" : "Graylog" ,
"type" : 3 ,
"webpage" : "https://www.graylog.org"
}