2025-02-12 20:05:42 +01:00
{
"name" : "Graylog" ,
"slug" : "graylog" ,
"categories" : [
9
] ,
"date_created" : "2025-02-12" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 9000 ,
"documentation" : "https://go2docs.graylog.org/current/home.htm" ,
"website" : "https://graylog.org/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/graylog.webp" ,
2025-04-24 11:49:40 +02:00
"config_path" : "/etc/graylog/server/server.conf" ,
2025-02-26 14:32:16 +01:00
"description" : "Graylog is an open-source log management and analysis platform that centralizes and processes log data from various sources, enabling real-time search, analysis, and alerting for IT infrastructure monitoring and troubleshooting." ,
2025-02-12 20:05:42 +01:00
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/graylog.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 8192 ,
"hdd" : 30 ,
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
2025-05-20 11:51:20 +02:00
"text" : "Initial Setup credentials: `tail /var/log/graylog-server/server.log` after the server starts for the first time." ,
"type" : "info"
2025-02-12 20:05:42 +01:00
} ,
{
2025-05-20 11:51:20 +02:00
"text" : "Type `cat ~/graylog.creds` to get admin password that you use to log in AFTER the Initial Setup" ,
"type" : "info"
2025-02-12 20:05:42 +01:00
}
]
2025-02-16 11:33:52 +01:00
}