Elasticsearch API /_cat/aliases

1 개요[ | ]

Elasticsearch API /_cat/aliases
testuser@localhost:~$ curl localhost:9200/_cat/aliases
testuser@localhost:~$
testuser@localhost:~$ curl localhost:9200/_cat/aliases?format=json
[]
testuser@localhost:~$ curl localhost:9200/_cat/aliases?v=true
alias  index filter routing.index routing.search is_write_index
alias1 test1 -      -            -              -
alias2 test1 *      -            -              -
alias3 test1 -      1            1              -
alias4 test1 -      2            1,2            -

2 같이 보기[ | ]

3 참고[ | ]

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