Dashboards

Dashboards give you at-a-glance visibility into what the system sees on your network—high-level stats up top, trends over time, and fast drilldowns to details. Use the filter bar to scope results (time, hosts, subnets, TLSClosed TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are protocols for establishing authenticated and encrypted links between networked computers. attributes), then click any tile, chart, or table row to pivot into deeper investigation in Evidence. You’ll see which traffic is quantum-safe now (and which isn’t), where to prioritize remediation, and—via drilldowns—trace client↔server relationships, TLS handshakes, and certificate chains.

Tip:  Where to find this in the Analytics Hub portal:
Main Menu → Dashboards

Figure 25: Crypto Inventory Dashboard

For a full description of each dashboard, see:

Drilldown

Bar, doughnut, line, and area chart drilldown options include:

  • View Relationship: View relationships for the referenced entity (e.g., client) including traffic volume, certificates, and protocol information such as TLS handshakes.

    Tip:  A relationship in this context is a client communicating with a service on a server, the protocol used to communicate between them for a given connection. If available, the certificate(s) used for that communication are captured.
  • View Certificates: View certificates used in the relationship, if available. Certificates cannot be captured for all protocols (e.g., TLS 1.3).

Tip:  
  • Start broad (shorter time range + simple filter), then refine.
  • Certificate details may not be available for all protocols/sessions (e.g., some TLS 1.3 handshakes).
Filtering

Use the filter bar to limit the results set from which the dashboard is built using the DTA query language.

Figure 26: Filtering

Filter Bar

Type your query string in the Filter Bar. As you type, autocomplete suggests fields and operators to speed things up—but it’s not AI, so don’t expect it to infer intent. The bar validates syntax as you go; when the border turns green, your query is syntactically valid.

Important:  Query strings are case sensitive; certWildcardcertwildcard.
Tip:  To clear the current filter, click the Clear button to remove the filter and then press Enter or Apply to reload the results with an empty filter.

A full list of fields and operators is available in the DTA documentation (see DTA Documentation). Below are some examples.

Operator Cheat Sheet

Copy
=   !=                 equality / inequality (strings in single quotes)
>   <   >=   <=        numeric or date comparison
IN (...)               list include (comma-separated values)
LIKE 'foo%'            substring match (SQL-style wildcards: % and _)
~   ~*                 regex match / case-insensitive regex
<<= INET '10.10/16'    IPv4 "includes" (address in subnet)
>= INET '10.10.0.0'    IPv4 compare (range queries)
AND  OR  NOT           boolean logic (use parentheses)

Use single quotes around strings. To include a literal single quote inside a value, double it. For example:

'O''Reilly'

Common Examples

Server IP in specific subnet:

serverIp <<= INET '10.4.3.0/24'

Wildcard certificates:

certWildcard = 'true'

AES 128 certificates:

cipherEnc IN ('AES 128 GCM')

Communications where RSAClosed A widely used public-key cryptosystem, RSA is commonly used for encryption and digital signatures. It is based on the mathematical difficulty of factoring large integers. was used for cipher suite key exchange (TLS 1.2 and older):

cipherKex = 'RSA'
Time Frame

In the Time Frame dropdown, select a time frame for your query. Options are:

  • Last 24 Hours: Ending at the current time.

  • Static Time Frame: Enter a date and time range.

  • Relative to Run Time: A rolling 24-hour window evaluated at the moment the query/report runs (e.g., at 02:00 it covers 02:00 yesterday–02:00 today). If you run it right now, it returns the same results as Last 24 Hours. The difference shows up with saved/scheduled reports:

    • Last 24 Hours saves as a fixed window anchored to when you saved it.

    • Relative to Run Time re-evaluates on each run, always using the most recent 24 hours.

    Tip:  Tip: For scheduled reports, choose Relative to Run Time to keep the window fresh.
  • Last 14 Days: The most recent N full calendar days, ending at 00:00 today in the Hub’s time zone (i.e., up to 23:59:59 of yesterday). Today’s partial day is not included.

    Example:  If today is August 20, Last 14 Days covers August 6 00:00 → August 20 00:00.
    Tip:  If you want up to right now, use a Static Time Frame window instead.
  • Last 30 Days: The most recent N full calendar days, ending at 00:00 today in the Hub’s time zone (i.e., up to 23:59:59 of yesterday). Today’s partial day is not included.

  • Last 90 Days: The most recent N full calendar days, ending at 00:00 today in the Hub’s time zone (i.e., up to 23:59:59 of yesterday). Today’s partial day is not included.

DTA Documentation

The DTA documentation lists all supported filters and operators; some options may not apply to the current page.

Tip:  See the DTA documentation for more information on working with filtering. From the Apply dropdown, select Apply -> Documentation. A document will open in a new window to use as reference when working with data fields and filtering.

The DTA documentation contains three sections: