README.md in logstash-output-newrelic-1.0.9 vs README.md in logstash-output-newrelic-1.1.1

- old
+ new

@@ -36,13 +36,15 @@ ### Optional plugin configuration | Property | Description | Default value | |---|---|---| | concurrent_requests | The number of threads to make requests from | 1 | -| retries | The maximum number of times to retry a failed request, exponentially increasing delay between each retry | 5 | -| retry_seconds | The inital 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 | + + +### EU plugin configuration + +When using this plugin in the EU override the base_uri with `http://log-api.eu.newrelic.com/log/v1` ## Testing An easy way to test the plugin is to make sure Logstash is getting input from a log file you can write to. Something like this in your logstash.conf: