너구리의 IT 잡동사니

  • 홈
  • 태그
  • 방명록

ElasticSearch 3

Elasticsearch index 생성

Elasticsearch 홈페이지에서 제공하는 API를 기반으로 인덱스 생성하는 방법 co.elastic.clients elasticsearch-java 8.7.0 com.fasterxml.jackson.core jackson-databind 2.12.3 // Create the low-level client RestClient restClient = RestClient.builder(new HttpHost(es_ip, es_port)).build(); ElasticsearchTransport transport = new RestClientTransport(restClient, new JacksonJsonpMapper()); // Synchronous blocking client //..

Spring Boot 2023.04.27

Elasticsearch data type

템플릿 설정 api PUT http://localhost:9200/_template/my-log-index header Content-type: application/json body { "order": 0, "index_patterns": [ "my-log-index-*" ], "settings": { "index": { "number_of_shards": "20", "number_of_replicas": "0", "refresh_interval": "30s", "lifecycle": { "name": "my-log-index" } } }, "mappings": { "properties": { "user_number": { "type": "long" }, "user_name": { "type": "ke..

Elasticsearch 2023.03.23

Elasticsearch 설치

Elasticsearch 다운로드 https://www.elastic.co/kr/downloads/elasticsearch Elasticsearch 홈페이지에서 Choose platform에서 Linux를 선택 후 다운로드 합니다. 압축 풀기 tar -zxvf elasticsearch-8.6.2-linux-x86_64.tar.gz 설정 elasticsearch/config/elasticsearch.yml # ======================== Elasticsearch Configuration ========================= # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you se..

Elasticsearch 2023.03.13
이전
1
다음
더보기
프로필사진

너구리의 IT 잡동사니

  • 분류 전체보기 (16)
    • OS (7)
    • Kafka (1)
    • Elasticsearch (2)
    • Spring Boot (6)

Tag

Resource Monitoring, Springboot 모니터링, firewall remove-source, elasticsearch data, ElasticSearch, Data insert, elaticsearch query, elasticsearch template, Elasticsearch read, ElasticsearchAsynClient, Elasticsearch data insert, INDEX 생성, kafka 구조, Elasticsearch type, elasticsearch data type, data type, firewall add-source, Elasticsearch indexing, Spring boot Resource Monitoring, firewall 설정,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바