markdown #fluentd #loggly #cheatsheet

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown #fluentd #loggly #cheatsheet相关的知识,希望对你有一定的参考价值。

### Buffer plugin:
All buffered output plugins support the following parameters:

```
<match pattern>
  # omit the part about @type and other output parameters

  buffer_type memory
  buffer_chunk_limit 256m
  buffer_queue_limit 128
  flush_interval 60s
  disable_retry_limit false
  retry_limit 17
  retry_wait 1s
  max_retry_wait 10s # default is infinite
</match>
```

![buffer](https://docs.fluentd.org/images/buffer-internal-and-parameters.png)

以上是关于markdown #fluentd #loggly #cheatsheet的主要内容,如果未能解决你的问题,请参考以下文章

windows下fluentd传输日志到elasticsearch (fluentd elasticsearch https)

K8s 中的 Docker + Fluentd 进行日志轮换:Docker 是不是需要知道 Fluentd 的存在?

rancher使用fluentd-pilot收集日志分享

fluentd收集Docker stdout日志

Amazon ECS 系统日志到 Loggly

写在Logg SAP项目上线之际