Elasticsearch: Difference between revisions

Jump to navigation Jump to search
42 bytes added ,  15 October 2024
m
Line 49: Line 49:




== Select the data from index or table ==
== Select all data from index or table ==
Elasticsearch<ref>[https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-index.html Get index API | Elasticsearch Guide [8.15] | Elastic]</ref>
Elasticsearch<ref>[https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-index.html Get index API | Elasticsearch Guide [8.15] | Elastic]</ref>


Line 63: Line 63:
FROM MY_TABLE
FROM MY_TABLE
LIMIT 1000
LIMIT 1000
</pre>
or
<pre>
SELECT *
FROM MY_TABLE
</pre>
</pre>


Navigation menu