I'm looking for something that will allow me to visualise some data I have stored in Mongo and Kibana looks like a good front end. But if I understand correctly, it cannot query and display data from Mongo directly. That data must first be loaded into ES somehow.
I've read about mongo-connector, but as far as I can tell that basically just replicates CRUD operations. I would need something a little more sophisticated to query and aggregate the data.
I don't necessarily need something that is updated in real time.
Have I understood correctly? Is there any way for Kibana to query Mongo directly?