user1050544
user1050544

Reputation: 447

Nginx Access Log To Kinesis

I am looking for a scalable solution. Nginx will server a pixel (1x1 gif) with a query string to an html page. This query string will be in the nginx access logs. I need to stream, or send this data to Amazon kinesis so that we can then process it later. I have done some reading about Logstash, Fluentd, Ect. Is anyone doing this? What is the recommended why to turn the access log into events that can then be processed?

Thanks Brian

Upvotes: 4

Views: 1943

Answers (1)

Kazuki Ohta
Kazuki Ohta

Reputation: 1441

This is definitely possible with Fluentd. Amazon published its own plugin for AWS Kinesis. Fluentd has a feature to tail the nginx logs. Please check the URLs below.

Upvotes: 3

Related Questions