FileBeat 日志收集插件
## 如何使用
### 安装插件
进入 Rainbond 的团队 -> 插件 -> 从应用市场安装插件 -> 搜索 FileBeat 进行安装
### 开通插件
进入组件内 -> 插件 -> 开通 FileBeat 插件
### 添加配置文件
在组件内的环境配置中添加配置文件,示例如下:
![](https://static.goodrain.com/wechat/filebeat/conf.png)
```yaml
filebeat.inputs:
- type: log
paths:
- /var/log/log.log
output.logstash:
hosts: ["127.0.0.1:5044"]
output.elasticsearch:
hosts: ["https://myEShost:9200"]
username: "filebeat_writer"
password: "YOUR_PASSWORD"
output.kafka:
hosts: ["kafka1:9092", "kafka2:9092", "kafka3:9092"]
topic: '%{[fields.log_topic]}'
partition.round_robin:
reachable_only: false
required_acks: 1
compression: gzip
max_message_bytes: 1000000
```
还需要将日志目录持久化挂载才可以被插件容器收集到,在存储中挂载日志路径