Skip to content

[beats receivers] beatsauth extension used in translation doesn't understand the proxy_url type of type *url.URL #10205

@cmacknz

Description

@cmacknz
// proxy_url on newConfig is of type *url.URL which is not understood by beatsauth extension
	// this logic here converts it into string type similar to what a user would set on filebeat config
	if defaultTransportSettings.Proxy.URL != nil {

Follow up from elastic/beats#46791 to make sure the translation in Elastic Agent is handled in the necessary way.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions