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

Add endpoint to config for testing and development #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dennyjun
Copy link

I realized there's no way to set the endpoint if I am running Kinesis locally for testing and development. I couldn't get the local version of logstash-input-kinesis to run so I couldn't test it but code should work. If I can get a link to getting custom plugins to run locally that actually works I would really appreciate it!

@codekitchen
Copy link
Collaborator

I typically follow a process similar to the one outlined here for local testing: https://www.elastic.co/guide/en/logstash/current/_how_to_write_a_logstash_output_plugin.html#_building_and_testing_4

Basically, gem build the plugin, then point logstash-plugin install to that local .gem file.

This change should allow using a local kinesis, but it will still require a real AWS dynamodb table. We should probably add an option to configure the dynamo endpoint as well, so that you can use local dynamo.

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.

2 participants