Sign inSign up

s12v/newrelic-elasticsearch

By s12v

Updated over 7 years ago

New Relic plugin for elasticsearch monitoring: http://newrelic.com/plugins/sergey-novikov/299

Image
5

1M+

s12v/newrelic-elasticsearch repository overview

Docker Pulls

newrelic-elasticsearch

Docker container for New Relic Elasticsearch plugin

Usage

With docker run

docker run -e "ES_HOST=example.com" -e "NEW_RELIC_LICENSE_KEY=..." s12v/newrelic-elasticsearch
With docker-compose

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.

Configuration

Container accepts following environment parameters:

  • NEW_RELIC_LICENSE_KEY - New Relic license key (required)
  • ES_HOST - hostname
  • ES_PORT - port
  • ES_NAME - cluster name
  • ES_USER - username for basic authentication
  • ES_PASSWD - password
  • ES_PROTOCOL - protocol (http or https)
  • ES_RECONNECTS - maximum number of connection attempts

Tag summary

Content type

Image

Digest

sha256:a78e77d35

Size

181.9 MB

Last updated

over 7 years ago

docker pull s12v/newrelic-elasticsearch