Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview

todo

Widget Filtering

 

Each widget contains a Show Only: text box which allows the user to drill down on specific entity names or entity types. Most common uses for this are in Entity Significance, Event Graph, and Doc Viewer. 

i.e. In Entity Significance, enter company or product in the Show only: text box

 

Two useful tips for using "Show only" text:

  • To avoid matching unwanted substrings, put a space at the end of the string, eg "Vulnerability" (my quotes) will match on Vulnerability and VulnerabilityCategory entities, but "Vulnerability " will only match on the former.
  • You can use regex tricks, eg "Vulnerability|Incident" (my quotes) will match on either of those 2 strings, "https?://" will match on "http://" or "https://" etc
  • No labels