If you need to deploy the latest Graylog quickly in ESXi 6.5 or newer, you can use this appliance.
Link: https://mega.nz/folder/md4AiLJB#1OrPLAYYqfJaDaJB0kNaYw
This OVA is based on Debian Stretch 10.9, and Graylog 4.0.7
It is compatible with:
VMware ESXi 6.7
VMware ESXi 6.5 (tested)
VMware Fusion 11.x
VMware Fusion 10.x
VMware Workstation 15.x (tested)
VMware Workstation 14.x
STEPS:
0- [ESXi access] Deploy the OVA using vSphere. "Virtual Machines" --> "Create / Register VM" --> "Deploy a virtual machine from an OVF or OVA file"
Requirements : 4GB RAM, 4 vCPU, 90 GB HDD (SSD/NVMe preferred, 9GB as swap partition, no LVM, Network card)
1- [root access] Set the ip address using the file "/etc/network/interface". Example:
auto ens33
iface ens33 inet static
address 192.168.156.157/24
gateway 192.168.156.254
2- [root access] In "/etc/graylog/server/server.conf" set "http_bind_address" to the right ip address. Example:
http_bind_address = 192.168.156.157:9000
3- [root access] Restart the server, wait for a couple of minutes and then access the link you already configured in the configuration file. Example: http://192.168.156.157:9000/
User: user
Password: user
Root password: root
Web access account: admin/admin
Comments
Post a Comment