1 min readNov 7, 2019
Hi Artem Klimenko , I once use logstash for indexing my database into elasticsearch, but it just for one time indexing only. Then I found that elasticsearch has an API to indexing bulk data. So I made a service to indexing all my data automatically using Bulk API which provided by elasticsearch. Perhaps you can use this API https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html