Git Product home page Git Product logo

efk-prac's Introduction

EFK-Practice

VPC 작업 이후, 서버 인프라 합칠 때, 참고 & 테스트용


Server Env

  • Infra: EC2(t2.medium(2CPU, 4GB RAM))
  • OS: Ubuntu 20.04LTS
  • EBS: 20GB
  • java-version: openjdk.11
  • elastic-version: 8.x
  • kibana-version: 8.x
  • fluentd: 3.x

Check List


  • 인스턴스는 위의 Server Env 환경으로 최소 3대 필요(권장사항)
  • 배포전 free tier 3대로 테스트해보기(ES,Kibana version 7.x 다운후 테스트)
  • EFK->ymal 문법 작성시 들여쓰기 주의
    • yml 파일에 cluster,node 설정 추가로 해주기

start elasticsearch


$ sudo systemctl start elasticsearch
$ curl "ip:9200" 

start Kibana


$ sudo systemctl start kibana
$ curl "ip:5601"

start Fluentd


$ sudo systemctl start td-agent.service

efk-prac's People

Contributors

esyeol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.