Sha256: e9aa6dfa3db2122f3212ac0cdf47704d73b021134cdb2285156cc68053198b28

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

# fluent-plugin-myscrub [![Gem Version](https://badge.fury.io/rb/fluent-plugin-k8s.svg)](https://rubygems.org/gems/fluent-plugin-k8s)

Fluent plugin for get simple metadata of k8s


## Installation


Install it yourself as:

    $ gem install fluent-plugin-k8s

## Configuration

```
<filter **>
  @type k8s
</filter>
```

## Usage

```
<source>
  @type file
  ...
  tag raw.kubernetes.**
</source>

<filter raw.kubernetes.**>
  @type k8s
</filter>

<match **>
  @type stdout
</match>
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-k8s-0.0.1 README.md