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

preguntada hace 2 años397 visualizaciones
2 Respuestas
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
EXPERTO
respondido hace 2 años
  • 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

respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas