Hello,
Is it possible to define an IngestionSpec such that one of the dimensions has as Regex applied to it during ingestion.
For example, I have dimension for request_url
but I would like to only ingest a portion of that data for aggregation. Essentially transform “GET /eu_cookie_notice.html HTTP/1.1” -> “/eu_cookie_notice.html” during ingestion via regex.
Based off the documentation it seems the DimensionSpec extraction function are only applied after the data has been ingested.
Thanks.
-William