Hello,
I did an index in JSON with elasticsearch, (no problem with this). But I need do an web based application and I can't understand how I need to do that.
Thank you.
Hello,
I did an index in JSON with elasticsearch, (no problem with this). But I need do an web based application and I can't understand how I need to do that.
Thank you.
You can build your own application which will use
GET _search
Endpoint.
Or you can start Kibana which is a UI for elasticsearch.
But if I do that with Kibana the UI can be in REACT?
Not sure I understand.
If you want to build a React application, well, build it. Just call elasticsearch Rest endpoints.
If you want to use an existing UI, start Kibana.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.