Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |||
veilletechno:supervision:graylog [2024/05/28 19:24] – madko | veilletechno:supervision:graylog [2024/05/28 19:25] (Version actuelle) – ancienne révision (2020/05/08 17:08) restaurée madko | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | __false__ | + | ====== Graylog ====== |
+ | |||
+ | Permet la collecte des logs, via différents protocoles. | ||
+ | |||
+ | Il s' | ||
+ | |||
+ | ===== Installation ===== | ||
+ | |||
+ | Installation du service graylog pour centraliser les logs | ||
+ | |||
+ | < | ||
+ | yum install http:// | ||
+ | yum install https:// | ||
+ | |||
+ | </ | ||
+ | |||
+ | Installation du service mongodb pour stocker quelques informations | ||
+ | |||
+ | < | ||
+ | yum install mongodb-server | ||
+ | systemctl enable mongod | ||
+ | systemctl start mongod | ||
+ | |||
+ | </ | ||
+ | |||
+ | Pour le noeud elasticsearch, | ||
+ | |||
+ | < | ||
+ | [elasticsearch-1.4] | ||
+ | name=Elasticsearch repository for 1.4.x packages | ||
+ | baseurl=http:// | ||
+ | gpgcheck=1 | ||
+ | gpgkey=http:// | ||
+ | enabled=1 | ||
+ | |||
+ | </ | ||
+ | |||
+ | < | ||
+ | yum install java elasticsearch | ||
+ | systemctl enable elasticsearch | ||
+ | |||
+ | </ | ||