the 'transactionId_s' field and 'transactionId_g' field in waf log

Zhang, Di 21 Reputation points
2020-09-04T02:58:26.707+00:00

Why in my exported app gateway waf log, field 'transactionId_g' has a value and field 'transactionId_s' has no value?

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
456 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,078 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. suvasara-MSFT 10,046 Reputation points
    2020-09-04T07:31:11.227+00:00

    Hello,

    Here string values that appear to be GUIDs will be given the _g suffix and formatted as a GUID, even if the incoming value doesn't include dashes. For example, both "8145d822-13a7-44ad-859c-36f31a84f6dd" and "8145d82213a744ad859c36f31a84f6dd" will be stored as "8145d822-13a7-44ad-859c-36f31a84f6dd". The only differences between this and another string is the _g in the name and the insertion of dashes if they aren't provided in the input.
    As of now there is no option to force custom suffix while generating logs. You can provide your feedback on this feature here in this feedback portal section.


    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.