Hacker News new | ask | show | jobs
by nickserv 2538 days ago
Could this replace a simple fluentd setup right now or are there still major functionalities missing?

Specifically, I'm ingesting nginx logs in JSON format, cleaning up invalid UTF8 bytes (usually sent in the forwarded-for header to exploit security vulnerabilities), and sending to elasticsearch on an automated 90 day retention policy (daily indexes).

Seems like a fairly common use case for webservers.