[Nginx] filebeat nginx 로그 설정 읽 기

879 단어
filebeat nginx 로그 설정 읽 기
환경: filebeat 5.6
filebeat 프로필 처음부터 읽 기
1. filebeat 정지 2. 레 지 스 트 리 파일 삭제
설정 의 주석 과 빈 줄 을 걸 러 냅 니 다.
grep -v '#' /etc/filebeat/filebeat.yml | grep -v '^$'

filebeat. yml 설정 은 다음 과 같 습 니 다.
filebeat.modules:
- module: nginx
  access:
      enabled: true
      var.paths: [ "/opt/nginx/logs/access.log" ]
      prospector:
          include_lines: ["GET /a/", "GET /c/"]
          exclude_lines: ["GET /api/", "GET /static/"]
          
output.elasticsearch:
  hosts: ["10.81.128.213:9500","10.81.128.114:9500","10.81.128.163:9500"]

좋은 웹페이지 즐겨찾기