Filebeat Kafka output

Is it possible to specify a partition key when using filebeat to send to a Kafka topic?

Based on the code it seems like you can't set it now but I think it would be easy to add this feature.

Right partition keys are not supported yet. For now It's blocked by some other features required to extracts/compute some hash for setting a partition. Feel free to add a github issue.