README.md in fluent-plugin-newrelic-1.0.0 vs README.md in fluent-plugin-newrelic-1.0.1

- old
+ new

@@ -35,9 +35,15 @@ | retries | The maximum number of times to retry a failed request, exponentially increasing delay between each retry | 5 | | retry_seconds | The initial delay between retries, in seconds | 5 | | max_delay | The maximum delay between retries, in seconds | 30 | | base_uri | New Relic ingestion endpoint | 'https://log-api.newrelic.com/log/v1' | +### Fields + +* To make Kubernetes log forwarding easier, any `log` field in a log event will be +renamed to `message`, overwriting any `message` field. Kubernetes logs have their messages +in a `log` field, while we want messages in a `message` field. + ### Example Add the following block to your Fluentd config file (with your specific New Relic Insights Insert key), then restart Fluentd. Example: