[TIL]Day 177

이재희·2021년 5월 26일
0

TIL

목록 보기
177/312

엔진엑스 설치 에러가 날때
https://www.fun25.co.kr/blog/nginx-ipv6-address-family-not-supported-by-protocol/?category=001

삽질기록...
logstash 설정파일에
/public/21-05-19.csv 이렇게 넣어서 작동이 안됬었다.
C:/public/21-05-19.csv 이렇게 경로 수정해서 작동함...

logstach 다운로드 후
bin 디렉토리에서
logstash.bat -f ..\config\xxxx.conf
실행

vi 편집기 명령어
https://jistol.github.io/linux/2017/01/20/vim-cmd-line-move/

우분투 유저 생성 및 권한
https://psychoria.tistory.com/707

엘라스틱서치 실행 및 중단
$ sudo -i service elasticsearch start
$ sudo -i service elasticsearch stop

상태확인
방법1 $ sudo -i service elasticsearch status
방법2 $ curl -XGET "http://localhost:9200"

외부접속 허용
https://msyu1207.tistory.com/entry/Elasticsearch-%EC%84%A4%EC%B9%98-%EB%B0%8F-%EC%99%B8%EB%B6%80-%ED%97%88%EC%9A%A9

추가로 실행할때 아래와 같은 에러가 난다면
the default discovery settings are unsuitable for production use
설정파일에
discovery.type: single-node 추가한다
https://stackoverflow.com/questions/59350069/elasticsearch-start-up-error-the-default-discovery-settings-are-unsuitable-for

키바나 설치
https://blo-gu.tistory.com/12

profile
오늘부터 열심히 산다

0개의 댓글