Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error parsing http array, line 24: field corresponding to `insecure_skip_verify' in http.HTTP cannot be set through TOML #9459

Closed
chvnch opened this issue Jun 30, 2021 · 1 comment
Labels
bug unexpected problem or unintended behavior

Comments

@chvnch
Copy link

chvnch commented Jun 30, 2021

Relevant telegraf.conf:

[[outputs.http]]
  url = "https://splunk.com:8088/services/collector"
  insecure_skip_verify = false
  data_format = "splunkmetric"
  splunkmetric_hec_routing = true
  timeout = "30s"

System info:

1.19

Docker

Steps to reproduce:

  1. ...
  2. ...

Expected behavior:

Actual behavior:

Additional info:

@chvnch chvnch added the bug unexpected problem or unintended behavior label Jun 30, 2021
@srebhan
Copy link
Contributor

srebhan commented Jul 1, 2021

Fixed in master with PR #9413.

@srebhan srebhan closed this as completed Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants