An open API service indexing awesome lists of open source software.

https://github.com/kfdm/fluent-bit-exec_out

fluent-bit-exec_out
https://github.com/kfdm/fluent-bit-exec_out

fluent-bit

Last synced: 12 months ago
JSON representation

fluent-bit-exec_out

Awesome Lists containing this project

README

          

# exec_out style plugin for fluent-bit

# Example Configuration

```
[PLUGINS]
Path /path/to/out_exec.so

[OUTPUT]
Name exec_out
Match nginx.*
Command python3 /path/to/script.py
```

# References

- fluentd exec_out plugin documentation
- go output plugin documentation
- Other Example plugins