Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 7 #2590

Closed
wants to merge 2 commits into from
Closed

Week 7 #2590

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions contributions/scientific-paper/week7/sapinski-kankanit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Assignment Proposal

## Title

ELK: A Cohesive Logging Toolchain

## Names and KTH ID

- Christopher Sapinski (sapinski@kth.se)
- Kankanit Suppataratarn (kankanit@kth.se)

## Deadline

- Week 7

## Category

- Scientific Paper

## Description

The paper "[Building a real-world logging infrastructure with Logstash, Elasticsearch and Kibana](https://hdms.bsz-bw.de/frontdoor/deliver/index/docId/5021/file/elk_paper_patrick_kleindienst.pdf)" writes about how a company was having difficulty merging log files between all of their micro-services. They rectified this problem using ELK.

**Relevance**

This paper is relevant because it details step-by-step how to create your own logging infrastructure. ELK is a widely used open-source toolchain for merging logs into more human-readable formats.
Loading