Skip to content

Commit aff1e9e

Browse files
authored
[DOCS] Edit CAT operation summaries (#3228)
1 parent 03c1a00 commit aff1e9e

20 files changed

+137
-122
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/cat/allocation/CatAllocationRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2121
import { Bytes, NodeIds } from '@_types/common'
2222

2323
/**
24-
* Provides a snapshot of the number of shards allocated to each data node and their disk space.
24+
* Get shard allocation information.
25+
* Get a snapshot of the number of shards allocated to each data node and their disk space.
2526
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.
2627
* @rest_spec_name cat.allocation
2728
* @availability stack stability=stable

specification/cat/fielddata/CatFielddataRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2121
import { Bytes, Fields } from '@_types/common'
2222

2323
/**
24-
* Returns the amount of heap memory currently used by the field data cache on every data node in the cluster.
24+
* Get field data cache information.
25+
* Get the amount of heap memory currently used by the field data cache on every data node in the cluster.
2526
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console.
2627
* They are not intended for use by applications. For application consumption, use the nodes stats API.
2728
* @rest_spec_name cat.fielddata

specification/cat/health/CatHealthRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2121
import { TimeUnit } from '@_types/Time'
2222

2323
/**
24-
* Returns the health status of a cluster, similar to the cluster health API.
24+
* Get the cluster health status.
2525
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console.
2626
* They are not intended for use by applications. For application consumption, use the cluster health API.
2727
* This API is often used to check malfunctioning clusters.

specification/cat/master/CatMasterRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
import { CatRequestBase } from '@cat/_types/CatBase'
2121

2222
/**
23-
* Returns information about the master node, including the ID, bound IP address, and name.
23+
* Get master node information.
24+
* Get information about the master node, including the ID, bound IP address, and name.
2425
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.
2526
* @rest_spec_name cat.master
2627
* @availability stack stability=stable

specification/cat/nodeattrs/CatNodeAttributesRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
import { CatRequestBase } from '@cat/_types/CatBase'
2121

2222
/**
23-
* Returns information about custom node attributes.
23+
* Get node attribute information.
24+
* Get information about custom node attributes.
2425
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.
2526
* @rest_spec_name cat.nodeattrs
2627
* @availability stack stability=stable

specification/cat/nodes/CatNodesRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2121
import { Bytes } from '@_types/common'
2222

2323
/**
24-
* Returns information about the nodes in a cluster.
24+
* Get node information.
25+
* Get information about the nodes in a cluster.
2526
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.
2627
* @rest_spec_name cat.nodes
2728
* @availability stack stability=stable

specification/cat/pending_tasks/CatPendingTasksRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
import { CatRequestBase } from '@cat/_types/CatBase'
2121

2222
/**
23-
* Returns cluster-level changes that have not yet been executed.
23+
* Get pending task information.
24+
* Get information about cluster-level changes that have not yet taken effect.
2425
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the pending cluster tasks API.
2526
* @rest_spec_name cat.pending_tasks
2627
* @availability stack stability=stable

specification/cat/plugins/CatPluginsRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
import { CatRequestBase } from '@cat/_types/CatBase'
2121

2222
/**
23-
* Returns a list of plugins running on each node of a cluster.
23+
* Get plugin information.
24+
* Get a list of plugins running on each node of a cluster.
2425
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.
2526
* @rest_spec_name cat.plugins
2627
* @availability stack stability=stable

specification/cat/recovery/CatRecoveryRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2121
import { Bytes, Indices } from '@_types/common'
2222

2323
/**
24-
* Returns information about ongoing and completed shard recoveries.
24+
* Get shard recovery information.
25+
* Get information about ongoing and completed shard recoveries.
2526
* Shard recovery is the process of initializing a shard copy, such as restoring a primary shard from a snapshot or syncing a replica shard from a primary shard. When a shard recovery completes, the recovered shard is available for search and indexing.
2627
* For data streams, the API returns information about the stream’s backing indices.
2728
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index recovery API.

specification/cat/repositories/CatRepositoriesRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
import { CatRequestBase } from '@cat/_types/CatBase'
2121

2222
/**
23-
* Returns the snapshot repositories for a cluster.
23+
* Get snapshot repository information.
24+
* Get a list of snapshot repositories for a cluster.
2425
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get snapshot repository API.
2526
* @rest_spec_name cat.repositories
2627
* @availability stack since=2.1.0 stability=stable

specification/cat/segments/CatSegmentsRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2121
import { Bytes, Indices } from '@_types/common'
2222

2323
/**
24-
* Returns low-level information about the Lucene segments in index shards.
24+
* Get segment information.
25+
* Get low-level information about the Lucene segments in index shards.
2526
* For data streams, the API returns information about the backing indices.
2627
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index segments API.
2728
* @rest_spec_name cat.segments

specification/cat/shards/CatShardsRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2121
import { Bytes, Indices } from '@_types/common'
2222

2323
/**
24-
* Returns information about the shards in a cluster.
24+
* Get shard information.
25+
* Get information about the shards in a cluster.
2526
* For data streams, the API returns information about the backing indices.
2627
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.
2728
* @rest_spec_name cat.shards

specification/cat/snapshots/CatSnapshotsRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2121
import { Names } from '@_types/common'
2222

2323
/**
24-
* Returns information about the snapshots stored in one or more repositories.
24+
* Get snapshot information
25+
* Get information about the snapshots stored in one or more repositories.
2526
* A snapshot is a backup of an index or running Elasticsearch cluster.
2627
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get snapshot API.
2728
* @rest_spec_name cat.snapshots

specification/cat/tasks/CatTasksRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
import { CatRequestBase } from '@cat/_types/CatBase'
2121

2222
/**
23-
* Returns information about tasks currently executing in the cluster.
23+
* Get task information.
24+
* Get information about tasks currently running in the cluster.
2425
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the task management API.
2526
* @rest_spec_name cat.tasks
2627
* @availability stack since=5.0.0 stability=experimental

specification/cat/templates/CatTemplatesRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2121
import { Name } from '@_types/common'
2222

2323
/**
24-
* Returns information about index templates in a cluster.
24+
* Get index template information.
25+
* Get information about the index templates in a cluster.
2526
* You can use index templates to apply index settings and field mappings to new indices at creation.
2627
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get index template API.
2728
* @rest_spec_name cat.templates

specification/cat/thread_pool/CatThreadPoolRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import { Names } from '@_types/common'
2222
import { TimeUnit } from '@_types/Time'
2323

2424
/**
25-
* Returns thread pool statistics for each node in a cluster.
25+
* Get thread pool statistics.
26+
* Get thread pool statistics for each node in a cluster.
2627
* Returned information includes all built-in thread pools and custom thread pools.
2728
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes info API.
2829
* @rest_spec_name cat.thread_pool

specification/cat/transforms/CatTransformsRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import { integer } from '@_types/Numeric'
2323
import { TimeUnit } from '@_types/Time'
2424

2525
/**
26-
* Get transforms.
27-
* Returns configuration and usage information about transforms.
26+
* Get transform information.
27+
* Get configuration and usage information about transforms.
2828
*
2929
* CAT APIs are only intended for human consumption using the Kibana
3030
* console or command line. They are not intended for use by applications. For

0 commit comments

Comments
 (0)