ELK/elasticsearch
elasticsearch : count
파아랑새
2019. 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" : "드라마" }
}
}'