System 25

일라스틱 서치.

elastic search 를 설치하면 해당 주소로 이동해 간단한 테스트를 할 수 있다. (주소는 자신에게 맞게 수정)http://10.30.0.185:5601/app/enterprise_search/overview -> Getting started  1. api key 만들기. -k  -k, --insecure (TLS SFTP SCP) By default, every secure connection curl makes is verified to be secure before the transfer takes place. This option makes curl skip the verification step and proceed without checking. ..

엘라스틱 서치 설치

ubuntu 설치 https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html1. pgp 키 가져오기 (Pretty Good Privacy)wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo gpg --dearmor -o /usr/share/keyrings/elasticsearch-keyring.gpg2. 저장소 정보 업데이트.sudo apt-get install apt-transport-httpsecho "deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.c..