"/usr/share/elasticsearch/bin/elasticsearch-plugin"의 두 판 사이의 차이

(새 문서: ==개요== ;bin/elasticsearch-plugin ;/usr/share/elasticsearch/bin/elasticsearch-plugin <source lang='console'> [elasticsearch@elasticsearch-master-0 ~]$ bin/elasticsearch-plugin A...)
 
3번째 줄: 3번째 줄:
;/usr/share/elasticsearch/bin/elasticsearch-plugin
;/usr/share/elasticsearch/bin/elasticsearch-plugin


<source lang='console'>
[elasticsearch@elasticsearch-master-0 ~]$ bin/elasticsearch-plugin list
[elasticsearch@elasticsearch-master-0 ~]$
</source>
<source lang='console'>
<source lang='console'>
[elasticsearch@elasticsearch-master-0 ~]$ bin/elasticsearch-plugin  
[elasticsearch@elasticsearch-master-0 ~]$ bin/elasticsearch-plugin  

2020년 3월 3일 (화) 19:25 판

1 개요

bin/elasticsearch-plugin
/usr/share/elasticsearch/bin/elasticsearch-plugin
[elasticsearch@elasticsearch-master-0 ~]$ bin/elasticsearch-plugin list
[elasticsearch@elasticsearch-master-0 ~]$
[elasticsearch@elasticsearch-master-0 ~]$ bin/elasticsearch-plugin 
A tool for managing installed elasticsearch plugins

Non-option arguments:
command              

Option             Description        
------             -----------        
-E <KeyValuePair>  Configure a setting
-h, --help         Show help          
-s, --silent       Show minimal output
-v, --verbose      Show verbose output
ERROR: Missing command
[elasticsearch@elasticsearch-master-0 ~]$ bin/elasticsearch-plugin -h 
A tool for managing installed elasticsearch plugins

Commands
--------
list - Lists installed elasticsearch plugins
install - Install a plugin
remove - removes a plugin from Elasticsearch

Non-option arguments:
command              

Option             Description        
------             -----------        
-E <KeyValuePair>  Configure a setting
-h, --help         Show help          
-s, --silent       Show minimal output
-v, --verbose      Show verbose output

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}