0

I am trying to deploy elkstack on azure with eventhub in between for resiliency. To ship data from Eventhub to Logstash, I found 2 options azure evenhub plugin and azure module in filebeat. Not sure which one should I use and in which scenario. Also not able to understand the difference between the working of these 2. Any help will be appreciated.

Thanks

Swapan Sur
  • 71
  • 4
  • 13

1 Answers1

0

Filebeat EH plugin is in Beta and provides less configuration options compared to Logstash plugin. Both plugins implements event processor host consumer model. I would recommend Logstash.

Serkant Karaca
  • 1,896
  • 9
  • 8