Skip to content

Commit

Permalink
Fixed broken links in cat*.md, api.md and monitoring.md (#726)
Browse files Browse the repository at this point in the history
Signed-off-by: jeffhuss <[email protected]>
  • Loading branch information
Jeff Huss authored Jun 27, 2022
1 parent 407658e commit 9aa614c
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions _monitoring-plugins/alerting/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use the Alerting API to programmatically create, update, and manage monitors and
Introduced 1.0
{: .label .label-purple }

Query-level monitors run the query and check whether or not the results should trigger an alert. Query-level monitors can only trigger one alert at a time. For more information about query-level monitors and bucket-level monitors, see [Create monitors]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors/#create-monitors).
Query-level monitors run the query and check whether or not the results should trigger an alert. Query-level monitors can only trigger one alert at a time. For more information about query-level monitors and bucket-level monitors, see [Create monitors]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors/).

#### Sample Request

Expand Down Expand Up @@ -252,7 +252,7 @@ For a full list of timezone names, refer to [Wikipedia](https://en.wikipedia.org

## Create a bucket-level monitor

Bucket-level monitors categorize results into buckets separated by fields. The monitor then runs your script with each bucket's results and evaluates whether to trigger an alert. For more information about bucket-level and query-level monitors, see [Create monitors]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors/#create-monitors).
Bucket-level monitors categorize results into buckets separated by fields. The monitor then runs your script with each bucket's results and evaluates whether to trigger an alert. For more information about bucket-level and query-level monitors, see [Create monitors]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors/).

```json
POST _plugins/_alerting/monitors
Expand Down
2 changes: 1 addition & 1 deletion _monitoring-plugins/alerting/monitors.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ If you don't want to receive notifications for alerts, you don't have to add act
{% raw %}{ "text": "Monitor {{ctx.monitor.name}} just entered alert status. Please investigate the issue. - Trigger: {{ctx.trigger.name}} - Severity: {{ctx.trigger.severity}} - Period start: {{ctx.periodStart}} - Period end: {{ctx.periodEnd}}" }{% endraw %}
```

In this case, the message content must conform to the `Content-Type` header in the [custom webhook]({{site.url}}{{site.baseurl}}/notifcations-plugin/index).
In this case, the message content must conform to the `Content-Type` header in the [custom webhook]({{site.url}}{{site.baseurl}}/notifications-plugin/index).
1. If you're using a bucket-level monitor, you can choose whether the monitor should perform an action for each execution or for each alert.

1. (Optional) Use action throttling to limit the number of notifications you receive within a given span of time.
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GET _cat/aliases

All cat aliases URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameters:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-allocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GET _cat/allocation/<node_name>

All cat allocation URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameters:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-cluster_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GET _cat/cluster_manager

All cat cluster manager URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameters:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-count.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GET _cat/count/<index>?v

## URL parameters

All cat count URL parameters are optional. You can specify any of the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters).
All cat count URL parameters are optional. You can specify any of the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index).


## Response
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-field-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GET _cat/fielddata/<field_name>?v

All cat fielddata URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameter:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameter:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GET _cat/indices

All cat indices URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameters:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-nodeattrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GET _cat/nodeattrs

All cat nodeattrs URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameters:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GET _cat/nodes

All cat nodes URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameters:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-pending-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GET _cat/pending_tasks

All cat nodes URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameters:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GET _cat/plugins

All cat plugins URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameters:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GET _cat/recovery

All cat recovery URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameters:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GET _cat/repositories

All cat repositories URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameters:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-segments.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GET _cat/segments

All cat segments URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameter:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameter:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-shards.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GET _cat/shards

All cat shards URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameter:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameter:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GET _cat/snapshots

All cat snapshots URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameter:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameter:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GET _cat/tasks

All cat tasks URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameter:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameter:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GET _cat/templates

All cat templates URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameter:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameter:

Parameter | Type | Description
:--- | :--- | :---
Expand Down
2 changes: 1 addition & 1 deletion _opensearch/rest-api/cat/cat-thread-pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GET _cat/thread_pool

All cat thread pool URL parameters are optional.

In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index#common-url-parameters), you can specify the following parameter:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cat/index), you can specify the following parameter:

Parameter | Type | Description
:--- | :--- | :---
Expand Down

0 comments on commit 9aa614c

Please sign in to comment.