File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## 0.2.0 - 2018-10-04
9
+ ### Added
10
+ - Added index regex configuration parameter to allow limiting which indices are collected
11
+ - Added a hard limit on the number of indices to collect (100)
12
+
8
13
## 0.1.3 - 2018-09-25
9
14
### Added
10
15
- Added local hostname argument to allow for overriding "localhost" as the host from which to collect inventory data.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ type argumentList struct {
27
27
28
28
const (
29
29
integrationName = "com.newrelic.elasticsearch"
30
- integrationVersion = "0.1.3 "
30
+ integrationVersion = "0.2.0 "
31
31
)
32
32
33
33
var (
You can’t perform that action at this time.
0 commit comments