"Elasticsearch API / cat"의 두 판 사이의 차이

 
5번째 줄: 5번째 줄:


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
$ GET http://localhost:9200/_cat
testuser@localhost:~$ curl http://localhost:9200/_cat
=^.^=
=^.^=
/_cat/allocation
/_cat/allocation

2022년 1월 20일 (목) 13:51 기준 최신판

1 개요[ | ]

Elasticsearch API /_cat
  • "compact and aligned text"
testuser@localhost:~$ curl http://localhost:9200/_cat
=^.^=
/_cat/allocation
/_cat/shards
/_cat/shards/{index}
/_cat/master
/_cat/nodes
/_cat/tasks
/_cat/indices
/_cat/indices/{index}
/_cat/segments
/_cat/segments/{index}
/_cat/count
/_cat/count/{index}
/_cat/recovery
/_cat/recovery/{index}
/_cat/health
/_cat/pending_tasks
/_cat/aliases
/_cat/aliases/{alias}
/_cat/thread_pool
/_cat/thread_pool/{thread_pools}
/_cat/plugins
/_cat/fielddata
/_cat/fielddata/{fields}
/_cat/nodeattrs
/_cat/repositories
/_cat/snapshots/{repository}
/_cat/templates

2 같이 보기[ | ]

3 참고[ | ]

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