Sha256: b6683d0a7dee5566cc7c35d9c731312ee24c5e638eace3b5b41129c9ecefacf7

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 Bytes

Contents

<source>
  @type tail
  <parse>
    @type none
  </parse>
  path /testlogs/*
  path_key file
  tag sample.tag
</source>

# Add service_name field to all events ("records") with a Fluentd tag of sample.tag
<filter sample.tag>
  @type record_transformer
  <record>
    logtype test
    service_name fluentd-test
  </record>
</filter>

# Write sample.tag events to New Relic
<match sample.tag>
  @type newrelic
</match>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-newrelic-1.2.3 playground/config/fluent.conf
fluent-plugin-newrelic-1.2.2 playground/config/fluent.conf
fluent-plugin-newrelic-1.2.1 playground/config/fluent.conf