definition-properties-logs-properties-elasticsearch-logging-options.md 2.5 KB

elastic Type

object (Elasticsearch logging options)

elastic Properties

Property Type Required Nullable Defined by
level string Required cannot be null Distributor node configuration
endpoint string Required cannot be null Distributor node configuration

level

Minimum level of logs sent to this output

level

level Type

string

level Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"error"
"warn"
"info"
"http"
"verbose"
"debug"
"silly"

endpoint

Elastichsearch endpoint to push the logs to (for example: http://localhost:9200)

endpoint

endpoint Type

string