elasticsearch : count
ELK/elasticsearch2019. 5. 21. 06:07
#!/bin/bash
curl -XGET 'http://192.168.240.10:9200/movie-index/_count?pretty' -H 'Content-Type: application/json' -d '
{
"query" : {
"term" : { "movie_jangre" : "드라마" }
}
}'
'ELK > elasticsearch' 카테고리의 다른 글
logstash_01 / json (0) | 2019.10.19 |
---|---|
elasticsearch + java _api + match_all (0) | 2019.06.04 |
elasticsearch + shell01 (0) | 2019.05.11 |
elastic 불용어 테스트 (0) | 2019.05.01 |
python + bulk + insert + code (0) | 2019.04.24 |