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 plugin support for autodiscover builders, providers #6457

Merged
merged 1 commit into from
Feb 25, 2018

Conversation

vjsamuel
Copy link
Contributor

No description provided.

@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?


var pluginKey = "libbeat.autodiscover.builder"

func Plugin(name string, b autodiscover.BuilderConstructor) map[string][]interface{} {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported function Plugin should have comment or be unexported


var pluginKey = "libbeat.autodiscover.provider"

func Plugin(name string, provider autodiscover.ProviderBuilder) map[string][]interface{} {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported function Plugin should have comment or be unexported

@vjsamuel vjsamuel force-pushed the autodiscover_plugins branch from 8d39865 to 43b29b3 Compare February 23, 2018 11:57
@vjsamuel vjsamuel force-pushed the autodiscover_plugins branch from 43b29b3 to 1035959 Compare February 23, 2018 11:58
@exekias
Copy link
Contributor

exekias commented Feb 23, 2018

ok to test

Copy link
Contributor

@exekias exekias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kvch
Copy link
Contributor

kvch commented Feb 23, 2018

jenkins test it

@exekias exekias merged commit 911a1ab into elastic:master Feb 25, 2018
@vjsamuel vjsamuel deleted the autodiscover_plugins branch March 5, 2018 07:25
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.

5 participants