Sha256: 841b990b59f0f8009f77aa25653a50092077d8b33ef857a5ae6327936822254a

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 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
        message_name "Log"
        include_paths ["/opt/fluent-plugin-formatter-protobuf/log_pb.rb"]
    </format>
</match>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-formatter-protobuf-0.1.0 test/integration/fluent.conf
fluent-plugin-formatter-protobuf-0.0.5 test/integration/fluent.conf
fluent-plugin-formatter-protobuf-0.0.4 test/integration/fluent.conf