I have application that is saving logs to SQL database. Now I'm using Logstash to read data from DB and send it to Elasticsearch and it's working fine. We are now taking Elastic Agent with Fleet into use and it would be really cool if I could do log ingestion without Logstash (because Logstash cannot be managed by Fleet). I have noticed that there are several SQL server integrations, but they're are related to SQL logs and metrics.
Other option would be to be able to manage Logstash with Fleet, but JDBC type Elastic Agent integration would be better.
Has anyone find solution to do this kind of scenario?