Hi,
I'm using the Kibana API to retrieve visualisations. I want to be able to post multiple jobs at once and have them all process at the same time:
As you can see currently any new reporting jobs will wait until the previous one is completed, which makes things quite slow. I've also tried posting jobs from different elastic users, thinking there's a separate job queue for each user. However the queue seems to be global for all users, therefore if I added any jobs as a separate user to the same server as above, it will have to wait until all 7 jobs created by user 'reporting' have finished before starting to process.
Any ideas on how to make this asynchronous? Or at least a workaround to speed this up?
Thanks!
