Skip to content

[Monitoring] HTTP Exporter should support proxy settings / path #29715

@elasticmachine

Description

@elasticmachine

Original comment by @pickypg:

Currently, the HTTP Exporter very loosely supports proxy paths (subpaths after the URL), but it does not support a proxy host or port. With LINK REDACTED, proxy.base_path will exist in order to continue to support a mechanism (base paths) that has silently existed since 2.0.

xpack.monitoring.exporters._http:
  type: http
  host: "localhost:9200"
  proxy:
    host: someproxy
    port: 8200
    base_path: /some/path

We should provide additional settings to support proxies.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions