Docker container for New Relic Elasticsearch plugin
docker run -e "ES_HOST=example.com" -e "NEW_RELIC_LICENSE_KEY=..." s12v/newrelic-elasticsearch
Example docker-compose.yml defines a cluster with 3 elasticsearch nodes and 1 New Relic monitoring container. Change your license key and run docker-compose up
.
Container accepts following environment parameters:
NEW_RELIC_LICENSE_KEY
- New Relic license key (required)ES_HOST
- hostnameES_PORT
- portES_NAME
- cluster nameES_USER
- username for basic authenticationES_PASSWD
- passwordES_PROTOCOL
- protocol (http or https)ES_RECONNECTS
- maximum number of connection attempts