Configure my service for filebeat output

Hi Everyone,
Pls can i configure the file beat to send its output data to the service i created

Hello @wolecharles_job, currently Filebeat and any other beats support a few outputs out of the box:

  • Elasticsearch
  • Logstash
  • file
  • redis
  • kafka

Your application could read the events from redis or kafka and do more processing, or you could extend the common library (libbeat) and add a new output plugin for your service.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.