Ubuntu 12.04/12.10 üzerinde Graylog2 kurulumu
Her update ettiğnizde graylog2 güncellenir
Kurulum Adımları
root@ubuntu:~# sudo apt-get -y install git |
root@ubuntu:~# cd ~ |
root@ubuntu:~# git clone https://github.com/mrlesmithjr/graylog2/
Cloning into ‘graylog2’… remote: Counting objects: 353, done. remote: Compressing objects: 100% (158/158), done. remote: Total 353 (delta 206), reused 337 (delta 192) Receiving objects: 100% (353/353), 53.70 KiB, done. Resolving deltas: 100% (206/206), done. |
root@ubuntu:~# chmod +x ./graylog2/install_graylog2_ubuntu.sh |
Eğer yükleme yapıyorsanız sunucunun ip adresini değiştirmek için komut dosyasını düzenlemek veya script otomatik sizin için IP
algılamak izin vermek gerekir. Varsayılan otomatik algılama olduğunu. Dosyayı düzenlemeyi atlamak algılamak ve devam oto varsayılan kullanırsanız.
dosyasını düzenleyin
root@ubuntu:~# nano ./graylog2/install_graylog2_ubuntu.sh |
Ctrl ^ x ile dosyayı kaydedin. Şimdi komut dosyasını çalıştırmaya başlamak için aşağıdaki girin.
root@ubuntu:~# cd ~
root@ubuntu:~# sudo ./graylog2/install_graylog2_ubuntu.sh |
Kurulum Sona Erdi.
Installation has completed!!
Browse to IP address of this Graylog2 Server Used for Installation
IP Address detected from system is 0.0.0.0
Browse to http://0.0.0.0
You Entered 0.0.0.0 During Install
Browse to http://0.0.0.0 If Different