This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

T

1 - Table

A Table is the tabular part of a Dashboard or Query that contains the data.

2 - Transport Sayer Security (TLS)

Transport Sayer Security (TLS) is the evolution of Secure Sockets Layer (SSL) and refers to the encryption of traffic between client and server.

TLS is typically used in Stroom for communications between Stroom-Proxy and Stroom, between Stroom nodes and when communicating with external systems (e.g. an Elasticsearch cluster of a HttpPostFilter destination).

3 - Token

Tokens are generally set in the HTTP header Authorization with a value of the form Bearer TOKEN_GOES_HERE. Tokens may contain information, e.g. a JSON Web Tokens (JWT) or simply be long strings of random characters (to essentially make a very secure password), like API Keys.

Tokens are associated with a Stroom User so have the same or less permissions than that user. Tokens also typically have an expiry time after which they will no longer work.

4 - Tracker

A Tracker is associated with a Processor Filter and keeps track of the Stream that the Processor Filter has already processed.