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

Simplify publisher pipeline #772

Merged
merged 1 commit into from
Jan 21, 2016
Merged

Simplify publisher pipeline #772

merged 1 commit into from
Jan 21, 2016

Conversation

urso
Copy link

@urso urso commented Jan 19, 2016

  • move event preprocessor normalizing packetbeat IPs and GeoIP support to packetbeat
  • remove workers in sync/async publisher client modes directly forwarding events to output workers

Version string
Config *BeatConfig
BT Beater
Publisher *publisher.PublisherType
Copy link
Member

Choose a reason for hiding this comment

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

Naming makes now much more sense.

@ruflin
Copy link
Member

ruflin commented Jan 20, 2016

LGTM

- remove preprocessor worker completely from libbeat
- introduce transaction publisher in packetbeat to event processing:
  - GeoIP
  - normalize addresses
- simplify sync/async publisher client
- update new_protocol docs and changelog
@urso
Copy link
Author

urso commented Jan 20, 2016

@ruflin squashed

ruflin added a commit that referenced this pull request Jan 21, 2016
Simplify publisher pipeline
@ruflin ruflin merged commit fec24e0 into elastic:master Jan 21, 2016
@urso urso deleted the enh/pub-simpl branch April 27, 2016 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants