-
Notifications
You must be signed in to change notification settings - Fork 56
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
Graylog sidecar validate runs only 30 seconds #431
Comments
@mpiscaer @reg1oDATA I'm skeptical. Why would the configuration test take more than 30 seconds? I don't mind adding a config option to extend the default timeout, if that helps to solve the actual problem. |
When I run the the logstash test by hand I get the following:
In in config are a couple of 7 inputs 1 small filter and 1 output. It would be great if you can add a setting for this. |
Intoduce a new config option: `collector_validation_timeout = 1m` Also increase the default timeout from 30s to 1m since 30s seems to low for some use cases. Fixes #431
Intoduce a new config option: `collector_validation_timeout = 1m` Also increase the default timeout from 30s to 1m since 30s seems to low for some use cases. Fixes #431
I'm have a sidecar running that manages a logstash config. But the validation often takes more that 30 seconds.
At the code https://github.com/Graylog2/collector-sidecar/blob/master/backends/backend.go#L171 I don't see that you can configure this.
Am I correct on this, if so it would be great to able to configure the timeout of the validation.
The text was updated successfully, but these errors were encountered: