cloudfoundry-community / firehose-to-syslog

Send firehose events from Cloud Foundry to syslog.
MIT License
44 stars 58 forks source link

Websocket Close 1006 abnormal closure #180

Closed bradgoodman closed 6 years ago

bradgoodman commented 6 years ago

We are currently using the 4.0.3 release using the binary buildpack. When running the firehose nozzle we are receiving these errors.

Message: Error while reading from the Firehose: Details: websocket: close 1006 (abnormal closure): unexpected EOF

2018-03-13T11:32:42.76-0500 [APP/PROC/WEB/0] ERR 2018/03/13 16:32:42 Unsolicited response received on idle HTTP channel starting with "HTTP/1.0 408 Request Time-out\r\nCache-Control: no-cache\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"; err=<nil>

App Env:

API_ENDPOINT: https://api.sys.foundation.domain.com DEBUG: false DOPPLER_ENDPOINT: wss://doppler.sys.foundation.domain.com443 EVENTS: LogMessage, Error EVENTS_FIELDS: foundation FIREHOSE_CLIENT_ID: This was a client ID FIREHOSE_CLIENT_SECRET: This was a password FIREHOSE_SUBSCRIPTION_ID: elk LOG_EVENT_TOTALS: true LOG_EVENT_TOTALS_TIME: 10s LOG_FORMATTER_TYPE: json SKIP_SSL_VALIDATION: true SYSLOG_ENDPOINT: This was a logstash endpoint

shinji62 commented 6 years ago

Seems websocket or connexion was closed ? It this happen during update or so on ?

shinji62 commented 6 years ago

@bradgoodman

shinji62 commented 6 years ago

No update..