Skip to content

Add event hubs output #6820

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

Closed
wants to merge 1 commit into from
Closed

Add event hubs output #6820

wants to merge 1 commit into from

Conversation

jseely
Copy link

@jseely jseely commented Apr 10, 2018

Adds an output to Azure Event Hubs

@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?

return err
}

messageId, err := uuid.NewV4()

Choose a reason for hiding this comment

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

var messageId should be messageID

func (a *amqpClient) Close() error {
if a.client != nil {
return a.client.Close()
} else {

Choose a reason for hiding this comment

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

if block ends with a return statement, so drop this else and outdent its block


import "github.com/elastic/beats/libbeat/outputs/codec"

type Config struct {

Choose a reason for hiding this comment

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

exported type Config should have comment or be unexported

@jseely
Copy link
Author

jseely commented Apr 10, 2018

Just realized I had custom properties, will resubmit later

@jseely jseely closed this Apr 10, 2018
@ruflin
Copy link
Collaborator

ruflin commented Apr 11, 2018

@jseely Related to new outputs best have a look at the thread here: #581

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.

4 participants