https://github.com/mattn/ocilogs-for-fluent-bit
Fluent Bit Plugin for Oracle Cloud Infrastructure
https://github.com/mattn/ocilogs-for-fluent-bit
fluent-bit oracle-cloud-infrastructure
Last synced: 6 months ago
JSON representation
Fluent Bit Plugin for Oracle Cloud Infrastructure
- Host: GitHub
- URL: https://github.com/mattn/ocilogs-for-fluent-bit
- Owner: mattn
- Created: 2022-10-09T16:43:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T00:38:23.000Z (over 3 years ago)
- Last Synced: 2024-10-29T07:04:49.928Z (over 1 year ago)
- Topics: fluent-bit, oracle-cloud-infrastructure
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ocilogs-for-fluent-bit
Fluent Bit Plugin for Oracle Cloud Infrasrtucture Logs
## Usage
ocilogs.conf
```
[SERVICE]
flush 5
plugins_file ./plugins.conf
[INPUT]
name winstat
tag event-log
[OUTPUT]
name ocilogs
match event*
source Windows
subject Testing
log_id
```
plugins.conf
```
[PLUGINS]
Path c:/dev/tools/fluent-bit/bin/ocilogs.dll
```
## Requirements
* fluent-bit
## Installation
```
$ make
```
## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)