Import data from mysql dump to Elasticsearch

I want to import data from .sql file (backup created from mysql db with extension .sql) to elasticsearch. What is the way of doing that?

What is the format of the data?

Badger, It is mysql table data but with .sql extension. for example abc.mysql

Any direct way of importing it? Without being restored on mysql and then ingesting it?

Not that I am aware of. I think you need to restore and use the JDBC input plugin.

Ok. Thanks, That is the solution I am aware of. I was searching the direct method of doing that

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.