Commit graph

11832 commits

Author SHA1 Message Date
Liam Thompson
bdf68645af
[DOCS] Update documents and indices overview (#112394) (#112429) 2024-09-02 19:47:19 +10:00
elasticsearchmachine
ed1ecce6ef
Update docs for v8.15.1 release (#112410) 2024-09-02 10:38:49 +02:00
István Zoltán Szabó
9f845d5f40
[DOCS] Resolving conflicts. (#112391) 2024-08-30 14:08:38 +02:00
Liam Thompson
cb4946687a
[DOCS] Rewrite "What is Elasticsearch?" (Part 1) (#112213) (#112335)
(cherry picked from commit aa57a1553e)
2024-08-29 15:18:28 +02:00
István Zoltán Szabó
ef960a08c2
[DOCS] Highlights auto-chunking in intro of semantic text. (#111836) (#112342) 2024-08-29 21:08:47 +10:00
David Turner
87a62010e3
Include network disconnect info in troubleshooting docs (#112323) (#112328)
A misplaced `//end::` tag meant that the docs added in #112271 are only
included in the page on fault detection and not the equivalent
troubleshooting docs. This commit fixes the problem.
2024-08-29 15:28:21 +10:00
shainaraskas
f2babe78dd
Round up shard allocation / recovery / relocation concepts (#109943) (#112292)
(cherry picked from commit 50bccf5609)
2024-08-28 14:22:33 -04:00
David Turner
b407e22193
Add docs for troubleshooting network disconnects (#112271) (#112272)
Basically the same as for nodes that leave the cluster with reason
`disconnected`, except that these disconnects don't involve the master
so don't cause any nodes to leave the cluster.
2024-08-28 19:23:43 +10:00
Panagiotis Bailis
5255222d75
Updating retriever documentation to better explain how filters are applied (#112201) (#112207) 2024-08-27 00:07:43 +10:00
Liam Thompson
8848c7fa4a
[DOCS] Wrap document/field restriction tip in IMPORTANT block (#112146) (#112159) 2024-08-24 02:48:29 +10:00
Stef Nestor
91035f8e02
(Doc+) Allocation Explain Examples: THROTTLED, MAX_RETRY (#111558) (#112104)
Adds [Allocation Explain examples](https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-allocation-explain.html#cluster-allocation-explain-api-examples) for `THROTTLED` and `MAX_RETRY`. Also formats sub TOC so that we can after link code message to those docs.
2024-08-23 00:41:06 +10:00
David Turner
918fa01259
Add more cross-links about sniff/proxy modes (#112079) (#112101)
The info about remote cluster connection modes is a little disjointed.
This commit adds some cross-links between the sections to help users
find more relevant information.
2024-08-22 23:37:07 +10:00
Oleksandr Kolomiiets
96c4870a43
[DOCS] The logs index.mode has been renamed logsdb (#111871) (#112076)
(cherry picked from commit 595628f9ce)

Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>
2024-08-21 15:41:26 -07:00
David Turner
0cc8585349
Expand docs on remote cluster proxying (#112025) (#112077)
It's not obvious from the docs that transport connections (including
connections to remote clusters) use a custom binary protocol and require
a _layer 4_ proxy. This commit clarifies this point.
2024-08-22 07:51:44 +10:00
Liam Thompson
3fbbf7c88a
[DOCS] Update rank_constant value in retriever example (#112056) (#112060) 2024-08-21 23:35:42 +10:00
Stef Nestor
d527073e63
(Doc+) Link API doc to parent object - part1 (#111951) (#112041)
* (Doc+) Link API to parent Doc part1

---------

Co-authored-by: shainaraskas <shaina.raskas@elastic.co>
Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
2024-08-21 07:20:16 +10:00
Nik Everett
de18703ddc
ESQL: Document date instead of datetime (#111985) (#112034)
This changes the generated types tables in the docs to say `date`
instead of `datetime`. That's the name of the field in Elasticsearch so
it's a lot less confusing to call it that.

Closes #111650
2024-08-21 04:28:49 +10:00
Stef Nestor
e9c61a61f3
(Doc+) Removing "current_node" from Allocation Explain API under Fix Watermark Errors (#111946) (#112023)
👋 howdy, team!

This just simplifies the Allocation Explain API request to not need to include the `current_node` which may not be known when troubleshooting the [Fix Watermark Errors](https://www.elastic.co/guide/en/elasticsearch/reference/current/fix-watermark-errors.html) guide. 

TIA!
Stef
2024-08-21 00:47:52 +10:00
David Turner
0fbfd632f8
Add known issue docs for #111854 (#111978) (#112001) 2024-08-20 16:49:34 +10:00
Martijn van Groningen
d171d13229
Remove zstd change from release highlights. (#111996)
The feature flag isn't removed yet and zstd isn't available in released versions of Elasticsearch.
2024-08-20 10:57:44 +07:00
Nik Everett
d14d86c273
ESQL: Document the profile option (#110727) (#111975)
This adds some basic documentation for the `profile` option in ESQL but
doesn't really explain the results beyond "this is for human debugging."
We're not ready for any kind of specification for this thing, but it is
useful to look at.
2024-08-20 00:47:06 +10:00
David Turner
a3f0638be4
Fix known issue docs in 8.15 (#111960)
Backport of #111956 (and some other known issues docs) to 8.15
2024-08-19 17:52:00 +10:00
Pius
a89ab8c3c5
Add 8.15.0 known issue for memory locking in Windows (#111949) 2024-08-17 05:52:26 -07:00
István Zoltán Szabó
a0bd88bad1
[DOCS] Documents output_field behavior after multiple inference runs (#111875) (#111926)
Co-authored-by: David Kyle <david.kyle@elastic.co>
2024-08-15 21:00:35 +10:00
Liam Thompson
695ccd5440
[DOCS] Fix response value in esql-query-api.asciidoc (#111882) (#111892) 2024-08-15 00:53:35 +10:00
István Zoltán Szabó
14bc0796b5
[DOCS] Expands inference API main page info (#111830) (#111887) 2024-08-15 00:28:56 +10:00
kosabogi
248b1db207
[DOCS] Fixes the description of 'affected_resources' in health API documentation (#111833) (#111869)
* Fixed the description of 'affected_resources' in health API documentation

* Update docs/reference/health/health.asciidoc



---------

Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
2024-08-14 15:54:13 +10:00
Oleksandr Kolomiiets
9354c654e3
Fix references to logsdb index mode in release highlights (#111841) 2024-08-13 18:48:32 -07:00
David Turner
6da70bd9f8
More detail around packet captures (#111835) (#111862)
Clarify that it's best to analyse the captures alongside the node logs,
and spell out in a bit more detail how to use packet captures and logs
to pin down the cause of a `disconnected` node.
2024-08-14 07:18:44 +10:00
David Turner
3a1f7ba371
Document manual steps in ILM delete phase (#111734) (#111825)
Spells out some cases in which ILM doesn't delete the underlying
searchable snapshot and instructs users to delete them manually instead.

Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
2024-08-13 18:06:15 +10:00
Jim Ferenczi
895aed0564
Update the intervals query docs (#111808) (#111822)
Since https://github.com/apache/lucene-solr/pull/620, intervals disjunctions are automatically rewritten to handle cases where minimizations can miss valid matches.
This change updates the documentation to take this behaviour into account (users don't need to manually pull intervals disjunctions to the top anymore).
2024-08-13 15:29:46 +10:00
Francois-Clement Brossard
eedf52c02b
Fix typo for the Reset Features API (#111731) 2024-08-13 09:27:09 +09:00
Aurélien FOUCRET
ca684cae93
LTR documentation - Remove tech preview note. (#111803) (#111806) 2024-08-12 18:35:52 +02:00
Liam Thompson
59d7d95faf
[DOCS] Add retriever examples, semantic reranking step-by-step guide (#111793) (#111805) 2024-08-13 02:09:08 +10:00
Quentin Pradet
86650908a5
[DOCS] Fix elasticsearch-py helpers page link (#111789) (#111790) 2024-08-12 18:01:39 +10:00
Alexander Spies
e091e165e9
ESQL: Fix for overzealous validation in case of invalid mapped fields (#111475) (#111735)
Fix validation of fields mapped to different types in different indices and align with validation of fields of unsupported type.

* Allow using multi-typed fields in KEEP and DROP, just like unsupported fields.
* Explicitly invalidate using both these field kinds in RENAME.
* Map both kinds of fields to UnsupportedAttribute to enforce consistency.
* Consider convert functions containing valid multi-typed fields as resolved to avoid weird workarounds when resolving STATS.
* Add a bunch of tests.

(cherry picked from commit 585480fe44)

# Conflicts:
#	x-pack/plugin/esql/qa/testFixtures/src/main/resources/union_types.csv-spec
#	x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Analyzer.java
#	x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/Stats.java
2024-08-09 19:28:19 +10:00
elasticsearchmachine
8c5f95f05d Finalize release notes for v8.15.0 2024-08-09 02:30:09 +10:00
Keith Massey
b0b4e9bcdf
Ingest download databases docs (#111688) (#111710)
Co-authored-by: Joe Gallo <joegallo@gmail.com>
2024-08-08 09:54:16 -05:00
Liam Thompson
b81a713cdb
[DOCS] Document CCS enrich with api-key based auth (#111682) (#111685) 2024-08-08 04:00:34 +10:00
István Zoltán Szabó
4c3519fddb
[8.15][DOCS] Adds machine learning-related release notes from ML-CPP. (#111676) 2024-08-07 15:27:03 +02:00
István Zoltán Szabó
23e9a407c1
[DOCS] Publishes Anthropic inference service docs. (#111619) (#111670) 2024-08-07 21:20:37 +10:00
István Zoltán Szabó
8ca5741975
Anthropic docs (#110850) (#111672)
Co-authored-by: Jonathan Buttner <56361221+jonathan-buttner@users.noreply.github.com>
2024-08-07 12:38:36 +02:00
István Zoltán Szabó
03933d6688
[8.15][DOCS] Document inference API breaking change (#111633)
Co-authored-by: David Kyle <david.kyle@elastic.co>
2024-08-06 16:22:45 +02:00
Carlos Delgado
bca68bd432
Add back warning to not remove inference id in semantic_text for 8.15 (#111626) 2024-08-06 14:05:54 +02:00
elasticsearchmachine
3f189a4592
Update docs for v8.15.0 release (#111575)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2024-08-06 12:15:53 +02:00
Liam Thompson
2db1a143cb
[8.15] Forward port v8.14.3 release notes (#110629) (#111579) 2024-08-06 11:12:32 +02:00
Woody Walton
d9aa55493e
Update paginate-search-results.asciidoc (#111565) (#111593)
Modified broken link to the Python docs page
2024-08-06 01:12:42 +10:00
Liam Thompson
a723ab8058
[DOCS] Update CCS matrix for 8.15 (#111587) (#111588) 2024-08-05 23:56:52 +10:00
István Zoltán Szabó
dde00b60f0
Revert "[DOCS] Adds adaptive_allocations to inference and trained model API d…" (#111551)
This reverts commit 7d10307429.
2024-08-02 16:06:16 +02:00
Liam Thompson
e84a0c8e45
[DOCS] Clarify copy_to behavior with strict dynamic mappings (#111408) (#111513)
* [DOCS] Clarify copy_to behavior with strict dynamic mappings

* Add id

* De-verbosify

* Delete pesky comma

* More info about root and nest

* Fixes per review, clarify non-recursive explanation

* Skip tests for illustrative example

* Fix example syntax

* Fix typo
2024-08-01 23:01:26 +10:00