I'm fairly new to using log analytics and not very familiar with the KQL language yet for queries.
I'm trying to do a query that will get the objectID value out of what appears to be a multi-valued property from the query. When I do a standard search to list the results in a table one of the columns is Properties, and the objectID is within that property column.
Not sure how to go about doing this so the results just show the objectID.
project Properties.ObjectId
in your query, and see if theObjectId
can be shown. And also you'd better add your query in your question. - Ivan Yang