엔진엑스 설치 에러가 날때
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"
추가로 실행할때 아래와 같은 에러가 난다면
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