Apache 로그
Apache 로그를 Panther 콘솔에 연결
마지막 업데이트
도움이 되었나요?
도움이 되었나요?
스키마: Apache.AccessCombined
파서:
fastmatch:
match:
- '%{remote_host_ip_address} %{client_identity_rfc_1413} %{request_user} [%{request_time}] "%{request_method} %{request_uri} %{request_protocol}" %{response_status} %{response_size} "%{referer}" "%{user_agent}"'
emptyValues:
- '-'
trimSpace: true
설명: 'combined' 형식을 사용하는 Apache HTTP 서버 액세스 로그
참조 URL: https://httpd.apache.org/docs/current/logs.html#combined
필드:
- name: remote_host_ip_address
description: 이 요청을 서버에 보낸 클라이언트(원격 호스트)의 IP 주소입니다. HostnameLookups가 On으로 설정되어 있으면 서버는 호스트 이름을 확인하여 IP 주소 대신 해당 값을 기록하려고 시도합니다.
유형: string
지표:
- 호스트 이름
- name: client_identity_rfc_1413
description: 클라이언트 컴퓨터의 identd가 식별한 클라이언트의 RFC 1413 ID입니다.
유형: string
- name: request_user
description: HTTP 인증에 의해 확인된 문서를 요청한 사람의 사용자 ID입니다.
유형: string
지표:
- username
- name: request_time
description: 요청이 수신된 시간입니다.
유형: timestamp
시간 형식:
- '%d/%b/%Y:%H:%M:%S %z'
이벤트 시간 여부: true
- name: request_method
description: HTTP 요청 메서드
유형: string
- name: request_uri
description: HTTP 요청 URI
유형: string
- name: request_protocol
description: HTTP 요청 프로토콜
유형: string
- name: response_status
description: 응답의 HTTP 상태
유형: smallint
- name: response_size
description: HTTP 응답의 바이트 단위 크기
유형: bigint
- 이름: user_agent
설명: User-Agent HTTP 헤더
유형: string
- 이름: referer
설명: Referer HTTP 헤더
유형: string스키마: Apache.AccessCommon
파서:
fastmatch:
match:
- '%{remote_host_ip_address} %{client_identity_rfc_1413} %{request_user} [%{request_time}] "%{request_method} %{request_uri} %{request_protocol}" %{response_status} %{response_size}'
emptyValues:
- '-'
trimSpace: true
설명: 'common' 형식을 사용하는 Apache HTTP 서버 액세스 로그
참조 URL: https://httpd.apache.org/docs/current/logs.html#common
필드:
- name: remote_host_ip_address
description: 이 요청을 서버에 보낸 클라이언트(원격 호스트)의 IP 주소입니다. HostnameLookups가 On으로 설정되어 있으면 서버는 호스트 이름을 확인하여 IP 주소 대신 해당 값을 기록하려고 시도합니다.
유형: string
지표:
- 호스트 이름
- name: client_identity_rfc_1413
description: 클라이언트 컴퓨터의 identd가 식별한 클라이언트의 RFC 1413 ID입니다.
유형: string
- name: request_user
description: HTTP 인증에 의해 확인된 문서를 요청한 사람의 사용자 ID입니다.
유형: string
지표:
- username
- name: request_time
description: 요청이 수신된 시간입니다.
유형: timestamp
시간 형식:
- '%d/%b/%Y:%H:%M:%S %z'
이벤트 시간 여부: true
- name: request_method
description: HTTP 요청 메서드
유형: string
- name: request_uri
description: HTTP 요청 URI
유형: string
- name: request_protocol
description: HTTP 요청 프로토콜
유형: string
- name: response_status
description: 응답의 HTTP 상태
유형: smallint
- name: response_size
description: HTTP 응답의 바이트 단위 크기
유형: bigint