mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "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/",
 | 
						|
    "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/graylog.webp",
 | 
						|
    "config_path": "/etc/graylog/server/server.conf",
 | 
						|
    "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.",
 | 
						|
    "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": [
 | 
						|
        {
 | 
						|
            "text": "Initial Setup credentials: `tail /var/log/graylog-server/server.log` after the server starts for the first time.",
 | 
						|
            "type": "info"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "text": "Type `cat ~/graylog.creds` to get admin password that you use to log in AFTER the Initial Setup",
 | 
						|
            "type": "info"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |