Hi everyone,
I am running ES as a docker container, install sometime last month. I believe that puts me on version 7.3.1. I want to export my ES data to a MySQL databases, and a few Google searches suggest that I'll need the JDBC plugin to do that. The download page here looks like instructions for the process (non-Docker) version of of ES.
My question is... if I want JDBC, will I have to manually install it in my docker container? Or, put a better way, how can I tell if JDBC is installed in my ES?
Apologies for the rookie-level question, all advice is appreciated.