본문 바로가기
728x90
반응형

Skills101

kibana Unable to retrieve version information 오류 Unable to retrive version information 오류 elasticsearch를 실행하고, kibana를 실행하려고 했는데 아래와 같은 오류가 발생한다. stackoverflow와 elasticsearch 커뮤니티에서 찾아본 결과. 아마 kibana configure이 안되었을 것이라며, 아래와 같은 해결책을 제시했다. enrollment-token을 사용한 security configuration 방법 cmd 창에 아래와 같이 입력해보았다. kibana-setup --enrollment-token When you start Elasticsearch for the first time, the following security configuration occurs automaticall.. 2023. 6. 29.
Windows에서 Elasticsearch, Kibana 설치하기(8.7.1버전) 엘라스틱서치, 키바나 다운로드 https://www.elastic.co/kr/downloads/elasticsearch Download Elasticsearch Download Elasticsearch or the complete Elastic Stack (formerly ELK stack) for free and start searching and analyzing in minutes with Elastic. www.elastic.co https://www.elastic.co/kr/downloads/kibana Download Kibana Free | Get Started Now Download Kibana or the complete Elastic Stack (formerly ELK stack) fo.. 2023. 6. 28.
Spring boot 채팅 구현 #5 RabbitMQ 기반 메시지 큐 구현 RabbitMQ 설치 우선 RabbitMQ를 설치해보자. https://www.rabbitmq.com/download.html Downloading and Installing RabbitMQ — RabbitMQ Downloading and Installing RabbitMQ The latest release of RabbitMQ is 3.12.0. See change log for release notes. See RabbitMQ support timeline to find out what release series are supported. Experimenting with RabbitMQ on your workstation? Try the community www.rabbitmq.com 윈도우 사용자.. 2023. 6. 23.
알면 유용한 파이썬 문법 enumerate * iterable 객체는 리스트처럼 보이지만 리스트가 아니다. pass stack del set 루프 테크닉 Counter itertools 중요*** 2023. 6. 22.
Spring boot 채팅 구현 #4 STOMP 기반 채팅 구현 STOMP 기반 채팅 구현 우선 build.gradle에 아래와 같은 의존성을 추가해준다. implementation 'org.springframework.boot:spring-boot-starter-websocket' build.gradle plugins { id 'java' id 'org.springframework.boot' version '3.1.0' id 'io.spring.dependency-management' version '1.1.0' } group = 'com.example' version = '0.0.1-SNAPSHOT' java { sourceCompatibility = '17' } configurations { compileOnly { extendsFrom annotationPro.. 2023. 6. 15.
Spring boot 채팅 구현 #3 AMQP 개념 정리 이 포스팅을 작성하기 위해, RabbitMQ 공식 사이트를 참조하였습니다. https://www.rabbitmq.com/tutorials/amqp-concepts.html AMQP 0-9-1 Model Explained — RabbitMQ AMQP 0-9-1 Model Explained This guide provides an overview of the AMQP 0-9-1 protocol, one of the protocols supported by RabbitMQ. AMQP 0-9-1 (Advanced Message Queuing Protocol) is a messaging protocol that enables conforming client applications to communi www.rab.. 2023. 6. 15.
728x90
반응형