-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
envoy config specs #7157
envoy config specs #7157
Conversation
434657e
to
0915e57
Compare
## Set path if type is file. | ||
## Set channel_path if type is windows_event. | ||
## source - required - Attribute that defines which Integration sent the logs. | ||
## service - required - The name of the service that generates the log. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any way to remove that comment as service is not required anymore?
## This overrides the `proxy` setting in `init_config`. | ||
## | ||
## Set HTTP or HTTPS proxies. Use the `no_proxy` list | ||
## Set HTTP or HTTPS proxies for all instances. Use the `no_proxy` list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is incorrect, it just sets the proxy to the current instance. But this should be fixed in a separate PR.
* Add config specs * Bump base package requirement 9adfa42
Depends on #7156