We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Elasticsearch version??

Answered
Henrique Santiago asked on May 27, 2019

I didn't found anywhere on the site which version of elasticsearch we can use.
I tested it with version 2.3.1 and nothing worked, I tested it with version 7.1.0 (most updated at the moment) and nothing worked as well. Looking at the forum, I saw that a person had a problem with version 6.3.2, but was able to resolve it and was able to use the component. It was then that I had the idea of downloading 6.3.2 in order to use it and now I am able to use it, but I would like to know the version indicated / possible to use, because I'm afraid of getting stuck version 6.3.2 elasticsearch.

7 answers

Public
Vera Didenko Vera Didenko Flexmonster May 28, 2019

Hello, Henrique,
 
Thank you for your question.
 
We have tested Flexmonster with version 6.4 of Elasticsearch and would like to point out that with versions 6.x it should work fine.
 
Regarding the latest version 7.1, Flexmonster's support for it is still currently being tested, but so far all tests have run smoothly. 
Could you please specify what exactly didn't work for you? Your feedback is very important for us and will greatly help our developer team.

We would like to mention that our developer team is aimed at keeping Flexmonster up to date with the latest versions of Elasticsearch.
 
We are looking forward to hearing from you.
 
Best Regards,
Vera

Public
Henrique Santiago May 28, 2019

Yes, of course!
 
I can connect to my Elasticsearch, that is at localhost:9200, I can load any of my indexes, but when i select some fields or values and click on Apply, the Flexmonster shows an error. "Error: Request failed to complete."

Public
Vera Didenko Vera Didenko Flexmonster May 30, 2019

Hello, Henrique,
 
Thank you for your reply.
 
It seems the reason for this issue could be because CORS is not enabled.
We kindly advise ensuring that CORS is configured. Here is an example of how to enable CORS in the elasticsearch.yml file:

http.cors.enabled: true
http.cors.allow-origin: "*"
http.cors.allow-credentials: true
http.cors.allow-headers: "X-Requested-With, Content-Type, Content-Length, Authorization"

Here is a link to our connecting to Elasticsearch guide.
 
Also, could you please send us screenshots of the developer console when Flexmonster shows "Error: Request failed to complete."?
This will greatly help our team to determine the cause of the issue.
 
We are looking forward to hearing from you.
 
Best Regards,
Vera

Public
Henrique Santiago May 30, 2019

The error seems different now. If you see, i have an index(faturamento), flexmonster can see it. But, when I click on it and click OK. The fields and values don't appear.

Public
Vera Didenko Vera Didenko Flexmonster May 31, 2019

Hello, Henrique,
 
Thank you for your response and for providing screenshots.
 
We haven't managed to reproduce the issue. 
 
Could you please send us the full mapping configuration of the faturamento index (could be sent by email) so we may help you solve this problem? 
Also please take a screenshot of the browser's console output (when empty Field List is shown). You can open it by using the CTRL+Shift+I key combination and selecting the console tab.
 
We are looking forward to hearing from you.
 
Best Regards,
Vera

Public
Henrique Santiago May 31, 2019

There's nothing at the console.

Attachments:
_mapping.json
flex-1.png

Public
Vera Didenko Vera Didenko Flexmonster June 3, 2019

Hello, Henrique,
 
Thank you for sending the mapping.
 
Our team has tested your mapping on version 2.7.7 of Flexmonster and version 7.1 of Elasticsearch and everything worked fine.
We kindly advise updating to version 2.7.7 of Flexmonster since support for Elasticsearch has been improved in this version.
 
Please let us know if updating to the latest version of Flexmonster resolves the issue.
 
If this doesn't solve the problem, could you please give us access to your Elasticsearch server so our developer team can test it on our end (this can be done via email)?
This will greatly help us solve the problem.
 
We are looking forward to hearing from you.
 
Best Regards,
Vera

Please login or Register to Submit Answer