각 줄 끝에 증가하는 숫자를 추가하고 싶다.
Easy to analyze if you are really curious about data
2020년 8월 30일 일요일
2020년 8월 27일 목요일
2020년 8월 23일 일요일
Logstash 필터 date - 2nd
date 플러그인에서 시간 포맷 구문은 다음 두 가지.
H
|
hour of the day (24-hour clock)
|
2020년 8월 12일 수요일
Logstash의 escaped character
다음은 message 필드만 남기는 파이프라인 설정.
input {
file {
path => "d:/test.log"
start_position => "beginning"
sincedb_path => "nul"
}
}
filter {
mutate { remove_field => [ "@timestamp", "@version", "path", "host" ] }
}
output {
stdout {}
}
2020년 8월 5일 수요일
피드 구독하기:
글 (Atom)