Hi,
I'm new to ELK,
and I have two Visualizations for two models predictions in python and i want to join them to an existing Dashboard in kibana.
Is this possible?
I tried to index every prediction algorithme values (from python) in a different Elasticsearch index, and i created 3 separated Dashboards .But i need them together in the same dashboard.
is there a solution to join them ? (3different indexes)
What's the best solution should i go for it?
Thank you .