Commit e1739b60 by Uros Meglic Committed by Torkel Ödegaard

(fix)elasticsearch: IP addresses don't survive terms aggregation (#4393) (#6246)

parent ce60efea
......@@ -171,6 +171,9 @@ function (_, queryDef) {
} else {
props["filter"] = nameIndex;
}
if (bucket.key_as_string) {
props[aggDef.field] = bucket.key_as_string;
}
this.processBuckets(bucket, target, seriesList, docs, props, depth+1);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment