Forum Discussion
j0ebeer
Jan 31, 2024Copper Contributor
Extract a field & append to URL
Can I extract a field from a log and then append that to a URL? In the example query I want to have the ID field appended to the URL.
GBushey
Feb 01, 2024Microsoft
You can do this using the 'strcat()' function: https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/strcat-function