Fastmatch 로그 파서
개요
fastmatch를 사용한 예시
127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326
fields:
- 이름: remote_ip
type: string
지표:
- ip
- 이름: identity
type: string
- 이름: user
type: string
- name: timestamp
type: timestamp
isEventTime: true
timeFormats:
- '%d/%b/%Y:%H:%M:%S %z'
- 이름: method
type: string
- name: request_uri
type: string
- name: protocol
type: string
- name: status
type: int
- name: bytes_sent
type: bigintfastmatch 패턴 이해하기

구분 기호
익명 필드
꼬리 캡처
따옴표 처리
마지막 업데이트
도움이 되었나요?

