elasticsearch 학습 노트1

1095 단어
  • 백그라운드 시작
  • bin/elasticsearch -f
    bin/elasticsearch -f -Xmx2g -Xms2g -Des.index.store.type=memory
  • http 설정 및 닫기
  • Setting
    Description http.port
    A bind port range. Defaults to  9200-9300 . http.max_content_length
    The max content of an HTTP request. Defaults to  100mb http.max_initial_line_length
    The max length of an HTTP URL. Defaults to  4kb http.compression
    Support for compression when possible (with Accept-Encoding). Defaults to  false . http.compression_level
    Defines the compression level to use. Defaults to  6 .
    http 모듈 닫기
    http.enabled
  • 여러 인덱스 동시 조회
  • 설정test1,test2,test3_all 모든 인덱스 조회)
    ignore_ 설정indices 존재하지 않는 인덱스 무시
  • 일반 옵션
  • ?pretty=true json 표준 형식 출력
    format=yaml
    human=true 시간 용량 등 내용 처리

    좋은 웹페이지 즐겨찾기