amandahla
265be4e09d
Adjust to include leading zero in front of date regex.
2016-11-01 15:26:56 -02:00
amandahla
c6ac0bc6af
Plugin adapted to work with Elasticsearch 5.
2016-10-27 17:01:24 -02:00
amandahla
e0d1beb669
Unit test modified.
2016-10-27 09:46:06 -02:00
amandahla
338f778df3
Unit test modified.
2016-10-27 09:33:56 -02:00
amandahla
3be7728ac5
Unit test modified.
2016-10-27 09:33:09 -02:00
amandahla
db83f92184
Merge branch 'master' into master
2016-10-27 09:07:28 -02:00
albundy83
fc59757a1a
Just fix typo ( #1962 )
2016-10-27 11:45:17 +01:00
Cameron Sparr
0cfa0d419a
udp_listener & tcp_listener set default values
...
closes #1936
2016-10-27 10:25:24 +01:00
amandahla
f5dbbd73c2
Use of formats to determine index name. New parameters number_of_shards and number_of_replicas.
2016-10-26 17:32:55 -02:00
Paulo Pires
522658bd07
Fix NATS plug-ins reconnection logic ( #1955 )
...
* NATS output plug-in now retries to reconnect forever after a lost connection.
* NATS input plug-in now retries to reconnect forever after a lost connection.
* Fixes #1953
2016-10-26 15:45:33 +01:00
Jonathan Chauncey
b1a97e35b9
fix(kubernetes): Only initialize RoundTripper once ( #1951 )
...
fixes #1933
2016-10-26 13:47:35 +01:00
Cameron Sparr
c66363cba5
Update Go version: 1.7.1->1.7.3
2016-10-25 14:49:21 +01:00
Cameron Sparr
61269c3500
Update config generation docs
...
closes #1925
2016-10-25 14:46:50 +01:00
Priyank Trivedi
393d129982
Fix typo from 'Proctstas' to 'Procstat' in procstat plugin's README ( #1945 )
2016-10-25 13:57:55 +01:00
Cameron Sparr
80d4864844
Only install fpm,rpm,boto if we need them
2016-10-25 13:31:48 +01:00
Cameron Sparr
f729fa990d
Unit testing for internal.Duration Unmarshal
...
closes #1926
2016-10-25 13:11:32 +01:00
Alex Zorin
662db7a944
Fix panic in internal.Duration UnmarshalTOML
2016-10-25 18:30:01 +11:00
Cameron Sparr
c849b58de9
http_listener input unit tests
2016-10-24 18:17:49 +01:00
Cameron Sparr
097b1e09db
http listener refactor
...
in this commit:
- chunks out the http request body to avoid making very large
allocations.
- establishes a limit for the maximum http request body size that the
listener will accept.
- utilizes a pool of byte buffers to reduce GC pressure.
2016-10-24 18:17:49 +01:00
amandahla
cecc7cefae
Merge branch 'master' into master
2016-10-24 15:15:20 -02:00
John Hu
babd37bf35
Typo ( #1924 )
2016-10-21 14:11:03 +01:00
David Norton
91f48e7ad5
Merge pull request #1847 from jchauncey/kubernetes-plugin
...
feat(kubernetes): Add kubernetes input plugin
2016-10-17 15:58:47 -04:00
Jonathan Chauncey
a12bd878e0
feat(kubernetes): Add kubernetes input plugin
...
closes #1774
2016-10-17 15:40:55 -04:00
Cameron Sparr
a4e8f24b16
Set reasonable defaults in ping plugin
...
closes #1742
2016-10-17 15:21:09 +01:00
amandahla
e1f297e24b
Merge branch 'master' into master
2016-10-14 13:35:30 -03:00
Amanda Hager Lopes de Andrade
5ca139deba
Unit test improved.
2016-10-13 16:04:04 -03:00
Amanda Hager Lopes de Andrade
b04f0dafe7
Unit test improved.
2016-10-13 15:58:53 -03:00
Cameron Sparr
a65447d22e
Use mysql.ParseDSN func instead of url.Parse
...
The MySQL DB driver has it's own DSN parsing function. Previously we
were using the url.Parse function, but this causes problems because a
valid MySQL DSN can be an invalid http URL, namely when using some
special characters in the password.
This change uses the MySQL DB driver's builtin ParseDSN function and
applies a timeout parameter natively via that.
Another benefit of this change is that we fail earlier if given an
invalid MySQL DSN.
closes #870
closes #1842
2016-10-12 17:10:28 +01:00
Cameron Sparr
b00ad65b08
Log config file parsing errors properly
...
closes #1344
2016-10-12 16:50:22 +01:00
Cameron Sparr
a84ce5d5cb
drop metrics outside of the aggregators period
2016-10-12 14:56:03 +01:00
Cameron Sparr
8ca4a50c18
delete nil fields in the metric maker.
...
closes #1771
2016-10-12 14:50:19 +01:00
Cameron Sparr
03b2984ac2
Fixup some code based on feedback from @dgnorton
2016-10-12 14:50:19 +01:00
Cameron Sparr
9540a6532f
Update influxdb dependency for new models.Tags
2016-10-12 14:50:19 +01:00
Cameron Sparr
cace663bbf
Processor & Aggregator Contrib doc
2016-10-12 14:50:19 +01:00
Cameron Sparr
acfdd15aa9
Processor & Aggregator configuration doccing
2016-10-12 14:50:19 +01:00
Cameron Sparr
78f544c0aa
Support --aggregator-filter & --processor-filter
2016-10-12 14:50:19 +01:00
Cameron Sparr
2175a72fcc
Rebase fixup
2016-10-12 14:50:19 +01:00
Cameron Sparr
b03c1d9691
Support ordering of processor plugins
2016-10-12 14:50:19 +01:00
Cameron Sparr
fead80844e
Refactor handling of MinMax functionality into RunningAggregator
...
allows for easier addition of a sliding window at a later time.
Also makes `period` be a generic argument for all aggregator plugins.
2016-10-12 14:50:19 +01:00
Cameron Sparr
ef885eda62
Change minmax aggregator to store float64
2016-10-12 14:50:19 +01:00
Cameron Sparr
64a71263a1
Support Processor & Aggregator Plugins
...
closes #1726
2016-10-12 14:50:19 +01:00
Cameron Sparr
974221f0cf
Fix phpfpm fcgi client panic when URL doesnt exist
...
closes #1886
2016-10-12 11:58:38 +01:00
Ririsoft
bccef2856d
Revert "Moving cgroup path name to field from tag to reduce cardinality ( #1457 )"
...
This was introducing a regression with influxdb output, leading to
collision an points missing.
This reverts commit 53f40063b3
.
closes #1724
closes #1796
2016-10-12 11:04:28 +01:00
Patrick Hemmer
80df3f7634
snmp: fix initialization of table fields in manual tables ( #1836 )
2016-10-12 11:00:39 +01:00
Amanda Hager Lopes de Andrade
8b94bc3ea0
Merge branch 'master' of https://github.com/amandahla/telegraf
2016-10-11 12:32:20 -03:00
Amanda Hager Lopes de Andrade
862f728635
Requested changes applied.
2016-10-11 12:30:31 -03:00
Cameron Sparr
e96f7a9b12
graphite parser, handle multiple templates empty filter
...
Previously, the graphite parser would simply overwrite any template that
had an identical filter to a previous template. This included the empty
filter.
Now we will still overwrite, but first we will sort to make sure that
the most "specific" template always matches.
closes #1731
2016-10-11 15:22:51 +01:00
amandahla
f87db44828
Merge branch 'master' into master
2016-10-11 11:02:27 -03:00
Amanda Hager Lopes de Andrade
3cf3737539
Improved Unit Test.
2016-10-11 11:01:16 -03:00
Cameron Sparr
2bbb6aa6f2
Add doc for SNMP debug tips ( #1831 )
2016-10-11 14:48:08 +01:00