Inputs
Input configuration parameters:
| Parameter | Description | Default value |
|---|---|---|
| id | A uuid that uniquely identifies the input. | Not set |
| label | A human-readable name for the input. | Not set |
| index | The uuid of the index that this input will send events to | Not set |
| token_required | A 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 |
| token | A 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_extractor | The time extractor to use for this input. See Time Extractors for more information. | { "field": "timestamp", "format": "%s" } |