Step 11: Verifying the Integration
To verify the integration, confirm that Avanan events appear in the Log Analytics workspace:
- Generate or wait for a new Avanan event.
- Open the Microsoft Sentinel workspace.
- Select Logs.
- Run a query against the custom Avanan table.
-
Replace the table name in the following example with the table created by the solution:
AvananEvents_CL | where TimeGenerated > ago(30m) | order by TimeGenerated desc -
Confirm the following:
New events appear in the table.
The event timestamps are correct.
The expected event fields are populated.
Events are associated with the correct Avanan tenant.
Note:The Log Analytics table name may end with
_CL, while the DCR stream entered in the Avanan portal may begin withCustom-.