Is it possible to create a filter based on keywords for entities, like I have multi URI sites that start with the same name and I want to process that will select new added sites by their name.
Hi @eem4osg You can filter on URI entities by name in the "Explore" section. Just use the search area with a relevant tag, like the "name" tag.You could then use operators like wildcards or the "~" character for "contains" matching. E.g. Searching for all URI entities that contain "test" in the name.
Thank you, but how can that be used for creating a Dashboard view
@eem4osg The dashboarding system in SWO can be used for visualizing the time series data attached to a metric/entity. You can apply the same filtering I described above to the data that you're visualizing in the widget creation. Here I'm visualizing the synthetics.ping.response.time metric filtered on all URI entities containing "DN" in the uri.name attribute's value. (Note that, in this particular demo environment, I only have 1 actual URI entity which is named "DNS")