object
(Elasticsearch logging options)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
level | string |
Required | cannot be null | Distributor node configuration |
endpoint | string |
Required | cannot be null | Distributor node configuration |
Minimum level of logs sent to this output
level
is required
Type: string
cannot be null
defined in: Distributor node configuration
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"error" |
|
"warn" |
|
"info" |
|
"http" |
|
"verbose" |
|
"debug" |
|
"silly" |
Elastichsearch endpoint to push the logs to (for example: http://localhost:9200)
endpoint
is required
Type: string
cannot be null
defined in: Distributor node configuration
string