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 |
| time_extractor | The time extractor to use for this input. See Time Extractors for more information. | { "type": "Field", "field": "timestamp", "format": "%+" } |
Input tokens are managed separately from the normal input configuration API. When token_required is true, Crystalline generates a token for new inputs; retrieve or rotate it with the input token endpoints. Bootstrap configuration can provide a token value explicitly, but normal input create/update requests do not accept or return it.