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

Support host based partition-key for Kafka output, Important for ordering. #2050

Closed
ShahSunny opened this issue Jul 18, 2016 · 5 comments
Closed
Labels
enhancement libbeat needs_team Indicates that the issue/PR needs a Team:* label Stalled

Comments

@ShahSunny
Copy link

Support host based partition-key for Kafka output, Important to ensure the ordering of logs per host.

For confirmed bugs, please report:

  • Version: 5.0.0 Alpha 4
  • Operating System: Linux
  • Steps to Reproduce:
@ruflin
Copy link
Member

ruflin commented Jul 18, 2016

@ShahSunny As far as I understand, that is a feature request for the Kafka output and not a bug?

@urso
Copy link

urso commented Jul 18, 2016

Yes, it's a feature request.

@urso
Copy link

urso commented Aug 19, 2016

What exactly you mean by 'host based partition-key'? You care about the actual partitioning, or do you care about message ordering?

#2284 makes partitioner configurable add support for hash-based partitioning (either using configurable message key or configure list of event fields used to compute hash).

some beats (filebeat and winlogbeat) do require infinite retry. Due to limitations in current architecture, if publishing fails too often due to network errors (default set to 1000 to make it somewhat unlikely), message order can not guaranteed anymore. Setting the kafka version to 0.10 when using kafka 10 will add the event timestamp (for filebeat/winlogbeat moment data has been acquired) to published messages.

@botelastic
Copy link

botelastic bot commented Jul 9, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added Stalled needs_team Indicates that the issue/PR needs a Team:* label labels Jul 9, 2020
@botelastic
Copy link

botelastic bot commented Jul 9, 2020

This issue doesn't have a Team:<team> label.

@botelastic botelastic bot closed this as completed Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement libbeat needs_team Indicates that the issue/PR needs a Team:* label Stalled
Projects
None yet
Development

No branches or pull requests

3 participants