Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
564 views
in Technique[技术] by (71.8m points)

linux - On which path FILEBEAT store their own LOGS

I have configure the Filebeat using docker compose in linux system, but i am unable to find the exact location where Filebeat store there logs i have checked in documents they have a location mentioned there but there is no logs file are there.

----------
  filebeat:
    image: docker.elastic.co/beats/filebeat:6.8.9
    depends_on:
      - elasticsearch
    volumes:
      - /opt/usr/config/beats/filebeat/filebeat.yml:/usr/share/filebeat/filebeat.yml   ##Mount the filebeat configuration so users can make edit
      - /opt/usr/logs:/opt/usr/logs
      - /opt/usr/logs:/usr/share/filebeat/logs       ##Mount the filebeat logs path
    user: ${USER_ID}
    command:
    #  - strict.perms=false
      - -e
    environment:
      - "HOST_ELASTCISEARCH=elastcisearch:9200"
      - "HOST_KIBANA=kibana:5601"

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...