Paweł Żak
fc3cbb8256
fix(inputs.http_response): Fix for IPv4 and IPv6 addresses when interface is set ( #15496 )
2024-06-13 07:35:18 -06:00
Paweł Żak
28f6396348
chore(linters): Bump golangci-lint to v1.59.1 ( #15478 )
2024-06-11 10:38:08 +02:00
Joshua Powers
71718fba7d
chore: Update removal dates to either v1.35.0 or v1.40.0 ( #15452 )
2024-06-05 15:19:47 -05:00
Dane Strandboge
43687b4e23
feat(inputs.http_response): Add cookie authentication ( #15110 )
2024-04-15 16:47:30 -05:00
Paweł Żak
c4dbe65732
chore(linters): Bump golangci-lint to v1.56.1 ( #14759 )
2024-02-12 23:26:10 +01:00
Paweł Żak
98ec91478a
chore(linters): replace 'fmt.Sprintf' with string addition ( #14699 )
2024-02-08 15:46:22 -05:00
Joshua Powers
62f66fb2e5
feat(inputs.http_response): Add body form option ( #14189 )
2023-10-30 09:06:22 +01:00
Sven Rebhan
e2c4e10650
chore(secrets): Abstract secret implementation ( #13953 )
2023-09-25 14:37:04 -06:00
Sven Rebhan
83b4056985
fix(secrets): Minimize secret holding time ( #13002 )
2023-04-03 07:28:41 -06:00
Paweł Żak
5b2346dfa0
chore: Fix linter findings for errorlint (part5) ( #12731 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-01 22:18:35 +01:00
Sven Rebhan
63ab159481
feat(secretstores): add support for additional input plugins ( #12067 )
2023-01-09 09:17:23 -07:00
Charlie Jonas
1a6c363cf1
feat(inputs.http_response): Add User-Agent header ( #12324 )
2022-12-05 21:52:52 +01:00
Sebastian Spaink
d67f75e557
docs: Remove warning not to remove go:embed ( #11797 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2022-09-13 12:47:58 -05:00
Joshua Powers
8c49ddccc3
chore: update to go1.19.1 ( #11776 )
2022-09-08 12:49:36 -06:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Sebastian Spaink
8e2b4988fe
feat: migrate input plugins to new sample config format (A-L) ( #10924 )
2022-04-07 16:01:21 -06:00
Thomas Casteleyn
a4f6b27bd5
style: Add deprecation notices to plugin options ( #10616 )
2022-03-01 15:05:53 -07:00
reimda
df6bf48f8d
feat: Implement deprecation infrastructure ( #10200 )
2021-12-01 12:38:43 -07:00
Eng Zer Jun
6a3b27126a
refactor: move from io/ioutil to io and os package ( #9811 )
2021-09-28 15:16:32 -06:00
Sven Rebhan
9853bf6c54
Get rid of deprecated internal.{Duration,Size,Number} ( #8969 )
2021-04-09 13:15:04 -04:00
Sven Rebhan
8e7da355b3
Linter fixes (unhandled errors) -- Part 1 ( #8992 )
2021-04-08 11:43:39 -05:00
Paweł Żak
099ccda3f9
Linter fixes - gosimple ( #9046 )
2021-03-25 13:57:01 -04:00
Paweł Żak
8a6907a186
Revive fixes - part 3 ( #8872 )
...
* * Revive fixes regarding following set of rules: [rule.var-naming]
2021-03-01 16:04:35 -05:00
Andreas Fuchs
3c9c013f4b
common/tls: Allow specifying SNI hostnames ( #7897 )
...
* tls_config: Allow specifying SNI hostnames
Add a new configration field `tls_server_name` that allows specifying
the server name that'll be sent in the ClientHello when telegraf makes
a request to TLS servers. This allows checking against load balancers
responding to specific hostnames that otherwise wouldn't resolve to
their addresses.
Add the setting to the documentation of common TLS options, as well as
to the http_response plugin.
Fixes #7598 .
* Adjust the x509_cert to allow usage of tls_server_name
This plugin has been using ServerName previously, and will have to
deal with the new setting, too: Extract the server-name choosing into
a method & add a test to ensure we choose the right value (and error
under the right circumstances). Also document that the two settings
are mutually exclusive.
* Improve documentation on what we try to accomplish in the nil return
Also get rid of the TODO, as I am fairly certain this behavior is the
correct one.
* Remove unused struct field in tests
2020-12-23 13:39:43 -06:00
Helen Weller
ef6ce2c9d9
fixed network test ( #8498 )
2020-12-04 12:08:11 -05:00
Labesse Kévin
527a11a656
http_response: match on status code ( #8032 )
2020-10-16 11:40:17 -06:00
Vikky Omkar
a6c8f5be13
Updated http_response input plugin README.md ( #7962 )
2020-08-10 15:52:38 -04:00
Daniel Nelson
c73ed8ca6c
Export internal/tls package for use in execd plugins ( #7697 )
2020-06-25 11:44:22 -07:00
Nicolas Filotto
bf0f674458
Add ability to collect response body as field with http_response ( #7596 )
2020-06-08 15:29:34 -07:00
Nicolas Filotto
430854f6de
Fix segmentation violation on connection failed ( #7593 )
2020-05-28 11:05:57 -07:00
Nicolas Filotto
7ef1d53551
Allow collection of HTTP Headers in http_response input ( #7405 )
2020-05-26 15:52:13 -07:00
Josh Soref
2c56d6de81
Fix spelling errors in comments and documentation ( #7492 )
2020-05-14 00:41:58 -07:00
Darin Fisher
670277f785
Add authentication support to the http_response input plugin ( #7491 )
2020-05-12 14:01:17 -07:00
Greg
817c9a69a9
Document and add support to input plugins for logging alias ( #6357 )
2019-09-23 15:39:50 -07:00
Daniel Nelson
15dd43344d
Fix error reading closed response body on redirect ( #6372 )
2019-09-10 11:04:24 -07:00
Pavel Frolov
50dc8d5659
Add content_length metric to http_response input plugin ( #6261 )
2019-08-16 15:45:20 -07:00
George
8d04cb76fd
Add support for interface field in http_response input plugin ( #6006 )
2019-06-19 13:40:53 -07:00
Greg
fec1b3ec19
Support array of addresses in http_response input ( #5975 )
2019-06-14 12:03:44 -07:00
Daniel Nelson
de355b76d6
Simplify testing with TLS ( #4095 )
2018-05-04 16:33:23 -07:00
Daniel Nelson
6d585beedf
Fix http_proxy variable name in http_response plugin
2018-03-30 11:11:12 -07:00
Germán Jaber
81a93fcddf
Add result related tags and fields to http_response ( #3814 )
2018-03-08 14:55:59 -08:00
Marcel
ad5e954047
Add ability to override proxy from environment in http response ( #3626 )
2018-03-06 12:11:38 -08:00
Daniel Nelson
a163effa6d
Add support for proxy environment variables to http_response ( #3302 )
2017-10-03 15:22:57 -07:00
Daniel Nelson
09153c815c
Move http_response headers to end of configuration.
...
If the subtable comes before other options, they will be placed in the
subtable.
2017-08-15 11:50:08 -07:00
Frederick Roth
91f2764cd5
Add result_type field for http_response input ( #2814 )
2017-06-06 13:39:07 -07:00
Daniel Nelson
17d883c602
Ensure keep-alive is not used in http_response input.
...
Using Keep-Alive would change the timing for already established
connections. Previous to this commit, Keep-Alive worked only when using
a response_string_match due to failure to close the request body.
2017-05-10 14:40:55 -07:00
Daniel Nelson
1931aac284
Fix http_response input creation of transport on every gather
2017-05-09 16:23:38 -07:00
Len Smith
9003efc3fa
http_response : Add in support for looking for substring in response ( #2204 )
...
* Add in support for looking for substring in response
* Add note to CHANGELOG.md
* Switch from substring match to regex match
* Requested code changes
* Make requested changes and refactor to avoid nested if-else.
* Convert tabs to space and compile regex once
2017-02-01 14:21:08 +00:00
Cameron Sparr
3e4a19539a
http_response plugin: Add SSL config options
...
closes #1264
2016-05-25 13:44:36 +01:00