Nlog Export to CSV

Which fields from Orchestrator Nlog files can be export in CSV ?
How can I have the exaustiv list by names not by ID ?

As example :

BR

Which fields from Orchestrator Nlog files can be export in CSV ?
How can I have the exaustiv list by names not by ID ?

As example :

column name=“organizationUnitId” layout=“${event-properties:item=organizationUnitId}”
column name=“tenantId” layout=“${event-properties:item=tenantId}”
column name=“timeStamp” layout=“${date:format=yyyy-MM-dd HH:mm:ss.fff}”
column name=“level” layout=“${event-properties:item=levelOrdinal}”
“column name=“windowsIdentity” layout=”${event-properties:item=windowsIdentity}"

BR

you can have that from source in ID only

If you need that data with names. You need to perform some transformation and map that ID to the table that lings ID->Name.

That can be done at DB level using SQL script or after you get the files, you can use excel to transform data