Push data into Kibana

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,

Kibana works on data indexed in Elasticsearch, so you must index your data into Elasticsearch from the backend.

Ok thanks. Do you know a gem to push data into Elasticsearch in an easy way ?

I am not a Rails developer, but suspect you may want to have a look at the elasticsearch-ruby client and/or elasticsearch-rails.

1 Like

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