David Reniz
cd4c4e7fbd
Added Unix epoch timestamp support for JSON parser ( #4633 )
2018-09-06 18:44:33 -06:00
Vikrant
091af7e645
Add OAuth2 support to HTTP output plugin ( #4536 )
2018-09-06 10:54:05 -07:00
Gunnar
f70d6519e7
Add Azure Monitor output plugin ( #4089 )
2018-09-05 14:50:32 -07:00
maxunt
889745a112
Add csv parser ( #4439 )
2018-08-24 16:40:41 -07:00
maxunt
2729378b7f
Add name, time, path and string field options to JSON parser ( #4351 )
2018-08-22 19:26:48 -07:00
Ayrdrie
e893dc38a2
Add logfmt parser ( #4539 )
2018-08-22 13:55:41 -07:00
maxunt
9e0eb0c0e0
Add ability to set measurement from matched text in grok parser ( #4433 )
2018-08-17 13:45:22 -07:00
Greg Linton
027016aea2
Update changelog
2018-08-14 14:41:24 -06:00
Pierre Tessier
6454319062
Add Wavefront parser ( #4402 )
2018-08-13 17:37:06 -06:00
Daniel Nelson
22b3bc4f8e
Remove references to logparser from the grok documentation
2018-08-10 18:11:12 -07:00
Daniel Nelson
83c4b81abe
Copy grok documentation from logparser to data format doc ( #4475 )
2018-07-27 18:28:33 -07:00
maxunt
774a9f0492
Add file input plugin and grok parser ( #4332 )
2018-07-13 23:22:59 -07:00
maxunt
9ebf16636d
Add parse_multivalue to collectd parser ( #4403 )
2018-07-11 17:29:23 -07:00
Daniel Nelson
7332ce0e95
Add go-syslog to dependencies licenses list
2018-06-05 11:40:03 -07:00
Daniel Nelson
6a21e23bcc
Update graphite output dataf format docs
2018-05-21 16:39:33 -07:00
Pavel Boev
7660315e45
Add support for Graphite 1.1.x tags ( #4165 )
2018-05-21 15:59:56 -07:00
Daniel Nelson
2948dec6f5
Update changelog and docs for application_insights plugin
2018-05-15 16:42:56 -07:00
Daniel Nelson
18db718d7f
Add jti_openconfig_telemetry to docs
2018-05-11 18:16:52 -07:00
Daniel Nelson
73c22a8189
Add SerializeBatch method to the Serializer interface ( #4107 )
2018-05-04 18:27:31 -07:00
Daniel Nelson
bcf1cf59c1
Fix docs about outputs and fieldpass/fielddrop
...
This has been allowed since 1.1.0
2018-04-17 13:35:27 -07:00
Daniel Nelson
a9afd2f030
Add config-directory documentation for Windows service
2018-04-04 16:30:22 -07:00
Daniel Nelson
b99cd14129
Add influx uint support as a runtime option ( #3948 )
2018-03-29 13:31:43 -07:00
Daniel Nelson
503881d4d7
Update to latest fsnotify release
2018-03-27 17:21:00 -07:00
Daniel Nelson
e28f422d21
Update fsnotify path in license of dependencies
2018-03-21 23:06:14 -07:00
Menno Finlay-Smits
fb947e8fe7
Add NATS Monitoring Input Plugin ( #3674 )
2018-01-26 15:14:54 -08:00
atzoum
d188b78d9e
Add string and boolean support to dropwizard; fix escaping of tags/fields ( #3664 )
2018-01-16 12:12:14 -08:00
Daniel Nelson
0ddb1d26a0
Add gjson and match to dependency license file
2018-01-08 15:15:23 -08:00
atzoum
317de40ac4
Add support for dropwizard input format ( #2846 )
2018-01-08 15:11:36 -08:00
Logan
fb3d66cdd3
Typo and sentence consistency ( #3581 )
2017-12-13 10:51:15 -08:00
Daniel Nelson
7f66863b87
Fix HOST_MOUNT_PREFIX in docker with disk input ( #3529 )
2017-12-01 11:21:39 -08:00
Patric Kanngießer
76ed70340b
Add Teamspeak 3 input plugin ( #3315 )
2017-11-01 13:27:59 -07:00
Daniel Nelson
777b84d1dc
Clarify what it means to filter metrics from processors
2017-10-30 16:32:39 -07:00
Mamat Rahmat
3bbc2beeed
Fix small typo in documentation ( #3364 )
2017-10-19 14:47:40 -07:00
Daniel Nelson
2208657d73
Add release date info to FAQ
2017-10-17 10:43:53 -07:00
Daniel Nelson
0f452ad0df
Document /etc/default/telegraf file
2017-10-06 16:57:57 -07:00
Daniel Nelson
864ea1efaf
Improve question title in FAQ
2017-09-05 17:12:36 -07:00
Daniel Nelson
4fb1c3a2bc
Add FAQ doc with dns resolver information
2017-09-05 13:12:11 -07:00
Daniel Nelson
8225bd0173
Convert bool fields to int in graphite serializer
2017-08-29 16:22:03 -07:00
Seua Polyakov
3806424aab
Skip non-numerical values in graphite format ( #3179 )
2017-08-29 15:59:38 -07:00
Daniel Nelson
b480022330
Update config directory documentation
2017-08-22 11:33:26 -07:00
Daniel Nelson
795f02ab88
Cleanup Makefile ( #3089 )
2017-08-03 11:54:05 -07:00
Daniel Nelson
137b312fa9
Add Zipkin input plugin ( #3080 )
2017-08-02 17:58:26 -07:00
Daniel Nelson
ce12913bc2
Update precision documentation and examples
...
Precision is no longer used by the InfluxDB output.
closes #3079
2017-08-01 15:02:36 -07:00
Oscar Sironi
f8c84302a4
Add config file path troubleshooting advice for Windows ( #3071 )
2017-07-31 10:58:12 -07:00
Daniel Nelson
d6cf9f4f30
Fix docker memory and cpu reporting in Windows ( #3043 )
2017-07-27 15:12:29 -07:00
Andy Cobaugh
1ff6e92193
Add input plugin for OpenLDAP ( #2612 )
2017-07-21 15:44:20 -07:00
Daniel Nelson
3c204d409d
Line wrap documentation
2017-07-21 10:57:12 -07:00
DanKans
d903a9142d
Fix filtering when both pass and drop match an item ( #3036 )
...
Adjust logic in functions responsible for passing metrics in order to be able
to process them correctly in case where pass and drop are defined together.
2017-07-21 10:53:57 -07:00
Daniel Nelson
79f8ed874a
Update elastic version to 5.0.41 ( #2999 )
2017-07-10 12:18:56 -07:00
Daniel Nelson
739d97639a
Update dependencies
2017-07-10 12:01:22 -07:00