You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have successfully managed to mount Kibana with my application after following the instructions on this page. I have also connected kibana with elastic search without any issues.
In my rails application I am generating logs with help of https://github.com/shadabahmed/logstasher gem.
I am just replacing config.kibana_default_route with the path of file generated by logstasher gem.
Hi, I have successfully managed to mount Kibana with my application after following the instructions on this page. I have also connected kibana with elastic search without any issues.
In my rails application I am generating logs with help of https://github.com/shadabahmed/logstasher gem.
I am just replacing config.kibana_default_route with the path of file generated by logstasher gem.
But after opening localhost:3000/kibana I am getting no data and no error.
What am I missing?
The text was updated successfully, but these errors were encountered: