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

demandé il y a 2 ans397 vues
2 réponses
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
répondu il y a 2 ans
  • 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

répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions