Skip to content

Commit 7d8d21f

Browse files
authored
Update golang-output-plugins.md
Signed-off-by: Grace Wehner <[email protected]>
1 parent 20bf74f commit 7d8d21f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

development/golang-output-plugins.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,8 @@ Note: No need to specify a plugins configuration file from command line.
148148

149149
```text
150150
fluent-bit -c fluent-bit.conf
151-
```
151+
```
152+
153+
## Event Types Supported
154+
155+
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 commit comments

Comments
 (0)