The page that you are currently viewing is for an old version of Stroom (7.1). The documentation for the latest version of Stroom (7.6) can be found using the version drop-down at the top of the screen or by clicking here.

Sending Data to Stroom

How to send data (event logs) into Stroom or one of its proxies.

Stroom and Stroom Proxy have a simple HTTP POST interface that requires HTTP header arguments to be supplied as described here.

Files are posted to Stroom and Stroom Proxy as described here.

Stroom will return a response code indicating the success or failure status of the post as described here

Data can be sent from any operating systems or applications. Some examples to aid in sending data can be found here

It is common practice for the developers/admins of a client system to write the translation to normalise their data as they’re in the best position to understand their logging and to generate specific events as required. See here for further details.


Data Formats

The data formats to use when sending data to Stroom.

Example Clients

A collection of example client applications for sending data to Stroom or one of its proxies.

Header Arguments

The various HTTP headers that can be sent with data.

Response Codes

The HTTP response codes returned by stroom.

Payloads

Description of the data formats for sending data into a Stroom instance.

SSL Configuration

Configuring SSL with cURL.

Java Keystores

How to create java key/trust stores for use with Java client applications.

Last modified September 3, 2024: Merge branch '7.0' into 7.1 (27ab3d5)