-
Notifications
You must be signed in to change notification settings - Fork 715
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
Error while loading datta #247
Comments
@sonfrau Can you see what the error message says? If you click on the message that should expand. If not, could you share the logs? |
In the application.log I'm getting this messages:
Could I give you further information? Is there any way to start cerebro 072 in debugger mode to get more logging information? Is it safe to change values on conf/logback.xml to raise logger level from INFO to DEBUG (e.g.)? |
@sonfrau It should be safe to change the log level, although I must admit this might not make a lot of difference. Do you have any error logs on your ES(for the first error posted)? And for the second, can you give me the output of running these requests against your cluster:
|
Good morning, Ok, then I'm not going to raise the level. on our ES, I don't see any special error. I share with you last logs, some of them, at the same time we were trying to perform actions on cerebro072
I attach the screenshot output gotten of your second request I guess it's enough for you that detail or you need the whole output. Thanks and kind regards. |
You should know that there is a Nginx Proxy between cerebro072 and our ES cluster. We need that Proxy to protect our ES cluster. We have the same infraestructure to protect other ES cluster but we haven't detected the same behaviour. Regards |
Sorry, I hadn't seen your first message: "@sonfrau Can you see what the error message says? If you click on the message that should expand. If not, could you share the logs?" This is the detail I get:
Error loading repositories
|
@andrewkcarter which version of ES are you running? Can't reproduce this with 6.X |
@lmenezes I'm testing on Elastic Cloud hosted ES 5.6.5 and 6.0.1, and I learned a little more about the conditions as I was just verifying the issue again. The index has to have one or more aliases to trigger the failure when closed. If the index has no aliases, then closing the index has no negative impact on Cerebro. I also tested against ES 5.6.5, ES 6.0.1, and ES 6.1.1 running locally and I couldn't reproduce it. So my issue seems to be isolated to Elastic Cloud hosted clusters. |
Here is the request which is failing in my case:
with response body
I also made the request directly, and got the same 400 response back. In fact all |
Actually, this seems to be the solution: lmenezes/elasticsearch-kopf#372 I don't understand why it's only an issue for me with hosted ES clusters. Perhaps there is something Elastic configures in their hosted clusters that makes this happen. |
@lmenezes, can we get the |
Thanks! |
I was using a 0.6.7 dockerized cerebro to manage five 5.6.2 Elasticsearch nodes but I was getting continuous "Error while loading data" messages.
I have updated the dockerized cerebro to the lasted version: 0.7.2 but I still have the same messages.
Just I can ask for nodes status but I'm not able to perform any other operation.
I can connect to other ElasticSearch without those problems.
How could I troubleshoot this problem?
Thanks and kind regards
The text was updated successfully, but these errors were encountered: