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
- Host: GitHub
- URL: https://github.com/kfdm/fluent-bit-exec_out
- Owner: kfdm
- Created: 2022-12-23T03:03:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T05:14:13.000Z (about 3 years ago)
- Last Synced: 2025-01-30T07:26:10.732Z (over 1 year ago)
- Topics: fluent-bit
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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