Skip to content

Commit

Permalink
Update golang-output-plugins.md
Browse files Browse the repository at this point in the history
Signed-off-by: Grace Wehner <[email protected]>
  • Loading branch information
gracewehner authored Dec 17, 2024
1 parent 20bf74f commit 7d8d21f
Showing 1 changed file with 5 additions and 1 deletion.
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.

0 comments on commit 7d8d21f

Please sign in to comment.