Sha256: 27c067997c67cddf2c200a791002a4ae42cbda5b9928762829e204500337ec20

Contents?: true

Size: 272 Bytes

Versions: 6

Compression:

Stored size: 272 Bytes

Contents

#Tail and parse NGINX log file

<source>
  @type tail
  <parse>
    @type nginx
  </parse>
  path /path/to/access.log
  tag nginx.access
</source>

#Write events with tag matching nginx.* to New Relic

<match nginx.*>
  @type newrelic
  api_key <YOUR INSERT KEY>
</match>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-plugin-newrelic-1.2.3 examples/parse_nginx.conf
fluent-plugin-newrelic-1.2.2 examples/parse_nginx.conf
fluent-plugin-newrelic-1.2.1 examples/parse_nginx.conf
fluent-plugin-newrelic-1.2.0 examples/parse_nginx.conf
fluent-plugin-newrelic-1.1.10 examples/parse_nginx.conf
fluent-plugin-newrelic-1.1.9 examples/parse_nginx.conf