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: docs/api/collector-management/collector-api-methods-examples.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,15 +116,15 @@ The following table lists the API response fields for installed and hosted Colle
116
116
<td>Boolean</td>
117
117
<td>Yes</td>
118
118
<td></td>
119
-
<td>When true, the collector will be deleted after 12 hours of inactivity. For more information, see <ahref="/docs/send-data/installed-collectors/collector-installation-reference/set-collector-as-ephemeral">Setting a Collector as Ephemeral</a>.</td>
119
+
<td>When true, the collector will be deleted after 12 hours of inactivity. For more information, see [Setting a Collector as Ephemeral](/docs/send-data/installed-collectors/collector-installation-reference/set-collector-as-ephemeral).</td>
120
120
<td>Modifiable</td>
121
121
</tr>
122
122
<tr>
123
123
<td>fields</td>
124
124
<td>JSON Object</td>
125
125
<td>No</td>
126
126
<td> </td>
127
-
<td>JSON map of key-value <ahref="/docs/manage/fields">fields</a> (metadata) to apply to the Collector. To assign an <ahref="/docs/manage/ingestion-volume/ingest-budgets">Ingest Budget</a> to the Collector use the field <code>_budget</code> with the Field Value of the Ingest Budget to assign. For example, if you have a budget with a Field Value of <code>Dev_20GB</code>, you would add:
127
+
<td>JSON map of key-value [fields](/docs/manage/fields) (metadata) to apply to the Collector. To assign an [Ingest Budget](/docs/manage/ingestion-volume/ingest-budgets) to the Collector use the field <code>_budget</code> with the Field Value of the Ingest Budget to assign. For example, if you have a budget with a Field Value of <code>Dev_20GB</code>, you would add:
128
128
<p><code>fields=_budget=Dev_20GB</code></p></td>
129
129
<td>Modifiable</td>
130
130
</tr>
@@ -167,7 +167,7 @@ The following table lists the API response fields for installed and hosted Colle
167
167
<td>UI</td>
168
168
<td>For installed Collectors, whether the Collector is using local source configuration management (using a <code>JSON</code> file), or cloud management (using the <code>UI</code>)</td>
169
169
<td>Modifiable
170
-
<p>To assign to <code>JSON</code>, <ahref="/docs/send-data/use-json-configure-sources/local-configuration-file-management/existing-collectors-and-sources">learn more</a>.</p></td>
170
+
<p>To assign to <code>JSON</code>, [learn more](/docs/send-data/use-json-configure-sources/local-configuration-file-management/existing-collectors-and-sources).</p></td>
171
171
</tr>
172
172
<tr>
173
173
<td>timeZone</td>
@@ -182,7 +182,7 @@ The following table lists the API response fields for installed and hosted Colle
182
182
<td>Long</td>
183
183
<td>No</td>
184
184
<td>Null</td>
185
-
<td>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. The value must be expressed as a whole number percentage. The collector will adjust resources to attempt to limit the CPU usage to at most 20%. For more information, see <ahref="/docs/send-data/collection/set-collector-cpu-usage-target">Set the Collector CPU Usage Target</a>.</td>
185
+
<td>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. The value must be expressed as a whole number percentage. The collector will adjust resources to attempt to limit the CPU usage to at most 20%. For more information, see [Set the Collector CPU Usage Target](/docs/send-data/collection/set-collector-cpu-usage-target).</td>
0 commit comments