|
1 | 1 | { |
2 | | - "name": "Graylog", |
3 | | - "slug": "graylog", |
4 | | - "categories": [ |
5 | | - 9 |
6 | | - ], |
7 | | - "date_created": "2025-02-12", |
8 | | - "type": "ct", |
9 | | - "updateable": true, |
10 | | - "privileged": false, |
11 | | - "interface_port": 9000, |
12 | | - "documentation": "https://go2docs.graylog.org/current/home.htm", |
13 | | - "website": "https://graylog.org/", |
14 | | - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/graylog.webp", |
15 | | - "config_path": "/etc/graylog/server/server.conf", |
16 | | - "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.", |
17 | | - "install_methods": [ |
18 | | - { |
19 | | - "type": "default", |
20 | | - "script": "ct/graylog.sh", |
21 | | - "resources": { |
22 | | - "cpu": 2, |
23 | | - "ram": 8192, |
24 | | - "hdd": 30, |
25 | | - "os": "debian", |
26 | | - "version": "12" |
27 | | - } |
28 | | - } |
29 | | - ], |
30 | | - "default_credentials": { |
31 | | - "username": null, |
32 | | - "password": null |
| 2 | + "name": "Graylog", |
| 3 | + "slug": "graylog", |
| 4 | + "categories": [ |
| 5 | + 9 |
| 6 | + ], |
| 7 | + "date_created": "2025-02-12", |
| 8 | + "type": "ct", |
| 9 | + "updateable": true, |
| 10 | + "privileged": false, |
| 11 | + "interface_port": 9000, |
| 12 | + "documentation": "https://go2docs.graylog.org/current/home.htm", |
| 13 | + "website": "https://graylog.org/", |
| 14 | + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/graylog.webp", |
| 15 | + "config_path": "/etc/graylog/server/server.conf", |
| 16 | + "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.", |
| 17 | + "install_methods": [ |
| 18 | + { |
| 19 | + "type": "default", |
| 20 | + "script": "ct/graylog.sh", |
| 21 | + "resources": { |
| 22 | + "cpu": 2, |
| 23 | + "ram": 8192, |
| 24 | + "hdd": 30, |
| 25 | + "os": "debian", |
| 26 | + "version": "13" |
| 27 | + } |
| 28 | + } |
| 29 | + ], |
| 30 | + "default_credentials": { |
| 31 | + "username": null, |
| 32 | + "password": null |
| 33 | + }, |
| 34 | + "notes": [ |
| 35 | + { |
| 36 | + "text": "Initial Setup credentials: `tail /var/log/graylog-server/server.log` after the server starts for the first time.", |
| 37 | + "type": "info" |
33 | 38 | }, |
34 | | - "notes": [ |
35 | | - { |
36 | | - "text": "Initial Setup credentials: `tail /var/log/graylog-server/server.log` after the server starts for the first time.", |
37 | | - "type": "info" |
38 | | - }, |
39 | | - { |
40 | | - "text": "Type `cat ~/graylog.creds` to get admin password that you use to log in AFTER the Initial Setup", |
41 | | - "type": "info" |
42 | | - } |
43 | | - ] |
| 39 | + { |
| 40 | + "text": "Type `cat ~/graylog.creds` to get admin password that you use to log in AFTER the Initial Setup", |
| 41 | + "type": "info" |
| 42 | + } |
| 43 | + ] |
44 | 44 | } |
0 commit comments