'Replacing text in Grok Parser
I've been trying to use datadog's grok parser pipeline tool to parse out url endpoint information as described by this blog post. However, one issue that I'm running in to is that some of our URLs have information embedded in the middle of them. For example /files/images/<IMAGE_ID>/metadata/. I would like to be able to parse this into its own endpoint by replacing <IMAGE_ID> with a placeholder like :param: so that the parsed value would look like /files/images/:param:/metadata/. Is there a way to do this with the capabilities currently in datadog? Reading through the parsing documentation, I couldn't find anything.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
