Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log delivery support to Message Queue #4

Open
databeast opened this issue Nov 11, 2014 · 4 comments
Open

Log delivery support to Message Queue #4

databeast opened this issue Nov 11, 2014 · 4 comments

Comments

@databeast
Copy link
Contributor

Logs collected on CPE sensor should be pushed into a message queue stream for deliver to upstream analytics.

Logs will need to be collected by syslog/eventlog collector on host, then pushed into message queue system.

@databeast
Copy link
Contributor Author

I've been looking at various aspects of this, including writing a logstash connector to push things into Kafka, or just having rsyslog push everything directly into kafka with no intermedia store.

In generaly, the idea of taking log data and pushing them either individually or grouped, into Kafka MQ items seems reasonably trivial.

@RevREB
Copy link

RevREB commented Nov 11, 2014

Except for the kafka dependancy on Zookeeper.
IF you build the Elasticseach environment right with a Nginx proxy and certs it can be made simpler with just log stash and the HTTP send module

@databeast
Copy link
Contributor Author

fyi: we want kafka for a whole bunch of stuff, but early on however the primary benefit is removing IP address config from individual components (ie. just send everything to the local kafka instance, let it worry about off-host connectivity)

@RevREB
Copy link

RevREB commented Nov 11, 2014

Well, do we have a "system" map yet.
something to show how all the bits are connecting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants