Export data from AWS ElasticSearch to AWS RDS instance using Logstash
We have Amazon ElasticSearch Cluster of version 7.10.0. We would like to export some data from ElasticSearch to RDS Table. We are already using Logstash to import some data into ElasticSearch. There is amazon_es plugin which can only be used as output plugin in logstash pipeline but for export, we are not able to find anything.
In our use case, there is some summarize data in Amazon ElasticSearch which we want to insert into RDS table. Let us know how can we do it?
Hi there, currently logstash and AWS DMS only supports ES as the destination but not source. One closest option to achieve your use case is to use AWS Lambda to read data from Elasticsearch (1) and then insert data to Amazon RDS(2)
(1) https://blogs.tensult.com/2020/01/01/aws-lambda-to-perform-various-tasks-in-elasticsearch/
(2) https://docs.aws.amazon.com/lambda/latest/dg/services-rds-tutorial.html
Relevant questions
What features of Open Distro is supported by ElasticSearch?
Accepted AnswerQuicksight export more than 1 million rows data to multiple csv
asked 3 months agoExport data from AWS ElasticSearch to AWS RDS instance using Logstash
asked 5 months agoProblem with deadlock on AWS RDS MySQL
asked 4 years agoAws athena- query both s3 and rds
asked 3 years agousing ingest-geoip or Nginx filebeat/metricbeat module on Amazon ElasticSearch
Accepted Answerasked a year agoWhat is the best practice to load data to redshift with aws glue ?
asked 2 years agoLogging with CloudWatch vs. ElasticSearch/Kibana
Accepted Answerasked 5 years agoCan we export the mongodb using the data pipeline?
Accepted Answerasked 6 years agopagination question on appsync to elasticsearch
Accepted Answerasked 3 years ago
Any help/guidance on this?