문돌이 존버/ELK 스터디
2020. 5. 24.
ELK 기본 명령어 스터디(튜토리얼)
ELK(elasticsearch + logstash + kibina) 스터디 내용입니다. ELK를 처음 접하느라 Elastic 홈페이지에 소개하는 튜토리얼 동영상을 보며 따라했습니다. 튜토리얼 동영상에 나오는 github 주소는 여기입니다. 아래 정리한 데는 강사의 설명을 모두 주석으로 처리했습니다. ➜ bin curl localhost:9200 { "name" : "호스트 이름.local", "cluster_name" : "elasticsearch", "cluster_uuid" : "G_3I66A5Ru-gqjWS7GCsVQ", "version" : { "number" : "7.7.0", "build_flavor" : "default", "build_type" : "tar", "build_hash" : ..