[DevOps] ELK 日志聚合 #16

Closed
opened 2026-05-05 01:01:33 +08:00 by admin · 0 comments
Owner

背景

当前日志分散在各容器本地文件,排查问题需要逐台登录查看。

需求

  1. Filebeat 收集 API + Celery + Nginx 日志
  2. Elasticsearch 集中存储
  3. Kibana 日志查询 Dashboard
  4. 日志保留策略(30 天)

涉及模块

  • backend/docker-compose.prod.yml — 增加 ELK 服务
  • backend/filebeat.yml

优先级

低 — 锦上添花,当前可通过 docker logs 替代

## 背景 当前日志分散在各容器本地文件,排查问题需要逐台登录查看。 ## 需求 1. Filebeat 收集 API + Celery + Nginx 日志 2. Elasticsearch 集中存储 3. Kibana 日志查询 Dashboard 4. 日志保留策略(30 天) ## 涉及模块 - backend/docker-compose.prod.yml — 增加 ELK 服务 - backend/filebeat.yml ## 优先级 低 — 锦上添花,当前可通过 docker logs 替代
admin self-assigned this 2026-05-05 01:01:33 +08:00
admin closed this issue 2026-05-10 14:42:30 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#16