Skip to main content

Is it possible to use graph.metadata.log_type to see the entity information from specific log type?

I can search using graph.metadata.product_name or graph.metadata.vendor_name. But it would be really helpful if this feature can be implemented.

Let me know your thoughts/suggestions on this

Hi, it is already available.
 try the following:



graph.metadata.event_metadata.base_labels.log_types != ""



match:

graph.metadata.event_metadata.base_labels.log_types


Reply