-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Trend Panel doesn't work with https connection #395
Comments
I'm not able to replicate this, can you attach your proxy configuration? The trend panel does not use any unique methods for talking to ES that would cause it to distinguish protocol. |
Thanks for your email. Here is the apache config , I am using apache 2.4.2 . <VirtualHost :80> <VirtualHost *:443> SSLEngine On ProxyPreserveHost On DocumentRoot /var/www loglevel debug <LocationMatch "^(/kibana-int/dashboard/|/kibana-int/temp).*$"> <LocationMatch "^(/test./_aliases|/test./_search)$"> ProxyPassMatch http://xxx.xxx.xxx.xxx:9200 <Location /testdashboard> Options -Multiviews <Location /dologin.html> <Location /dologout.html> Thanks On Wed, Aug 21, 2013 at 3:26 PM, Rashid Khan [email protected]:
|
Though that has nothing todo with the trends panel, it can impact the table. |
I fixed this <LocationMatch "^(/test./_aliases|/test./_search|/test.*/_mapping)$"> but Trend still doesn't work. Everything else is working on my dashboard but Trend Panel. I appreciate any comment. Thanks. |
And the trend panel works fine without HTTPS? Can you check your configuration both with and without https? |
I just checked it without using HTTPS and it still doesn't work. But It does work when I directly put ES server IP address in the Config.js file. |
Vitals config
In your posted configuration,
This configuration should be paired with The correct configuration would be
Thanks! |
When using Kibana with a secure connection to elasticsearch via an apache server :
elasticsearch : "https://xxx.xxx.xxx.xxx:443" (in config.js)
All panels work great but "Trend" panel which is stuck and showing Loading icon forever. I hope somebody fix this or find a workaround for it soon. Thanks
The text was updated successfully, but these errors were encountered: