JuanFKurucz / reto1-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reto 1 - Data env test

This repo aims to test and try solutions for logging systems through the Reto 1 application.

Currently it consist of a set of containers:

  • mongo: database used for graylog
  • elasticsearch: database used for graylog
  • graylog: logging system which runs in http://127.0.0.1:9000/
  • web_db: database used for sample django website
  • web: sample django website which runs in http://127.0.0.1:8000/

How to use

Graylog credentials

Credentials for graylog system are:

Username: admin
Password: admin

How to store logs in Graylog from the backend

Read the documentation in Django Backend example for more information about this

About


Languages

Language:Python 98.2%Language:Dockerfile 1.8%