Skip to content
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

Kibana UI doesn't fully load #35

Open
wjimenez5271 opened this issue Jul 29, 2014 · 2 comments
Open

Kibana UI doesn't fully load #35

wjimenez5271 opened this issue Jul 29, 2014 · 2 comments

Comments

@wjimenez5271
Copy link

After authenticating with google auth, I'm redirected to the kibana screen which doesn't fully load. The log mentions:

Server starting...
Info: HTTP Basic Authentication applied
Warning: No Google OAuth2 presented
Warning: No CAS authentication presented
Server listening on 9201

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: write after end
    at writeAfterEnd (_stream_writable.js:133:12)
    at Gzip.Writable.write (_stream_writable.js:181:5)
    at ServerResponse.res.write (/opt/elk/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/compression/index.js:93:18)
    at ServerResponse.res.end (/opt/elk/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/express-session/index.js:252:21)
    at Gzip.<anonymous> (/opt/elk/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/compression/index.js:208:13)
    at Gzip.EventEmitter.emit (events.js:117:20)
    at _stream_readable.js:919:16
    at process._tickCallback (node.js:419:13)
@AnonymMan
Copy link

I had met the same problems,
Server starting...
Info: HTTP Basic Authentication applied
Warning: No Google OAuth2 presented
Warning: No CAS authentication presented
Server listening on 9201

events.js:72
throw er; // Unhandled 'error' event
^
Error: write after end
at writeAfterEnd (_stream_writable.js:133:12)
at Gzip.Writable.write (_stream_writable.js:181:5)
at ServerResponse.res.write (/data/OTA/logstash/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/compression/index.js:93:18)
at ServerResponse.res.end (/data/OTA/logstash/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/express-session/index.js:252:21)
at Gzip. (/data/OTA/logstash/kibana-authentication-proxy/node_modules/express/node_modules/connect/node_modules/compression/index.js:208:13)
at Gzip.emit (events.js:117:20)
at _stream_readable.js:929:16
at process._tickCallback (node.js:419:13)

@yang66
Copy link

yang66 commented Aug 1, 2014

please see pull request #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants