728x90
반응형
## elasticsearch 설치 및 실행
1. 파일 다운로드 받고 압축을 푼다.
2. elastcisearch.bat 실행
## logstash 설치 및 실행
1. logstash.conf 파일 만든다
2. conf 파일은 input, filter, output 이 있다.
3. logstash -f logstash.conf 실행
## kibana 설치 및 실행
1. kibana.yml 에 elasticsearch.url 주석 해제
2. kibana 실행
## Filebeat 설치 및 실행
1. Filebeat Windows zip 다운로드
2. C:\Program Files 아래에 압축을 푼다.
3. 디렉토리 명은 filebeat-<version>-windows -> Filebeat
4. .\install-service-filebeat.ps1
5. 안될경우 PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-filebeat.ps1
6. 확인 : start-servi.ce filebeat
7. get-service filebeat 실행
728x90
반응형
'Development > Elasticsearch' 카테고리의 다른 글
Elasticsearch 용어 (0) | 2020.03.17 |
---|