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

已提問 2 年前檢視次數 396 次
2 個答案
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
專家
已回答 2 年前
  • 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

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南