Cookie Enrichment for all cookies?

Hi all

Anybody have experience or have try to extract all the cookies that exist in a domain? Can the cookie enrich json allow reg expressions?

best

@spatialy,

According to the wiki, any cookie could be extracted on the domain. However, it only works with Scala collector as the cookie name is matched against HTTP headers which are available in the Thrift raw event payload (the CloudFront and Clojure Collectors do not capture HTTP headers).

Here’s the Scala code implementing the cookie name matching. My understanding is Regex is not used in matching algorithm.

Hi @ihor, thanks for your response

Yes we only use the scala collector, so we can go with this.

As an optional question, somebody know any relation of the most common cookies set by others in the site domain that are relevant to track?

best