——-Inicio/Home——-Posts-Guias-Por-Fecha-Publicación——-Posts-Guias-Por-Categorias——-Links——-
Elasticsearch - Envio de consultas cluster mediante cURL
curl -k -X GET -u usuario:password https://localhost:9200
curl -k -X GET -u elastic:password https://localhost:9200
curl -k -X GET -u elastic:password https://localhost:9200/_cluster/health?pretty
curl -k -X GET -u elastic:password https://localhost:9200/_cat/nodes?v
curl -k -X GET -u elastic:password https://localhost:9200/_cat/indices?v
curl -k -X GET -u elastic:password https://localhost:9200/_cat/indices?v\&expand_wildcards=all
curl -k -X GET -u elastic:password -H "Content-Type:application/json" https://localhost:9200/products/_search -d '{ "query": { "match_all": {} } }'
ZipyintheNet¡