Skip to content

Commit

Permalink
HttpHost LogicalType Fix ASimTester.csv
Browse files Browse the repository at this point in the history
Removed the hostname LogicalType at httpHost (websession) as it was incorrect according to the documentation https://learn.microsoft.com/en-us/azure/sentinel/normalization-schema-web#:~:text=applicable.%0A%0AExample%3A%20800-,HttpHost,-Optional
  • Loading branch information
Detectioneer authored Sep 13, 2023
1 parent a8977dc commit b0090c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASIM/dev/ASimTester/ASimTester.csv
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ Hostname,string,Alias,WebSession,Hostname,,DstHostname
HttpContentFormat,string,Optional,WebSession,,,
HttpContentType,string,Optional,WebSession,,,
HttpCookie,string,Optional,WebSession,,,
HttpHost,string,Optional,WebSession,Hostname,,
HttpHost,string,Optional,WebSession,,,
HttpIsProxied,bool,Optional,WebSession,,,
HttpReferrer,string,Optional,WebSession,,,
HttpRequestBodyBytes,long,Optional,WebSession,,,
Expand Down

0 comments on commit b0090c7

Please sign in to comment.