appmixer.axiom.datasets.IngestData
Ingest Data
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Dataset Name | text | The unique name of the dataset to ingest data into |
| Data | textarea | The data to ingest. Can be JSON, NDJSON, or CSV format. Example: [{"message":"test event 1","level":"info"},{"message":"test event 2","level":"warning"}] |
| Data Format | select | The format of the data being ingested |
| Timestamp Field | text | The name of the field to use as the timestamp. If not specified, the current time will be used |
| Timestamp Format | text | The date-time format of the timestamp field using Go time format (e.g. 'Mon Jan 2 15:04:05 -0700 MST 2006') |
| CSV Delimiter | text | The delimiter to use when parsing CSV data. Defaults to comma (,) |
| CSV Fields | text | Comma-separated list of field names for CSV. If not specified, the first line is used as field names |
| Event Labels | textarea | A JSON object with additional labels to add to all events in the request (e.g. {"environment": "production"}) |
| Field | Type | Description |
|---|---|---|
| Ingested | - | |
| Failed | - | |
| Processed Bytes | - | |
| Blocks Created | - | |
| WAL Length | - | |
| Failures | - |