Skip to content

Commit 2aa4ad4

Browse files
authoredJan 21, 2022
Adds full doc_id urls in table.csv (elastic#1282)
1 parent b263ca8 commit 2aa4ad4

37 files changed

+149
-79
lines changed
 

‎output/schema/schema.json

+86-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎specification/_doc_ids/table.csv

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
async-search,/guide/en/elasticsearch/reference/current/async-search.html
2-
autoscaling-delete-autoscaling-policy,/guide/en/elasticsearch/reference/current/autoscaling-delete-autoscaling-policy.html
3-
autoscaling-get-autoscaling-capacity,/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-capacity.html
4-
autoscaling-get-autoscaling-policy,/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-policy.html
5-
autoscaling-put-autoscaling-policy,/guide/en/elasticsearch/reference/current/autoscaling-put-autoscaling-policy.html
6-
docs-bulk,/guide/en/elasticsearch/reference/master/docs-bulk.html
7-
cat-alias,/guide/en/elasticsearch/reference/master/cat-alias.html
8-
cat-allocation,/guide/en/elasticsearch/reference/master/cat-allocation.html
9-
cat-count,/guide/en/elasticsearch/reference/master/cat-count.html
10-
cat-fielddata,/guide/en/elasticsearch/reference/master/cat-fielddata.html
11-
cat-health,/guide/en/elasticsearch/reference/master/cat-health.html
12-
cat,/guide/en/elasticsearch/reference/master/cat.html
13-
cat-indices,/guide/en/elasticsearch/reference/master/cat-indices.html
14-
cat-master,/guide/en/elasticsearch/reference/master/cat-master.html
15-
cat-dfanalytics,/guide/en/elasticsearch/reference/current/cat-dfanalytics.html
16-
cat-datafeeds,/guide/en/elasticsearch/reference/current/cat-datafeeds.html
17-
cat-anomaly-detectors,/guide/en/elasticsearch/reference/current/cat-anomaly-detectors.html
18-
cat-trained-model,/guide/en/elasticsearch/reference/current/cat-trained-model.html
19-
cat-nodeattrs,/guide/en/elasticsearch/reference/master/cat-nodeattrs.html
20-
cat-nodes,/guide/en/elasticsearch/reference/master/cat-nodes.html
21-
cat-pending-tasks,/guide/en/elasticsearch/reference/master/cat-pending-tasks.html
22-
cat-plugins,/guide/en/elasticsearch/reference/master/cat-plugins.html
23-
cat-recovery,/guide/en/elasticsearch/reference/master/cat-recovery.html
24-
cat-repositories,/guide/en/elasticsearch/reference/master/cat-repositories.html
25-
cat-segments,/guide/en/elasticsearch/reference/master/cat-segments.html
26-
cat-shards,/guide/en/elasticsearch/reference/master/cat-shards.html
27-
cat-snapshots,/guide/en/elasticsearch/reference/master/cat-snapshots.html
28-
tasks,/guide/en/elasticsearch/reference/master/tasks.html
1+
async-search,https://www.elastic.co/guide/en/elasticsearch/reference/master/async-search.html
2+
autoscaling-delete-autoscaling-policy,https://www.elastic.co/guide/en/elasticsearch/reference/master/autoscaling-delete-autoscaling-policy.html
3+
autoscaling-get-autoscaling-capacity,https://www.elastic.co/guide/en/elasticsearch/reference/master/autoscaling-get-autoscaling-capacity.html
4+
autoscaling-get-autoscaling-policy,https://www.elastic.co/guide/en/elasticsearch/reference/master/autoscaling-get-autoscaling-policy.html
5+
autoscaling-put-autoscaling-policy,https://www.elastic.co/guide/en/elasticsearch/reference/master/autoscaling-put-autoscaling-policy.html
6+
docs-bulk,https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html
7+
cat-alias,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html
8+
cat-allocation,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html
9+
cat-count,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html
10+
cat-fielddata,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html
11+
cat-health,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html
12+
cat,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html
13+
cat-indices,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html
14+
cat-master,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html
15+
cat-dfanalytics,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-dfanalytics.html
16+
cat-datafeeds,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-datafeeds.html
17+
cat-anomaly-detectors,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-anomaly-detectors.html
18+
cat-trained-model,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-trained-model.html
19+
cat-nodeattrs,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html
20+
cat-nodes,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html
21+
cat-pending-tasks,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html
22+
cat-plugins,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html
23+
cat-recovery,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html
24+
cat-repositories,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html
25+
cat-segments,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html
26+
cat-shards,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html
27+
cat-snapshots,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html
28+
tasks,https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html
2929
cat-templates,/guide/en/elasticsearch/reference/master/cat-templates.html
3030
cat-thread-pool,/guide/en/elasticsearch/reference/master/cat-thread-pool.html
3131
cat-transforms,/guide/en/elasticsearch/reference/current/cat-transforms.html

‎specification/async_search/get/AsyncSearchGetRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { Time } from '@_types/Time'
2525
* @rest_spec_name async_search.get
2626
* @since 7.7.0
2727
* @stability stable
28+
* @doc_id async-search
2829
*/
2930
export interface Request extends RequestBase {
3031
path_parts: {

‎specification/async_search/status/AsyncSearchStatusRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Id } from '@_types/common'
2424
* @rest_spec_name async_search.status
2525
* @since 7.11.0
2626
* @stability stable
27+
* @doc_id async-search
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

‎specification/async_search/submit/AsyncSearchSubmitRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ import { Operator } from '@_types/query_dsl/Operator'
5454
* @rest_spec_name async_search.submit
5555
* @since 7.7.0
5656
* @stability stable
57+
* @doc_id async-search
5758
*/
5859
// NOTE: this is a SearchRequest with 3 added parameters: wait_for_completion_timeout, keep_on_completion and keep_alive
5960
export interface Request extends RequestBase {

‎specification/autoscaling/delete_autoscaling_policy/DeleteAutoscalingPolicyRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Name } from '@_types/common'
2424
* @rest_spec_name autoscaling.delete_autoscaling_policy
2525
* @since 7.11.0
2626
* @stability stable
27+
* @doc_id autoscaling-delete-autoscaling-policy
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

‎specification/autoscaling/get_autoscaling_capacity/GetAutoscalingCapacityRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ import { RequestBase } from '@_types/Base'
2323
* @rest_spec_name autoscaling.get_autoscaling_capacity
2424
* @since 7.11.0
2525
* @stability stable
26+
* @doc_id autoscaling-get-autoscaling-capacity
2627
*/
2728
export interface Request extends RequestBase {}

‎specification/autoscaling/get_autoscaling_policy/GetAutoscalingPolicyRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Name } from '@_types/common'
2424
* @rest_spec_name autoscaling.get_autoscaling_policy
2525
* @since 7.11.0
2626
* @stability stable
27+
* @doc_id autoscaling-get-autoscaling-capacity
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

‎specification/autoscaling/put_autoscaling_policy/PutAutoscalingPolicyRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { Name } from '@_types/common'
2525
* @rest_spec_name autoscaling.put_autoscaling_policy
2626
* @since 7.11.0
2727
* @stability stable
28+
* @doc_id autoscaling-put-autoscaling-policy
2829
*/
2930
export interface Request extends RequestBase {
3031
path_parts: {

‎specification/cat/aliases/CatAliasesRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { ExpandWildcards, Names } from '@_types/common'
2424
* @rest_spec_name cat.aliases
2525
* @since 0.0.0
2626
* @stability stable
27+
* @doc_id cat-alias
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/allocation/CatAllocationRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Bytes, NodeIds } from '@_types/common'
2424
* @rest_spec_name cat.allocation
2525
* @since 0.0.0
2626
* @stability stable
27+
* @doc_id cat-allocation
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/count/CatCountRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Indices } from '@_types/common'
2424
* @rest_spec_name cat.count
2525
* @since 0.0.0
2626
* @stability stable
27+
* @doc_id cat-count
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/fielddata/CatFielddataRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Bytes, Fields } from '@_types/common'
2424
* @rest_spec_name cat.fielddata
2525
* @since 0.0.0
2626
* @stability stable
27+
* @doc_id cat-fielddata
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/health/CatHealthRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2323
* @rest_spec_name cat.health
2424
* @since 0.0.0
2525
* @stability stable
26+
* @doc_id cat-health
2627
*/
2728
export interface Request extends CatRequestBase {
2829
query_parameters: {

‎specification/cat/help/CatHelpRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2323
* @rest_spec_name cat.help
2424
* @since 0.0.0
2525
* @stability stable
26+
* @doc_id cat
2627
*/
2728
export interface Request extends CatRequestBase {}

‎specification/cat/indices/CatIndicesRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Bytes, ExpandWildcards, HealthStatus, Indices } from '@_types/common'
2424
* @rest_spec_name cat.indices
2525
* @since 0.0.0
2626
* @stability stable
27+
* @doc_id cat-indices
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/master/CatMasterRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2323
* @rest_spec_name cat.master
2424
* @since 0.0.0
2525
* @stability stable
26+
* @doc_id cat-master
2627
*/
2728
export interface Request extends CatRequestBase {}

‎specification/cat/ml_data_frame_analytics/CatDataFrameAnalyticsRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Bytes, Id } from '@_types/common'
2424
* @rest_spec_name cat.ml_data_frame_analytics
2525
* @since 7.7.0
2626
* @stability stable
27+
* @doc_id cat-dfanalytics
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/ml_datafeeds/CatDatafeedsRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { TimeUnit } from '@_types/Time'
3030
* @since 7.7.0
3131
* @stability stable
3232
* @cluster_privileges monitor_ml
33+
* @doc_id cat-datafeeds
3334
*/
3435
export interface Request extends CatRequestBase {
3536
path_parts: {

‎specification/cat/ml_jobs/CatJobsRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { TimeUnit } from '@_types/Time'
3030
* @since 7.7.0
3131
* @stability stable
3232
* @cluster_privileges monitor_ml
33+
* @doc_id cat-anomaly-detectors
3334
*/
3435
export interface Request extends CatRequestBase {
3536
path_parts: {

‎specification/cat/ml_trained_models/CatTrainedModelsRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { integer } from '@_types/Numeric'
2525
* @rest_spec_name cat.ml_trained_models
2626
* @since 7.7.0
2727
* @stability stable
28+
* @doc_id cat-trained-model
2829
*/
2930
export interface Request extends CatRequestBase {
3031
path_parts: {

‎specification/cat/nodeattrs/CatNodeAttributesRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2323
* @rest_spec_name cat.nodeattrs
2424
* @since 0.0.0
2525
* @stability stable
26+
* @doc_id cat-nodeattrs
2627
*/
2728
export interface Request extends CatRequestBase {}

‎specification/cat/nodes/CatNodesRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Bytes } from '@_types/common'
2424
* @rest_spec_name cat.nodes
2525
* @since 0.0.0
2626
* @stability stable
27+
* @doc_id cat-nodes
2728
*/
2829
export interface Request extends CatRequestBase {
2930
query_parameters: {

‎specification/cat/pending_tasks/CatPendingTasksRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2323
* @rest_spec_name cat.pending_tasks
2424
* @since 0.0.0
2525
* @stability stable
26+
* @doc_id cat-pending-tasks
2627
*/
2728
export interface Request extends CatRequestBase {}

‎specification/cat/plugins/CatPluginsRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2323
* @rest_spec_name cat.plugins
2424
* @since 0.0.0
2525
* @stability stable
26+
* @doc_id cat-plugins
2627
*/
2728
export interface Request extends CatRequestBase {}

‎specification/cat/recovery/CatRecoveryRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Bytes, Indices } from '@_types/common'
2424
* @rest_spec_name cat.recovery
2525
* @since 0.0.0
2626
* @stability stable
27+
* @doc_id cat-recovery
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/repositories/CatRepositoriesRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2323
* @rest_spec_name cat.repositories
2424
* @since 2.1.0
2525
* @stability stable
26+
* @doc_id cat-repositories
2627
*/
2728
export interface Request extends CatRequestBase {}

‎specification/cat/segments/CatSegmentsRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Bytes, Indices } from '@_types/common'
2424
* @rest_spec_name cat.segments
2525
* @since 0.0.0
2626
* @stability stable
27+
* @doc_id cat-segments
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/shards/CatShardsRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Bytes, Indices } from '@_types/common'
2424
* @rest_spec_name cat.shards
2525
* @since 0.0.0
2626
* @stability stable
27+
* @doc_id cat-shards
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/snapshots/CatSnapshotsRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Names } from '@_types/common'
2424
* @rest_spec_name cat.snapshots
2525
* @since 2.1.0
2626
* @stability stable
27+
* @doc_id cat-snapshots
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/tasks/CatTasksRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { long } from '@_types/Numeric'
2424
* @rest_spec_name cat.tasks
2525
* @since 5.0.0
2626
* @stability experimental
27+
* @doc_id tasks
2728
*/
2829
export interface Request extends CatRequestBase {
2930
query_parameters: {

‎specification/cat/templates/CatTemplatesRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Name } from '@_types/common'
2424
* @rest_spec_name cat.templates
2525
* @since 5.2.0
2626
* @stability stable
27+
* @doc_id cat-templates
2728
*/
2829
export interface Request extends CatRequestBase {
2930
path_parts: {

‎specification/cat/thread_pool/CatThreadPoolRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { Time } from '@_types/Time'
2525
* @rest_spec_name cat.thread_pool
2626
* @since 0.0.0
2727
* @stability stable
28+
* @doc_id cat-thread-pool
2829
*/
2930
export interface Request extends CatRequestBase {
3031
path_parts: {

‎specification/cat/transforms/CatTransformsRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { integer } from '@_types/Numeric'
2525
* @rest_spec_name cat.transforms
2626
* @since 7.7.0
2727
* @stability stable
28+
* @doc_id cat-transforms
2829
*/
2930
export interface Request extends CatRequestBase {
3031
path_parts: {

‎specification/tasks/cancel/CancelTasksRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { TaskId } from '@_types/common'
2424
* @rest_spec_name tasks.cancel
2525
* @since 2.3.0
2626
* @stability experimental
27+
* @doc_id tasks
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

‎specification/tasks/get/GetTaskRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { Time } from '@_types/Time'
2525
* @rest_spec_name tasks.get
2626
* @since 5.0.0
2727
* @stability experimental
28+
* @doc_id tasks
2829
*/
2930
export interface Request extends RequestBase {
3031
path_parts: {

‎specification/tasks/list/ListTasksRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { GroupBy } from '@tasks/_types/GroupBy'
2828
* @since 2.3.0
2929
* @stability experimental
3030
* @cluster_privileges monitor, manage
31+
* @doc_id tasks
3132
*/
3233
export interface Request extends RequestBase {
3334
query_parameters: {

0 commit comments

Comments
 (0)
Please sign in to comment.