| Name | Type | Description | Notes |
|---|---|---|---|
| created_epoch_millis | int | [optional] | |
| creator_id | str | [optional] | |
| description | str | Description of this source | [optional] |
| hidden | bool | A derived field denoting whether this source has been hidden (e.g. excluding it from query autocomplete among other things) | [optional] |
| id | str | id of this source, must be exactly equivalent to 'sourceName' | |
| marked_new_epoch_millis | int | Epoch Millis when this source was marked as ~status.new | [optional] |
| source_name | str | The name of the source, usually set by ingested telemetry | |
| tags | dict(str, bool) | A Map (String -> boolean) Representing the source tags associated with this source. To create a tag, set it as a KEY in this map, with associated value equal to true | [optional] |
| updated_epoch_millis | int | [optional] | |
| updater_id | str | [optional] |
This repository was archived by the owner on Jan 16, 2026. It is now read-only.