Commit Graph

12664 Commits

Author SHA1 Message Date
Aurélien FOUCRET 81606a353f
[ES|QL] Add doc for the COMPLETION command (#131010) 2025-07-21 18:05:54 +02:00
Charlotte Hoblik 0eca7032e5
Update index mapping update privileges (#130894) 2025-07-21 14:38:15 +02:00
David Turner b4a455d1b6
Clarify heap size configuration (#131607)
Spell out that total memory needs to account for multiple nodes, and
other processes, and that the OOM killer might react if you ignore this
guidance.
2025-07-21 12:30:35 +01:00
Stef Nestor ac398e3b61
New Slow log troubleshooting video (#131557) 2025-07-18 15:30:41 -06:00
Julian Kiryakov e67e50b3f1
[DOCS][ESQL] Fix release version in Docs for RLIKE LIST (#131465)
RLIKE LIST did not manage to make it into 9.1.
In this PR, we modify the documentation to make it clear that it will be available in 9.2, not 9.1
2025-07-18 10:20:07 -04:00
Tommaso Teofili d70093b3ad
ScoreTests capability check (#131516) 2025-07-18 14:41:37 +02:00
Nik Everett 6ed50e1bae
Explain `ignore_above` better (#129284)
This concept is complicated.

Closes #128991

Co-authored-by: Larisa Motova <larisa@motovs.org>
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2025-07-17 15:40:17 -04:00
Liam Thompson 56477d81a9
Split retrievers docs and redirect anchors (#131385) 2025-07-17 21:21:53 +02:00
Jan Kuipers ec7f77becb
ES|QL categorize options (#131104)
* ES|QL categorize options

* refactor options

* fix serialization

* polish

* add verfications

* better test coverage + polish code

* better test coverage + polish code
2025-07-17 10:24:30 +02:00
Lisa Cawley f135998b11
[DOCS] Augment self-managed connector tutorials (#131127) 2025-07-16 17:00:21 -07:00
O.K. 9226a656d5
[DOCS]: fix decimal digit filter reference (#129695) 2025-07-16 14:48:08 -04:00
Liam Thompson 27bba64b84
[DOCS] Remove misused applies_to tag (#131349)
* [DOCS] Remove misused applies_to tag
2025-07-16 09:37:59 -04:00
Carlos Delgado 6ffe27d030
ESQL - KNN function uses prefilters when pushed down to Lucene (#131004) 2025-07-16 10:19:18 +02:00
Luigi Dell'Aquila 7146681322
Add docs for ES|QL query logs (#131287) 2025-07-16 10:15:08 +02:00
Julian Kiryakov f0c30f272d
Add support for RLIKE (LIST) with pushdown (#129929)
Adds support for RLIKE function alternative syntax with a list of patterns.
Examples:

ROW message = "foobar"
| WHERE message RLIKE ("foo.*", "bar.")
The new syntax is documented as part of the existing RLIKE function documentation. We will use the existing RLike java implementation for existing cases using the old syntax and one list argument case to improve mixed cluster compatibility.
The RLikeList is pushed down as a single Automaton to improve performance.
2025-07-15 14:39:11 -04:00
Carlos Delgado f1ddd4c312
ESQL: dense_vector cosine similarity function (#130641) 2025-07-15 14:49:25 +02:00
Tommaso Teofili fd037bd846
retain the scores of portions of an ES|QL query, via a score function (#127551) 2025-07-15 11:55:57 +02:00
Imad Saddik 3f79aaa1f9
Removed unnecessary character in docs (#130120) 2025-07-11 13:17:33 -04:00
Taeik Lim 83f95105aa
Fix typo in bool query guide (#130384) 2025-07-11 13:11:23 -04:00
Luigi Dell'Aquila 5513658042
ES|QL: Add note in Known Issues for #130644 (#130996) 2025-07-11 09:32:18 -04:00
David Turner e57a0d0fa3
Allow adjustment of transport TLS handshake timeout (#130909)
The default 10s TLS handshake timeout may be too short if there is some
bug causing event-loop latency, and this has more serious consequences
than the underlying performance issue (e.g. it prevents the cluster from
scaling up to work around the problem). With this commit we expose a
setting that allows the timeout to be configured, providing a workaround
in such cases.
2025-07-10 16:50:20 +01:00
István Zoltán Szabó 9e8154113e
Drafts REST API page in ES reference docs (#129722)
* Drafts Elasticsearch landing page.

* Apply suggestions from code review

Co-authored-by: George Wallace <georgewallace@users.noreply.github.com>

* Changes links.

* Fixes relative links.

* Provide API descriptions.

* Adds API endpoint lists.

* Adds table.

* updating links

* fixing additional link

* fixing links

* Fixes more URLs.

* additional link fixes

* Fixes links CCR and above.

* Removes visual from landing page.

* Fixes URLs until the Inference section and above.

* Fixes URLs until Licensing and above.

* updated all links and landing page

* fixes

* updating urls

* Revert landing page changes except renaming.

---------

Co-authored-by: George Wallace <georgewallace@users.noreply.github.com>
Co-authored-by: George Wallace <george.wallace@elastic.co>
2025-07-10 14:30:01 +02:00
Colleen McGinnis cb293ad489
remove references to the discontinued lifecycle (#130955) 2025-07-10 09:46:15 +02:00
Piotr Przybył 1599bf4b8d
Remove "the most optimal" (#130900)
"optimal" already means "the best"
2025-07-09 15:04:53 +02:00
Mike Pellegrini d4784baf94
Simplified Linear and RRF Retrievers Docs - Add Links to Examples (#130837) 2025-07-09 08:25:05 -04:00
Mike Pellegrini 5e2f154b25
Simplified Linear and RRF Retrievers Docs (#130559) 2025-07-08 13:53:56 -04:00
Charlotte Hoblik 251479ab87
[DOCS]: Remove Example: Detect threats with EQL from reference (#130716)
Remove threat detection example
2025-07-08 15:40:34 +02:00
Larisa Motova d427db942a
Add docs for count_ + distinct_over_time (#130782)
Adds automated tests and docs for count_over_time and count_distinct_over_time
2025-07-07 19:40:24 -10:00
Liam Thompson ec5254bfbb
[DOCS] Reformat warning (#130697)
We should have used the standard warning here because we don't need a title for the admonition
2025-07-07 11:19:36 +02:00
ketkee-aryamane 445c3ebc80
rephrase warning (#130691)
* rephrase warning

* Update docs/reference/elasticsearch/mapping-reference/mapping-source-field.md

Co-authored-by: Liam Thompson <leemthompo@gmail.com>

---------

Co-authored-by: Liam Thompson <leemthompo@gmail.com>
2025-07-07 10:26:18 +02:00
Mark J. Hoy 8f0c3ebe17
[DOCS] Update applies_to tags in Docs for Sparse Vector Mapping / Index Options (#130548)
* remove preview labels docs / sparse vector type

* re-add applies to, set to ga
2025-07-03 12:07:22 -04:00
Luigi Dell'Aquila 912a86dde2
ES|QL: add tests and fix docs for LOOKUP JOIN with index datemath (#130535) 2025-07-03 13:08:55 +02:00
Charlotte Hoblik 400fda471c
[DOCS]: Add update by query api examples (#130273)
* Add update by query api examples

* Update docs/reference/elasticsearch/rest-apis/update-by-query-api.md

Co-authored-by: Liam Thompson <leemthompo@gmail.com>

* add TOC

---------

Co-authored-by: Liam Thompson <leemthompo@gmail.com>
2025-07-03 13:06:42 +02:00
Dimitris Rempapis 112612994c
Add doumentation for sorting over range fields 2025-07-03 12:48:45 +03:00
Craig Taverner efd1aaf46d
Support types table in lookup join docs (#130410)
* Support types table in lookup join docs
* Don't show a results column in the join types
* Make LOOKUP JOIN types table more compact
* Update docs/reference/query-languages/esql/esql-lookup-join.md

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Co-authored-by: Alexander Spies <alexander.spies@elastic.co>
2025-07-03 10:35:41 +02:00
Craig Taverner ee1bbafca7
Fix the ESQL docs for the null predicates (#130440)
Fix null predicates docs

* This also includes moving the note above the examples in the Kibana inline docs.
* Add missing knn docs
* Refine newlines in kibana docs
2025-07-03 10:29:49 +02:00
Albert Zaharovits a8b22df672
[DOCS] Disk space aware threadpool merge scheduler (#130465)
This documents the new threadpool-based merge scheduler, which is disk
space aware, and blocks merges when disk space is low. The code changes
were mostly introduced in
https://github.com/elastic/elasticsearch/pull/120869 and
https://github.com/elastic/elasticsearch/pull/127613 .
2025-07-03 00:41:28 +10:00
Carlos Delgado 315aba696a
ESQL - Add K mandatory param for KNN function (#129763) 2025-07-03 00:06:37 +10:00
Edu González de la Herrán 3b8f5d3a57
[Docs] Includes information about available index settings in Serverless (#129704)
* index settings for serverless information added

* comment removed

* Apply suggestions from code review

Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>

* serverless applies removed from coerce doc

* eck applies addded to config reference landing

* toc updated

* index settings landing page aligned with toc

* serverless doc intro updated

---------

Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
2025-07-02 14:40:32 +02:00
Charlotte Hoblik c41922fefb
[DOCS]: Rename serach connectors to content connectors (#130309)
* Rename serach connectors to content connectors

* Adding support table to documentation

* replace 'search' to 'content'

* fix links
2025-07-02 10:40:37 +02:00
kosabogi 27ff25386c
Adds 'Update a document' API example page (#129840)
* Adds Update a document API example page

* Update docs/reference/elasticsearch/rest-apis/update-document.md

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>

* Adresses suggestions

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2025-07-02 10:18:48 +02:00
Mark Vieira 7d4ba31681
Document logs essentials restricted ESQL commands for Kibana (#130346) 2025-07-01 16:29:01 -07:00
Liam Thompson 137eac554f
[DOCS] Update esql docs readme with 9.x+ version differentiation guidance (#130340) 2025-07-01 18:15:57 +02:00
Julian Kiryakov 1e6473a427
[DOCS][ESQL] Add versions to the docs for LIKE LIST (#130299)
Clarifies the version applicability for new LIKE function alternative syntax with a list of patterns, added in #129170
2025-07-01 09:22:33 -04:00
Tommaso Teofili 9edfa6642a
Wrap ES KNN queries with PatienceKNN query (#127223) 2025-07-01 13:56:55 +02:00
Nhat Nguyen 31531952b4
Delay publishing time-series docs (#130367)
This change delays publishing the ES|QL documentation for time-series 
aggregations and the TS command until we are ready.
2025-06-30 23:25:40 -07:00
Ioana Tagirta a2393063c0
ES|QL: Add docs for FORK (#130314)
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2025-06-30 20:04:21 +02:00
Nhat Nguyen 6de476a88a
Add tests and docs for first/last_over_time and rate (#130290)
This PR adds unit tests and docs for first_over_time, last_over_time, 
and rate. For the rate function, the tests currently only verify that
the output is a double, not the actual value.
2025-06-30 09:22:13 -07:00
Lisa Cawley fe75f8d6c6
[DOCS] Fix broken link in semantic-text.md (#130265)
This PR fixes an Asciidoc-style link that lingered in https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text
2025-06-30 11:04:07 +02:00
Nhat Nguyen d887e7de9d
Add doc for min/max_over_time (#130269)
Add the initial docs structure for the TS command and time-series aggregation.
More content will be added later.
2025-06-28 10:28:31 -07:00