Skip to content

Commit 846347b

Browse files
committed
Finish
1 parent 1725b7f commit 846347b

File tree

26 files changed

+224
-222
lines changed

26 files changed

+224
-222
lines changed

docs/api/about-apis/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ This section contains articles about how to use the Sumo Logic APIs.
1313
<div className="box-wrapper" markdown="1">
1414
<div className="box smallbox card">
1515
<div className="container">
16-
<a href="/docs/api/about-apis/intro-to-apis"><img src={useBaseUrl('img/icons/operations/advanced-certificates.png')} alt="Thumbnail icon" width="50"/><h4>Introduction to Sumo Logic APIs</h4></a>
16+
<a href={useBaseUrl('/docs/api/about-apis/intro-to-apis')}><img src={useBaseUrl('img/icons/operations/advanced-certificates.png')} alt="Thumbnail icon" width="50"/><h4>Introduction to Sumo Logic APIs</h4></a>
1717
<p>Learn how to get started with the Sumo Logic APIs.</p>
1818
</div>
1919
</div>
2020
<div className="box smallbox card">
2121
<div className="container">
22-
<a href="/docs/api/about-apis/getting-started"><img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="50"/><h4>Authentication and Endpoints</h4></a>
22+
<a href={useBaseUrl('/docs/api/about-apis/getting-started')}><img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="50"/><h4>Authentication and Endpoints</h4></a>
2323
<p>Get your API credentials and endpoint URL to start using the Sumo Logic APIs.</p>
2424
</div>
2525
</div>
2626
<div className="box smallbox card">
2727
<div className="container">
28-
<a href="/docs/api/about-apis/terraform-with-sumo-logic"><img src={useBaseUrl('img/api/terraform-icon.png')} alt="Thumbnail icon" width="50"/><h4>Use Terraform with Sumo Logic</h4></a>
28+
<a href={useBaseUrl('/docs/api/about-apis/terraform-with-sumo-logic')}><img src={useBaseUrl('img/api/terraform-icon.png')} alt="Thumbnail icon" width="50"/><h4>Use Terraform with Sumo Logic</h4></a>
2929
<p>Learn how to use Terraform with Sumo Logic.</p>
3030
</div>
3131
</div>
3232
<div className="box smallbox card">
3333
<div className="container">
34-
<a href="/docs/api/about-apis/troubleshooting"><img src={useBaseUrl('img/icons/operations/troubleshoot.png')} alt="Thumbnail icon" width="50"/><h4>Troubleshooting</h4></a>
34+
<a href={useBaseUrl('/docs/api/about-apis/troubleshooting')}><img src={useBaseUrl('img/icons/operations/troubleshoot.png')} alt="Thumbnail icon" width="50"/><h4>Troubleshooting</h4></a>
3535
<p>Troubleshoot errors you may find when using the Sumo APIs.</p>
3636
</div>
3737
</div>

docs/api/collector-management/collector-api-methods-examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ The following table lists the API response fields for installed and hosted Colle
116116
<td>Boolean</td>
117117
<td>Yes</td>
118118
<td></td>
119-
<td>When true, the collector will be deleted after 12 hours of inactivity. For more information, see <a href="/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>
120120
<td>Modifiable</td>
121121
</tr>
122122
<tr>
123123
<td>fields</td>
124124
<td>JSON Object</td>
125125
<td>No</td>
126126
<td> </td>
127-
<td>JSON map of key-value <a href="/docs/manage/fields">fields</a> (metadata) to apply to the Collector. To assign an <a href="/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:
128128
<p><code>fields=_budget=Dev_20GB</code></p></td>
129129
<td>Modifiable</td>
130130
</tr>
@@ -167,7 +167,7 @@ The following table lists the API response fields for installed and hosted Colle
167167
<td>UI</td>
168168
<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>
169169
<td>Modifiable
170-
<p>To assign to <code>JSON</code>, <a href="/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>
171171
</tr>
172172
<tr>
173173
<td>timeZone</td>
@@ -182,7 +182,7 @@ The following table lists the API response fields for installed and hosted Colle
182182
<td>Long</td>
183183
<td>No</td>
184184
<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 <a href="/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>
186186
<td>Modifiable</td>
187187
</tr>
188188
</table>

0 commit comments

Comments
 (0)