Paweł Żak
d9736d543f
Revive fixes - part 2 ( #8835 )
...
* Revive fixes regarding following set of rules:
[rule.if-return]
[rule.increment-decrement]
[rule.var-declaration]
[rule.package-comments]
[rule.receiver-naming]
[rule.unexported-return]
2021-02-16 18:19:50 -05:00
David Bennett
c47fcf6626
Add configurable number of 'most recent' date-stamped indices to gather in Elasticsearch input ( #8543 )
...
Add configurable number of 'most recent' date-stamped indices to gather in the Elasticsearch input plugin, and allow wildcards to account for date-suffixed index names. Configuring '3' for num_most_recent_indices will only gather the 3 latest indices, based on the date or number they end with. Finding the date or number is dependent on the targeted indices being configured with wildcards at the end of their 'base' names.
2020-12-21 11:45:19 -05:00
Daniel Nelson
c73ed8ca6c
Export internal/tls package for use in execd plugins ( #7697 )
2020-06-25 11:44:22 -07:00
Len Smith
d915f7c7d6
Fix shard indices reporting in elasticsearch input ( #7332 )
2020-04-24 13:38:58 -07:00
dupondje
78d3b86581
Add Indices stats to elasticsearch input ( #6060 )
2019-08-02 12:42:25 -07:00
Greg
66beeb6523
Add basic auth support to elasticsearch input ( #6122 )
2019-07-15 16:41:29 -07:00
dupondje
9af39bbb7d
Add node roles tag to elasticsearch input ( #6064 )
2019-07-03 13:04:07 -07:00
dupondje
83c8d7be2a
Fix master check and move cluster health indices to separate measurement ( #6004 )
2019-06-25 16:16:15 -07:00
dupondje
1775e1cdc6
Add cluster name tag to elasticsearch indices ( #5998 )
2019-06-17 13:31:15 -07:00
Pierre Fersing
0772076378
Allow for force gathering ES cluster stats ( #4345 )
2018-11-19 11:53:09 -08:00
Feliksas The Lion
1a8786712c
Added 3 important elasticsearch cluster health metrics ( #4167 )
2018-05-18 18:49:23 -07:00
Daniel Nelson
de355b76d6
Simplify testing with TLS ( #4095 )
2018-05-04 16:33:23 -07:00
Daniel Nelson
76ce71f7fa
Fix breaker stat name in elasticsearch comment
2018-03-16 12:58:39 -07:00
Arkady Emelyanov
4d91162abd
Add health status mapping from string to int in elasticsearch input ( #3551 )
2017-12-07 11:31:03 -08:00
Christian Meilke
75567d5b51
Add ability to limit node stats in elasticsearch input ( #3304 )
2017-10-06 16:16:32 -07:00
Christian Meilke
0bb32570ba
Add cluster health level configuration to elasticsearch input ( #3269 )
2017-10-04 15:29:32 -07:00
Bob Shannon
a7595c918a
Fix panic in elasticsearch input if cannot determine master ( #2954 )
2017-06-26 15:23:53 -07:00
Patrick Hemmer
06baf7cf78
use AddError everywhere ( #2372 )
2017-04-24 11:13:26 -07:00
Cameron Sparr
a9f03a72f5
Mask username/password from error messages
...
closes #1980
2016-12-20 19:35:45 +00:00
Matt O'Hara
1392e73125
Add clusterstats to elasticsearch plugin ( #1979 )
...
* add clusterstats to elasticsearch input plugin
* add clusterstats to elasticsearch input plugin
* add clusterstats to elasticsearch input plugin
* add clusterstats to elasticsearch input plugin
* add clusterstats to elasticsearch input plugin
* responses to requested changes
* remove unnecessary recommendation
2016-12-20 16:30:03 +00:00
Christian Eichelmann
efb64a049f
add a hint to possible basic authentication settings
2016-12-09 12:58:54 +00:00
Cameron Sparr
969f388ef2
Make elasticsearch timeout configurable
...
closes #1674
2016-08-29 11:06:30 +01:00
Mike Glazer
e3448153e1
Allow for TLS connections to ElasticSearch ( #1398 )
...
* Allow for TLS connections to ElasticSearch
Extremely similar implementation to the HTTP JSON module's
implementation of the same code.
* Changelog update
2016-06-22 16:23:49 +01:00
Cameron Sparr
2c448e22e1
New object: ErrChan for concurrent err handling
2016-06-02 13:29:37 +01:00
Pierre Fersing
7416d6ea71
Improve timeout in input plugins
2016-03-01 09:43:28 +00:00
Cameron Sparr
8d2e5f0bda
Seems to be a toml parse bug around triple pounds
2016-02-18 14:36:03 -07:00
Cameron Sparr
fc7fa4b6c5
Cleanup comments and indentation in config file
2016-02-09 11:01:50 -07:00
Cameron Sparr
e619493ece
Implementing generic parser plugins and documentation
...
This constitutes a large change in how we will parse different data
formats going forward (for the plugins that support it)
This is working off @henrypfhu's changes.
2016-02-08 21:08:44 -07:00
Cameron Sparr
9c0d14bb60
Create public models for telegraf metrics, accumlator, plugins
...
This will basically make the root directory a place for storing the
major telegraf interfaces, which will make telegraf's godoc looks quite
a bit nicer. And make it easier for contributors to lookup the few data
types that they actually care about.
closes #564
2016-01-27 15:42:50 -07:00
Cameron Sparr
f2ab5f61f5
Gather elasticsearch nodes in goroutines, handle errors
...
fixes #464
2016-01-21 17:00:44 -07:00
Jack Zampolin
0cdf1b07e9
Fix issue 524
2016-01-20 10:57:35 -08:00
Cameron Sparr
9c5db1057d
renaming plugins -> inputs
2016-01-07 15:04:30 -07:00