Inputs

Input configuration parameters:

ParameterDescriptionDefault value
idA uuid that uniquely identifies the input.Not set
labelA human-readable name for the input.Not set
indexThe uuid of the index that this input will send events toNot set
token_requiredA boolean value indicating whether a token is required to access the input. If true, the input will only accept events with a valid token.Not set
tokenA string containing the token that should be used for authentication when sending events to this input. This field is optional and can be left blank if token_required is false.Not set
time_extractorThe time extractor to use for this input. See Time Extractors for more information.{ "field": "timestamp", "format": "%s" }