Datasource
is a datatype
for a datasource such as a file name or system sending data to
LogScale.
Table: Datasource
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 24, 2024 | |||||
Name | string | yes | Short-Term | The name of the datasource. | |
newestTimestamp | datetime | yes | Short-Term | The most recent time stamp in the datasource. | |
oldestTimestamp | datetime | yes | Short-Term | The oldest time stamp in the datasource. | |
sizeAtIngest | float | yes | Short-Term | The size in Gigabytes of the data from this data source before compression. | |
sizeAtIngestOfMerged | float | yes | Short-Term | The size in Gigabytes of the data from this data source before compression, but only for the parts that are now part of a merged segment file. | |
sizeOnDisk | float | yes | Short-Term | This size in Gigabytes of the data from this data source currently on disk. | |
sizeOnDiskOfMerged | float | yes | Short-Term | This gigabytes of the data from the data source on disk, but only the parts of a merged segment file. | |
tags | [Tag ] | yes | Short-Term | Any tags associated with the datasource. See Tag . |