-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Adding firehose to elastic search support #7839
Conversation
Please review the elasticsearch_configuration schema before I actually code the rest. |
Hi @iceycake The schema looks solid - I think the only thing that seems to be missing is The rest looks ready to get started with the CRUD P. |
8172d02
to
9d6f88c
Compare
9d6f88c
to
bac0bc7
Compare
6ee2d94
to
12675e3
Compare
@stack72 The acceptance test took a loooooooong to run but I think I got it.
Please review the PR. Thanks. |
ee012c5
to
b2c565c
Compare
Tune the timeout settings and it's way better now.
|
b2c565c
to
d83e26c
Compare
Add firehose elasticsearch configuration documentation Adding CRUD for elastic search as firehose destination Updated the firehose stream documentation to add elastic search as destination example. Adding testing for es as firehose destination Update the test case for es
d83e26c
to
10aaff1
Compare
Hi @iceycake Thanks for the work here :) This LGTM! Functionality works as expected
Merging now! Paul |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Attempting to add firehose stream to elastic search support as stated in #6680