This is the multi-page printable view of this section. Click here to print.
T
- 1: Table
- 2: Transport Sayer Security (TLS)
- 3: Token
- 4: Tracker
1 - Table
2 - Transport Sayer Security (TLS)
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.
See Also
4 - Tracker
See Also
- Processor filter Processor filter A Processor Filter is used to used to find Streams to process through the Pipeline associated with the Processor Filter. A Processor Filter consists of an expression tree to select which Streams to process and a tracker to track the what Streams have been processed.Click to see more details...
- Stream Stream A Stream is the unit of data that Stroom works with and will typically contain many Events.Click to see more details...