原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/cat-plugins.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/cat-plugins.html
本地英文版地址: ../en/cat-plugins.html
重要: 此版本不会发布额外的bug修复或文档更新。最新信息请参考 当前版本文档。
cat plugins APIedit
Returns a list of plugins running on each node of a cluster.
Requestedit
GET /_cat/plugins
Query parametersedit
-
format
- (Optional, string) Short version of the HTTP accept header. Valid values include JSON, YAML, etc.
-
h
- (Optional, string) Comma-separated list of column names to display.
-
help
-
(Optional, boolean) If
true
, the response includes help information. Defaults tofalse
. -
local
-
(Optional, boolean) If
true
, the request retrieves information from the local node only. Defaults tofalse
, which means information is retrieved from the master node. -
master_timeout
-
(Optional, time units) Specifies the period of time to wait for
a connection to the master node. If no response is received before the timeout
expires, the request fails and returns an error. Defaults to
30s
. -
s
- (Optional, string) Comma-separated list of column names or column aliases used to sort the response.
-
v
-
(Optional, boolean) If
true
, the response includes column headings. Defaults tofalse
.
Examplesedit
GET /_cat/plugins?v&s=component&h=name,component,version,description
The API returns the following response:
name component version description U7321H6 analysis-icu 7.7.1 The ICU Analysis plugin integrates the Lucene ICU module into Elasticsearch, adding ICU-related analysis components. U7321H6 analysis-kuromoji 7.7.1 The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis module into elasticsearch. U7321H6 analysis-nori 7.7.1 The Korean (nori) Analysis plugin integrates Lucene nori analysis module into elasticsearch. U7321H6 analysis-phonetic 7.7.1 The Phonetic Analysis plugin integrates phonetic token filter analysis with elasticsearch. U7321H6 analysis-smartcn 7.7.1 Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch. U7321H6 analysis-stempel 7.7.1 The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch. U7321H6 analysis-ukrainian 7.7.1 The Ukrainian Analysis plugin integrates the Lucene UkrainianMorfologikAnalyzer into elasticsearch. U7321H6 discovery-azure-classic 7.7.1 The Azure Classic Discovery plugin allows to use Azure Classic API for the unicast discovery mechanism U7321H6 discovery-ec2 7.7.1 The EC2 discovery plugin allows to use AWS API for the unicast discovery mechanism. U7321H6 discovery-gce 7.7.1 The Google Compute Engine (GCE) Discovery plugin allows to use GCE API for the unicast discovery mechanism. U7321H6 ingest-attachment 7.7.1 Ingest processor that uses Apache Tika to extract contents U7321H6 mapper-annotated-text 7.7.1 The Mapper Annotated_text plugin adds support for text fields with markup used to inject annotation tokens into the index. U7321H6 mapper-murmur3 7.7.1 The Mapper Murmur3 plugin allows to compute hashes of a field's values at index-time and to store them in the index. U7321H6 mapper-size 7.7.1 The Mapper Size plugin allows document to record their uncompressed size at index time. U7321H6 store-smb 7.7.1 The Store SMB plugin adds support for SMB stores. U7321H6 transport-nio 7.7.1 The nio transport.