Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion development/golang-output-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,8 @@ Note: No need to specify a plugins configuration file from command line.

```text
fluent-bit -c fluent-bit.conf
```
```

## Event Types Supported

Currently, the supported event types for the output plugin are `logs` and `metrics`. These types are declared in the [flb_plugin_proxy.c](https://github.com/fluent/fluent-bit/blob/master/src/flb_plugin_proxy.c) file in the `flb_proxy_register_output` function. The `fluent-bit-go` decoder will decode both types.
Loading