Hi,
You can use the Usage table to get Data Types and solutions:
Usage
| distinct DataType, Solution
Additionally, you can use the search function to find Data types, resource IDs, subscriptions and tenants.
search * | distinct Type, _ResourceId, TenantId, SubscriptionId
Keep in mind that this is a resource intensive query, so it is not meant to be executed all the time. Also, not every log would contain _ResourceId, TenantId and SubscriptionId columns. If you need something specific for a specific log you will need to drill down to that log in order to find the needed information.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.