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

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

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)