Skip to content

Commit 17a761c

Browse files
committed
update installed collected docs to match inputs
1 parent 5d0ebf9 commit 17a761c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/r/installed_collector.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ The following arguments are supported:
3131
* `category` - (Optional) The default source category for any source attached to this collector. Can be overridden in the configuration of said sources.
3232
* `timezone` - (Optional) The time zone to use for this collector. The value follows the [tzdata][2] naming convention.
3333
* `fields` - (Optional) Map containing [key/value pairs][3].
34-
* `cutOffTimestamp` - (Optional) Only collect data from files with a modified date more recent than this timestamp, specified as milliseconds since epoch.
35-
* `hostName` - (Optional) Host name of the Collector. The hostname can be a maximum of 128 characters.
36-
* `sourceSyncMode` - (Optional) For installed Collectors, whether the Collector is using local source configuration management (using a JSON file), or cloud management (using the UI)
37-
* `targetCpu` - When CPU utilization exceeds this threshold, the Collector will slow down its rate of ingestion to lower its CPU utilization. Currently only Local and Remote File Sources are supported.
34+
* `cut_off_timestamp` - (Optional) Only collect data from files with a modified date more recent than this timestamp, specified as milliseconds since epoch.
35+
* `host_name` - (Optional) Host name of the Collector. The hostname can be a maximum of 128 characters.
36+
* `source_sync_mode` - (Optional) For installed Collectors, whether the Collector is using local source configuration management (using a JSON file), or cloud management (using the UI)
37+
* `target_cpu` - When CPU utilization exceeds this threshold, the Collector will slow down its rate of ingestion to lower its CPU utilization. Currently only Local and Remote File Sources are supported.
3838

3939
### See also
40-
* [Common Collector Properties](https://help.sumologic.com/APIs/Collector-Management-API/Collector-API-Methods-and-Examples#response-fields)
40+
* [Common Collector Properties](https://help.sumologic.com/docs/api/collectors/#response-fields)
4141
* [Common Source Properties](https://github.com/terraform-providers/terraform-provider-sumologic/tree/master/website#common-source-properties)
4242

4343
## Attributes Reference

0 commit comments

Comments
 (0)