리눅스 환경에서 예제따라서 엘라스틱 서치 실행해보기
jquery 를 통해서도 찾을 수 있고 url 로도 쿼리를 날릴 수 있다.
https://www.elastic.co/guide/en/elasticsearch/plugins/6.3/ingest.html
tika 연동 사례를 내부들어가서 분석 한 뒤 문서 필터를 붙이려면 어떻게 해야할지 검토
logstash 실행시에는 input output 설정을 해줘야 함
bin/logstash -e 'input { stdin {} } output { stdout{}}'
netcat 으로 데이터를 집어넣는다.
filter 와 설정은 weblog.conf 파일에 쓰면 된다
웹로그 데이터 파일 입력 방법
head n -1 weblogsample.log | nc localhost 9900
kibana 에서 실행
GET _cat/indices
GET logstash~*/_search