-
Notifications
You must be signed in to change notification settings - Fork 65
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
Cluster not listed at tab #cluster #9
Comments
Clusters are actually built up from available data within ElasticSearch (not what is in the config). If you run the index_cluster_stats.py just once, then it should show up in the dropdown. |
Well I did ran it everytime I changed something (just to be throrough), so I probably miss something else. There is nothing interesting in the elasticsearch and tomcat logs. I have no experience with elastic search so I have no real idea where I can debug this problem. |
This is the elasticsearch query used to get the cluster names that populate the list: You can use to following curl command to see if there is any data:
|
Thanks for your suggestion. That resulted in a fair looking output. I thought maybe the problem lies with tomcat so I delved into the logs, changed the user and group of the tomcat process. Since I've installed through my package system, I also fell for this bug: Now diving into the log, this is what I am seeing and I think it points to the right direction:
Seems to me like the webapp isn't loaded properly. Any idea of how to remedy this? |
It's a little bit late but it may help others. |
@alex-dot I'm getting the exact same error. Did you ever figure out a fix? |
@synfinatic If you're talking about the "jar not loaded" message, that isn't an error. What is the issue that you're seeing? If you can't access the data, it's possible that it's the issue @othman-essabir described. |
@danielcweeks Issue is that the webapp shows no data. Elastic search seems to have a little info about my cluster, but no job history even though I'm running the two python scripts (no errors, seems to see my jobs).
|
Strangely nothing is shown on the web app. In particular there is nothing to select under the Cluster drop-down menu and it just shows
Nothing selected
. So probably the webapp isn't correctly configured yet. I followed the guide and also changed settings.py to the following:and
to no avail. Any ideas?
The text was updated successfully, but these errors were encountered: