Releases: newrelic/nri-elasticsearch
Releases · newrelic/nri-elasticsearch
Version 2.0.0
Fixed some metric descriptions and adjusted some metric names based on user feedback.
Version 1.2.0
- Added
clusterName
as an identifier on all entities - Changed name of Nodes to their hostname/ip address
Version 1.1.0
- Fixed bug when reading config YAML file with nested objects
- Added ClusterEnvironment to help distinguish clusters
Version 1.0.1
Added additional identifying attributes to Nodes.
Version 1.0.0
GA Release. Documentation can be found here
Version 0.2.2
Increased Index limit to 500
Version 0.2.1
Added more context to config parameter descriptions.
Index Limiting and Filtering
Added hard coded limit for indexes along with a regex filter to define what indexes are collected.
LocalHostname Argument
Add LocalHostname argument so that inventory host can be overridden #24
Removed Vestigial IP Field
Removed the IP
field from the Node
struct as it was not used during collection and could cause a failure during JSON processing.