Skip to content

Clarification on group_by setting in reduce transform #13310

Answered by jszwedko
jblang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jblang !

The group_by forms a "composite key" by which incoming events are grouped before the reduce is applied. So if you have group_by = ["host", "region"], all incoming lines with host = X and region = Y will be grouped together.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jblang
Comment options

@jszwedko
Comment options

@jblang
Comment options

Answer selected by jblang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants