How to Configured ElasticSearch in Windows platform?

Can you please guide how to configured latest version of ElasticSearch and Kibana Configured?

Our documentation is pretty good around this, is there something you are particularly stuck on?

Yes I have configured Kibana and ElasticSearch in my system and connect with each other but how can we used that data in Kibana?

Is there data in Elasticsearch?

Yes there is almost 2.5L+ record in Elastic Search.

And have you set things up as per https://www.elastic.co/guide/en/kibana/5.5/connect-to-elasticsearch.html

Yes, Also it's showing index in kibana but don't know how to use it with elastic + C# MVC.

Have you looked at the .net client then - https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html

Yes, This one i have read and follow the steps.
But not getting the result.
See I have made one E-Commerce application(NopCommerce Framwork .net) in that we have created one filter module.

In that we have total 11 to 15 table for product related.
So we have make one join query for that and make one single table for the same.
and that table we will sync with elastic search and after that we will call data from elastic search.
But i read some where that Kibana is bridge between SQL and Elastic and it will transfer data from SQL to elastic directly.
So i want to know that from where we get those option in Kibana?
And also want to know that how can we manage our data in Elastic search so our result will get faster as much as possible.
for now it will take 5 to 10 sec. for retrieving data from Elastic search.

No, it is not. Logstash can do that, so perhaps that is what you are after?

You will need to provide more information on that. Have a look at https://www.elastic.co/help, and then raise a new thread so we can keep your questions separate and easier to follow and resolve :slight_smile:

Okay.. Thank you for your kind support.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.