Sha256: fad1f59bfb003b99d29b276b4384fd21c53099b2eb476b894599fc53da12e801

Contents?: true

Size: 423 Bytes

Versions: 5

Compression:

Stored size: 423 Bytes

Contents

<source>
    @type tcp
    tag tcp.events
    port 5170
    delimiter "\n"
    <parse>
        @type json
    </parse>
</source>

<match tcp.events>
    @type file

    path /opt/fluent-plugin-formatter-protobuf/out

    <buffer>
        @type memory
    </buffer>

    <format>
        @type protobuf
        class_name "Log"
        include_paths ["/opt/fluent-plugin-formatter-protobuf/log_pb.rb"]
    </format>
</match>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-formatter-protobuf-0.5.0 test/integration/fluent.conf
fluent-plugin-formatter-protobuf-0.4.0 test/integration/fluent.conf
fluent-plugin-formatter-protobuf-0.3.0 test/integration/fluent.conf
fluent-plugin-formatter-protobuf-0.2.0 test/integration/fluent.conf
fluent-plugin-formatter-protobuf-0.1.1 test/integration/fluent.conf