HTTP- HTTP request logs
The log fields described below relate to the HTTP requests managed by the Stormshield KMaaS. They belong to the http log family (Kind:http).
request category
This category of logs contains all the incoming HTTP requests sent to the Stormshield KMaaS.
receive action 
The receive action means that an HTTP request has been received by the Stormshield KMaaS. It generates an "info" severity log.
The log fields for this action are as follows:
|
Field |
Description |
Type |
Mandatory/Optional |
|---|---|---|---|
|
endpoint |
URL of the retrieved resource. Example: https://localhost:4000/static/one-login/.well-known/jwks.json |
String | Mandatory |
|
method |
Request method. Examples: POST, GET, OPTIONS |
String | Mandatory |
|
remote_user_agent |
Information about the request issuer contained in the request header. Example: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453 Safari/537.36 |
String | Mandatory |
|
remote_address |
Address of request issuer. Example: 172.16.16.212 | String | Mandatory |
|
content_length |
Size of received request body, in bytes. Only present when body size is greater than zero. |
Integer | Optional |