정말 쉬울까? 한번 해보자. 다음은 윈도우 웹로그 수집 및 정리를 위한 Logstash 설정.
input { file { path => "d:/ex.log" type => "weblog" start_position => "beginning" codec => plain { charset => "CP949" } }}
input { file { path => "d:/ex.log" type => "weblog" start_position => "beginning" codec => plain { charset => "CP949" } }}
![]() |
| Sampling Work Flow |