You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/ingest_budget.html.markdown
+1-44Lines changed: 1 addition & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,47 +8,4 @@ description: |-
8
8
# sumologic_ingest_budget
9
9
Provides a [Sumologic Ingest Budget][1]. To assign an Ingest Budget to the Collector use the field `_budget` with the Field Value of the Ingest Budget to assign.
*`name` - (Required) Display name of the ingest budget. This must be unique across all of the ingest budgets
33
-
*`field_value` - (Required) Custom field value that is used to assign Collectors to the ingest budget.
34
-
*`capacity_bytes` - (Required) Capacity of the ingest budget, in bytes.
35
-
*`description` - (Optional) The description of the collector.
36
-
*`timezone` - (Optional) The time zone to use for this collector. The value follows the [tzdata][2] naming convention. Defaults to `Etc/UTC`
37
-
*`reset_time` - (Optional) Reset time of the ingest budget in HH:MM format. Defaults to `00:00`
38
-
*`reset_time` - (Optional) Reset time of the ingest budget in HH:MM format. Defaults to `00:00`
39
-
*`description` - (Optional) Description of the ingest budget.
40
-
*`action` - (Optional) Action to take when ingest budget's capacity is reached. All actions are audited. Supported values are `stopCollecting` and `keepCollecting`.
41
-
42
-
The following attributes are exported:
43
-
44
-
*`id` - The internal ID of the ingest budget. This can be used to assign collectors to the ingest budget.
45
-
46
-
## Import
47
-
Ingest budgets can be imported using the name, e.g.:
0 commit comments