Sha256: 8106d90c94dc595284d9a8af68f34117a434b878018af16330197740e1d0b279

Contents?: true

Size: 942 Bytes

Versions: 3

Compression:

Stored size: 942 Bytes

Contents

# fluent-plugin-directory

[Fluentd](https://fluentd.org/) input plugin to scan files recurrently from a directory.

## Installation

### RubyGems

```
$ gem install fluent-plugin-directory
```

### Bundler

Add following line to your Gemfile:

```ruby
gem "fluent-plugin-directory"
```

And then execute:

```
$ bundle
```

## Configuration

### content_key (string) (optional)

The field where the content of the file is stored in the output event.

Default value: `content`.

### filename_key (string) (optional)

The field where the name of the file is stored in the output event.

Default value: `filename`.

### path (string) (required)

The path of the folder to scan.

### run_interval (integer) (optional)

The interval (in seconds) to wait between scans.

Default value: `60`.

### tag (string) (required)

The tag added to the output event.

## Copyright

- Copyright(c) 2021- Rémy DUTHU
- License
  - Apache License, Version 2.0

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-directory-0.1.4 README.md
fluent-plugin-directory-0.1.3 README.md
fluent-plugin-directory-0.1.2 README.md