<업무 복습>
Logstash input plugin(ElasticSearch)
: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-elasticsearch.html
input { # Read all documents from Elasticsearch matching the given query elasticsearch { hosts => "localhost" query => '{ "query": { "match": { "statuscode": 200 } }, "sort": [ "_doc" ] }' } }
logstash output plugin(Css)
- 나의 경우는 해당 조건쿼리없이, index의 모든 doc를 추출을 원했고, 양은 500 row로 설정
: https://stackoverflow.com/questions/8829468/elasticsearch-query-to-return-all-records
'운영체제 > 리눅스' 카테고리의 다른 글
[ElasticSearch] Logstash 설치 및 기본 개념 (ElasticSearch 입출력 도구) (0) | 2018.10.14 |
---|---|
[Centos & Ubuntu] 쌈바(samba) 설치 (0) | 2018.08.19 |
[Centos7] FTP & SFTP 설치 (0) | 2018.08.19 |
[Ubuntu 18.04] 고정 ip 할당 (0) | 2018.08.19 |
[Centos7] 고정 ip 할당 (vmware 내 서버) (0) | 2018.08.19 |