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

Logstash 1.4.2 running in "node" mode stops Kibana 4 from working #1542

Closed
KhaoticMind opened this issue Oct 6, 2014 · 4 comments
Closed

Comments

@KhaoticMind
Copy link

Tried running Kibana 4 on a local machine with ES 1.4.0.Beta1 and using Logstash 1.4.2 to push some events to it. Kibana stoped working.

I believe this is the case because LS register itself as a Node and Kibana checks if all nodes are on 1.4.0.Beta1.

There is any solution on this? If I run LS in transport mode all is fine.

Dunno if this is a bug, a feature request or just a "wait for LS 1.5 with Kibana 4" issue...

@kkirsche
Copy link
Contributor

kkirsche commented Oct 6, 2014

For short term I would try changing the requirement in index.js src/kibana/index.js and see if you still have issues

@rashidkpc
Copy link
Contributor

Hi, Kibana 4 requires that all nodes in the cluster meet the minimum version requirements.

If you're using logstash the work around is to use the elasticsearch-http output in Logstash.

@bradvido
Copy link

bradvido commented Oct 7, 2014

@kkirsche You mention changing the requirements in the index.js file. How can I do that since the release is just a jar. Are there instructions on building Kibana 4 from source somewhere?

@kkirsche
Copy link
Contributor

kkirsche commented Oct 7, 2014

Ah. Sorry. I was using a clone of the github source. I'm not familiar with building it into a jar from source. I will say that you can get Kibana up and running by cloning the repo, then going into src/server/README.md and following the instructions to get the server up. Check out pull request #1538 for two commands that were missing that are necessary to go from cloned to running. Hope that helps @bradvido

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