Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux_faq:elasticsearch_faq [2024/11/26 15:17] – [Размеры индексов в байтах] admin | linux_faq:elasticsearch_faq [2024/11/26 18:18] (current) – [List indexes] admin | ||
---|---|---|---|
Line 140: | Line 140: | ||
curl -k -u $AUTH https:// | curl -k -u $AUTH https:// | ||
+ | Или вот - с сортировкой по дате и указанием размера: | ||
+ | AUTH=elastic: | ||
+ | ES_ENDPOINT=' | ||
+ | curl -k -u $AUTH " | ||
====== Get indices in a cluster ====== | ====== Get indices in a cluster ====== | ||
curl http:// | curl http:// |