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

[issue-63] integration with logstash output plugin #126

Closed
wants to merge 3 commits into from

Conversation

hldnova
Copy link
Contributor

@hldnova hldnova commented Jun 22, 2018

Signed-off-by: Lida He [email protected]

This PR addresses the issue #63. The example demonstrates the following pipleline

Apache access logs -> Logstash with Pravega output plugin -> Pravega stream -> Flink App -> Alert on Console

The Flink application reads apache access logs from a Pravega stream and once every 2 seconds counts the number of 500 responses in the last 30 seconds, and generates alert when the counts of 500 responses exceed 6. For more details, see https://github.com/hldnova/pravega-samples/tree/issue-63/flink-connector-examples/doc/high-count-alerter.

This is a replacement for #64.

@hldnova hldnova requested a review from vijikarthi June 22, 2018 23:14
@RaulGracia
Copy link
Contributor

@hldnova due to issues we had in previous releases merging develop into master, we have changed the release approach and the current development branch is dev. We plan to delete develop to avoid confusions, so could you please re-open this PR against dev? Thanks!

@EronWright EronWright closed this Oct 22, 2019
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

Successfully merging this pull request may close these issues.

3 participants