Daniel Nelson
daf0090ad0
Fix logger initialization in exec input ( #6492 )
...
(cherry picked from commit 74c7dd3ce7 )
2019-10-07 12:21:36 -07:00
Daniel Nelson
c886eb2c95
Fix database routing on retry with exclude_database_tag ( #6486 )
...
(cherry picked from commit 47fd285b4a )
2019-10-07 12:17:48 -07:00
GeorgeJahad and Daniel Nelson
c6ab30b093
Remove package level vars from sqlserver and mysql input plugins ( #6468 )
...
(cherry picked from commit c26aeb871d )
2019-10-04 17:09:08 -07:00
Daniel Nelson
43357d3dff
Add test case for smart serial number
...
(cherry picked from commit 9867fe3279 )
2019-09-30 10:45:09 -07:00
Gregory Brzeski and Daniel Nelson
3605d87596
Use case insensitive serial numer match in smart input ( #6464 )
...
(cherry picked from commit fc1b1e8d20 )
2019-09-30 10:44:29 -07:00
Randy Coburn and Daniel Nelson
3341ada717
Use batch serialization format in exec output ( #6446 )
...
(cherry picked from commit 62c6e30a78 )
2019-09-26 16:17:38 -07:00
Steven Barth and Daniel Nelson
932597fc2c
Fix path handling issues in cisco_telemetry_gnmi ( #6403 )
...
- Avoid crashing when a field has no value or one of deprecated type
- Emit measurement names correctly for replies with empty origin
- Skip paths with empty names instead of adding a '/'
(cherry picked from commit 00d9b84234 )
2019-09-24 11:06:31 -07:00
Daniel Nelson
4a6f50cf37
Fix detection of layout timestamps ( #6390 )
...
(cherry picked from commit 6dc61be6eb )
2019-09-16 16:39:47 -07:00
Greg and Daniel Nelson
6d97cfedde
Keep boolean when listed in json_string_fields ( #6400 )
...
(cherry picked from commit df288a0bb4 )
2019-09-16 16:39:47 -07:00
Daniel Nelson
45c1b5ce0c
Fix apcupsd documentation to reflect actual plugin ( #6377 )
...
(cherry picked from commit 59c43b644f )
2019-09-10 11:56:09 -07:00
Greg and Daniel Nelson
725c134ca1
Return error rather than default a retry value ( #6376 )
...
(cherry picked from commit 88b60a2e9b )
2019-09-10 11:56:09 -07:00
Daniel Nelson
8073670bd1
Fix error reading closed response body on redirect ( #6372 )
...
(cherry picked from commit 15dd43344d )
2019-09-10 11:07:42 -07:00
Daniel Nelson
73e37946d4
Skip collection stats when disabled in mongodb input ( #6364 )
...
(cherry picked from commit a4078da648 )
2019-09-09 15:58:34 -07:00
Daniel Nelson
3db36f7edc
Fix filecount for paths with trailing slash ( #6332 )
...
(cherry picked from commit 7ac5dc5416 )
2019-09-06 12:42:44 -07:00
Daniel Nelson
e6ce132b41
Convert check state to an integer in icinga2 input ( #6333 )
...
(cherry picked from commit 7d2cffe056 )
2019-09-06 12:42:44 -07:00
Daniel Nelson
27310423ae
Fix could not mark message delivered error in kafka_consumer ( #6363 )
...
(cherry picked from commit 76e7b57fcd )
2019-09-06 12:42:44 -07:00
Daniel Nelson
8a339717fb
Fix links in changelog
...
(cherry picked from commit 9463b894f2 )
2019-09-03 10:58:59 -07:00
Daniel Nelson
dbf7c7354c
Link to specific gjson version we are using
...
(cherry picked from commit c383acdbd5c3d7b86a8c9607635b76190d0e711d)
2019-08-28 18:02:22 -07:00
Daniel Nelson and GitHub
2d2e793c90
Query oplog only when connected to a replica set ( #6307 )
2019-08-27 10:31:42 -07:00
Jesse Hanley and Daniel Nelson
17a79e2d6f
Allow jobs with dashes in the name in lustre2 input ( #6313 )
2019-08-26 19:03:35 -07:00
Daniel Nelson and GitHub
acedbe0633
Promote the use of http as the scheme over tcp in health output ( #6311 )
2019-08-26 16:29:45 -07:00
Daniel Nelson and GitHub
e7b783d397
Remove leading slash from rcon commands ( #6315 )
...
This is required when using the Spigot Minecraft server and compatible
with the vanilla server.
2019-08-26 16:16:44 -07:00
Daniel Nelson and GitHub
628edfa9b4
Add support for parked process state on Linux ( #6308 )
2019-08-26 16:05:56 -07:00
Daniel Nelson
718f60bb4a
Add table name to jenkins example configuration
2019-08-23 21:58:18 -07:00
Pontus Rydin and Daniel Nelson
d52c733c3b
Add supported versions to vsphere README ( #6312 )
2019-08-23 21:55:56 -07:00
Daniel Nelson and GitHub
66d6b1f1d3
Split out -w argument in iptables input ( #6304 )
2019-08-22 20:00:48 -07:00
Craig Hobbs and Daniel Nelson
f0c26dbd99
Add Marklogic Input Plugin ( #6193 )
2019-08-21 18:21:59 -07:00
Daniel Nelson
94f68c06d7
Use alias name in output metric buffer stats
2019-08-21 18:06:04 -07:00
Daniel Nelson and GitHub
40bbd805b6
Add TLS support to nginx_plus, nginx_plus_api and nginx_vts ( #6300 )
2019-08-21 18:04:51 -07:00
Daniel Nelson and GitHub
8b938f3bd4
Make review changes to logstash input ( #6299 )
2019-08-21 18:04:30 -07:00
Greg and Daniel Nelson
5c8d0e3ac9
Add ability to label inputs for logging ( #6207 )
2019-08-21 16:49:07 -07:00
Greg and Daniel Nelson
bc52592c87
Document additional collected Kubernetes resources ( #6297 )
2019-08-21 16:39:57 -07:00
Dmitry Ilyin and Daniel Nelson
02174031c8
Add logstash input plugin ( #4910 )
2019-08-21 16:34:28 -07:00
Daniel Nelson and GitHub
8c2b3addd3
Fix parsing multiple metrics on the first line of tailed file ( #6289 )
2019-08-21 16:30:55 -07:00
Daniel Nelson and GitHub
ac66838f9f
Update win_perf_counters sample config ( #6286 )
...
Remove extra percent from win_perf_counters sample config and have it
mirror the config provided in the Windows package.
2019-08-20 17:12:21 -07:00
Greg and Daniel Nelson
d3cf7d669b
Add apcupsd input plugin ( #6226 )
2019-08-20 17:10:25 -07:00
Greg and Daniel Nelson
819bf8e99d
Add exec output plugin ( #6267 )
2019-08-20 17:07:24 -07:00
Daniel Nelson
1ad10c8a52
Update changelog and tidy openntpd input
2019-08-20 15:29:31 -07:00
aromeyer and Daniel Nelson
153dd585af
Add openntpd input plugin ( #3627 )
2019-08-20 15:14:11 -07:00
Scott Anderson and Daniel Nelson
7bbed9e2a3
Update logparser readme requirement to collect at least one field ( #6288 )
2019-08-20 14:44:16 -07:00
memory and Daniel Nelson
46b9000ef6
Add tag_limit processor ( #6086 )
2019-08-19 20:54:40 -07:00
Daniel Nelson
edb05b58a0
Add multiple repository example to github input readme
2019-08-19 19:08:38 -07:00
Daniel Nelson and GitHub
92385a4630
Add topic_tag option to mqtt_consumer ( #6266 )
2019-08-19 19:05:22 -07:00
Pontus Rydin and Daniel Nelson
8b2374143d
Fix finder inconsistencies in vsphere input ( #6245 )
2019-08-19 18:17:27 -07:00
Daniel Nelson
ef14131f1c
Alternate markdown list symbol
2019-08-19 18:09:21 -07:00
Russ Savage and Daniel Nelson
bdf08d9cf7
Add readme for rethinkdb input ( #6211 )
2019-08-19 18:08:46 -07:00
Russ Savage and Daniel Nelson
065b92d490
Add readme for mailchimp input ( #6210 )
2019-08-19 17:55:35 -07:00
Daniel Nelson
328a2bf16f
Remove advanced TLS conf from prometheus output sample config
2019-08-19 17:42:41 -07:00
Stanislav Putrya and Daniel Nelson
149d221191
Add capability to limit TLS versions and cipher suites ( #6246 )
2019-08-19 16:01:01 -07:00
Adam Flott and Daniel Nelson
96fa7fa6d2
Add cmdstat metrics to redis input ( #5926 )
2019-08-16 15:46:48 -07:00