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 3 loading issue the browser shows blank total white #723

Closed
Ccrysh opened this issue Nov 23, 2013 · 3 comments
Closed

Kibana 3 loading issue the browser shows blank total white #723

Ccrysh opened this issue Nov 23, 2013 · 3 comments

Comments

@Ccrysh
Copy link

Ccrysh commented Nov 23, 2013

I have installed logstash-1.2.2, redis-server, elastic-search and kibana 3.
when i open up the browser http://domain-name:9292/index.html it shows blank. please help me out in this.

and also could you share me about indexer.conf and shipper.conf?

also when i right on the brower and view source following is the result :

<title>Kibana 3</title><script src="vendor/require/require.js"></script><script src="app/components/require.config.js"></script><script>require(['app'], function () {})</script><style></style>
× {{alert.title}}
{{$index + 1}} alert(s)
{{dashboard.current.title}}
    @rashidkpc
    Copy link
    Contributor

    Closing this as inactive. Please reopen if this is still an issue.

    @kalashnikovisme
    Copy link

    @rashidkpc I need to reopen this issue. After installation kibana on my rails app see this
    _074

    I've put kibana in public directory.

    @kalashnikovisme
    Copy link

    problem was solved by replace directory with kibana in root. But it's not good idea.

    w33ble added a commit to w33ble/kibana that referenced this issue Sep 13, 2018
    * chore: make ElementWrapper stateful
    
    * fix: create handlers on mount
    
    ensure that only a single instance of the handlers is created for each element. the wrapper is only every mounted once, unless the element is removed, which is when the teardown should happen anyway
    
    * fix: pass ElementWrapper props through container
    
    * chore: tweak the done timeout message
    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

    4 participants
    @rashidkpc @kalashnikovisme @Ccrysh and others