- graylog2-server (Current: 0.20.1)
- graylog2-web (Current: 0.20.1)
- graylog2-radio Current: 0.20.0)
- graylog2-stream-dashboard (Current: 0.90.0)
deb http://finja.brachium-system.net/~jonas/packages/graylog2_repro/ wheezy main
apt-get install mongodb-server openjdk-7-jre-headless uuid-runtime adduser
-
download
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.10.deb dpkg -i elasticsearch-0.90.10.deb
-
configuration of Elasticsearch (
/etc/elasticsearch/elasticsearch.yml
) -
Add to configuration:
- cluster.name: graylog2
-
Install GPG Key from Jonas Genannt GPG Stats
apt-key adv --keyserver pgp.surfnet.nl --recv-keys 016CFFD0
-
Add Graylog2 Apt Repro:
echo 'deb http://finja.brachium-system.net/~jonas/packages/graylog2_repro/ wheezy main' > /etc/apt/sources.list.d/graylog2.list
-
Install Graylog2 Packages:
apt-get update && apt-get install graylog2-server graylog2-web
-
Install Graylog2 Stream Dashboard
apt-get install graylog2-stream-dashboard
-
OR: manually download deb files: http://finja.brachium-system.net/~jonas/packages/graylog2/
-
Graylog2 Server
sed -i 's@no@yes@' /etc/default/graylog2-server
-
Graylog2 Webinterface
sed -i 's@no@yes@' /etc/default/graylog2-web
Edit /etc/graylog2/server/server.conf
- password_secret
- root_password_sha2
Edit /etc/graylog2/web/graylog2-web-interface.conf
- graylog2-server.uris="http://127.0.0.1:12900/"
- application.secret
-
Graylog2 Server
/etc/init.d/graylog2-server start
-
Graylog2 Webinterface
/etc/init.d/graylog2-web start
-
Elasticsearch
/etc/init.d/elasticsearch
- Username: admin
- Password: (see /etc/graylog2/server/server.conf)