Skip to content

Instantly share code, notes, and snippets.

@mattb
Created April 14, 2014 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattb/10676316 to your computer and use it in GitHub Desktop.
Save mattb/10676316 to your computer and use it in GitHub Desktop.
val groups = buf.groupBy(x => mapper.writeValueAsString(List(x.get("periodSeconds"), x.get("cIp"), x.get("csHost"), x.get("requestMethod"), x.get("userAgent"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment