Skip to content

IF1007/mLog

 
 

Repository files navigation

MLog

A service that analyzes the log of the Robot Shop and provides insights on how to increase sells. This service is being built based on a microservices architecture. This project will have the analysis of the Payment service of the Robot Shop as its scope.

alt text

Table OF Contents

Team

Backlog

Requirements

Installation

Robot Shop

# Give permission to script.
chmod +x robot_shop.sh

# Run the script.
# The front-end of the robot shop will be available at: http://127.0.0.1:8080/
./robot_shop.sh

Elastic Search

  • Installing
# Give permission to script.
chmod +x elastic_search.sh

# Run the script.
# The front-end of the elastic search will be available at: http://127.0.0.1:5601/
./elastic_search.sh
  • Setup

You will have to login into the elastic search interface. Use the following credentials:

user: elastic
password: changeme

Then you need to:

  1. Go to Discover.
  2. Create an index pattern with patthen: logstash-*.
  3. Go to the next page and set @timestamp.
  4. Go to Discover again, now you should be able to see the logs, once you upload then.

Mlog

In order to work, mlog needs a few IPs, you must provide them on the setup_env.sh. Remember not to use localhost or 127.0.0.1, you must use your real IP. Remember to change the secret key value and whenever you change the setup_env.sh you must run the commands bellow.

# Allow setup_env.sh
chmod +x ./setup_env.sh

# Set the env variables
source ./setup_env.sh

# Build and Run the containers.
# Mlog will be available at http://127.0.0.1:8084/
docker-compose up --build

Testing

Production

Guides

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.0%
  • Vue 6.5%
  • JavaScript 3.1%
  • Dockerfile 2.5%
  • Shell 1.5%
  • HTML 1.4%