s12v/newrelic-elasticsearch-docker

Invalid License Key

Opened this issue · 0 comments

i am getting invalid license key issue when i try to start the container. same using the plugin via npi.

──── docker run -e "ES_HOST=elasticsearch-01-c01" -e "NEW_RELIC_LICENSE_KEY=*********************" -e "ES_NAME=dev-test-cwong" s12v/newrelic-elasticsearch
  license_key -> *********************
[19:12:49] [INFO] operations - Generating 'newrelic.json' file for plugin...
[19:12:49] [INFO] operations - Running in 'noedit' mode, not opening plugin configuration file.
Trying http://elasticsearch-01-c01:9200... OK
[19:12:50] [INFO] operations - Starting plugin 'me.snov.newrelic-elasticsearch' in foreground...
[19:12:50] [INFO] operations - Please visit https://rpm.newrelic.com to verify that the plugin is successfully reporting to your account. It may take a few minutes to become visible.
INFO: Using configuration file /root/newrelic-npi/plugins/me.snov.newrelic-elasticsearch/newrelic-elasticsearch-plugin-2.3.0/config/newrelic.json
INFO: Using configuration file /root/newrelic-npi/plugins/me.snov.newrelic-elasticsearch/newrelic-elasticsearch-plugin-2.3.0/config/plugin.json
INFO: New Relic monitor started
[2017-12-28 19:12:53,221] ERROR com.newrelic.metrics.publish.binding.Request - Failed server response: 403, {"error": "Invalid license key"}
[2017-12-28 19:13:52,587] ERROR com.newrelic.metrics.publish.binding.Request - Failed server response: 403, {"error": "Invalid license key"}
...