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

Integration with Elasticsearch #142

Open
raderio opened this issue Jul 17, 2017 · 3 comments
Open

Integration with Elasticsearch #142

raderio opened this issue Jul 17, 2017 · 3 comments

Comments

@raderio
Copy link

raderio commented Jul 17, 2017

How to integrate with elasticsearch?

@federicojasson
Copy link

Once you have the data being streamed to Kafka, you can use Logstash:

Logstash's Kafka input plugin:
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-kafka.html

Logstash's Elasticsearch output plugin:
https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html

@ewencp
Copy link
Contributor

ewencp commented Jul 18, 2017

I'd actually recommend Kafka Connect and the Elasticsearch connector. They provide better delivery guarantees and simpler scalability than logstash.

@federicojasson
Copy link

Cool! I wasn't aware that an Elasticsearch connector existed 😄

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

No branches or pull requests

3 participants