Hello,
Actually i developed a medical application with a backend in rails. I use postgresql for the storage. I would like to use Kibana to make "some datamining" . But i don't know what is the best way to send the data from my backend to kibana. Should I go through to ElasticSearch to feed Kibana (and what is the best way to do it ? ) or Kibana could call a service from my rails backend ?
Thanks,