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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ