Logs endpoints
Create a new log
POST
Authorizations
Body
application/json
The name of the log
Required string length:
1 - 255
Example:
"http"
The name of the log set
Maximum length:
255
Example:
"demo"
Response
201
application/json
Log created successfully
The name of the log set
Example:
"demo"
The name of the log
Example:
"firewall"
The unique identifier of the log
Whether the log is generated by the system
Example:
false
A map of key value pairs associated with this log
Example:
{
"region": "eu",
"environment": "production"
}
This is the percentage of new incoming data for this log that will be rejected (where 0.0 is no data rejection and 1.0 is all data rejection). Rejected data is not recoverable and will not be indexed or monitored.
Required range:
0 <= x <= 1
This is the log level at which incoming events will be accepted. For example if info is set then debug and trace events will be rejected. Events with no level will be allowed irrespective of the level set. Rejected data is not recoverable and will not be indexed or monitored.
Available options:
trace
, debug
, info
, warning
, error
, severe
, critical
, fatal
, notice
, alert
, emergency