CSV 로그 파서
개요
헤더 없는 CSV 로그
# 20200901에 대한 액세스 로그
2020,09,01,10:35:23, SEND ,192.168.1.3,"PING"
2020,09,01,10:35:25, RECV ,192.168.1.3,"PONG"
2020,09,01,10:35:25, RESTART ,-,"System restarts"
필드:
- 이름: timestamp
type: timestamp
timeFormats:
- rfc3339
isEventTime: true
required: true
- 이름: action
type: string
required: true
- 이름: ip_address
type: string
indicators: [ip]
- name: message
type: string헤더가 있는 CSV 로그
마지막 업데이트
도움이 되었나요?

