How filebeat read AWSSQS or AWSSNS service messages?

0

I need help for read AWSSQS message through filebeat then pass through elastic search. Can you provide filebeat yml file config details related links

asked 2 years ago392 views
2 Answers
0

Instead of using Filebeats, you can look at using the Logstash input plugin for SQS if your goal is to pull messages from an SQS queue and send them to ElasticSearch - https://www.elastic.co/guide/en/logstash/current/plugins-inputs-sqs.html

This is the Github link - https://github.com/logstash-plugins/logstash-input-sqs

I will however recommend to check in the ElasticSearch forum as well, since this question is more about ElasticSearch than AWS.

profile pictureAWS
EXPERT
answered 2 years ago
  • There is no Logstash input plugin for SNS, so you will have to create an SQS queue subscriber to the SNS topic and then use the Logstash SQS input plugin

0

Thank for your quick reply. let me try with Logstash

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions