Commit graph

12399 commits

Author SHA1 Message Date
Liam Thompson
6b3286fdbb
[DOCS][8.x] Clarify update behavior for indices with semantic_text fields, flag CCS/CCR limitation (#127319) (#127340) 2025-04-25 02:30:24 +10:00
Liam Thompson
50d536fa0d
[DOCS][ESQL][8.x] Cleanup and cross-reference LOOKUP JOIN reference and landing pages (#127316) (#127325)
* [DOCS][ESQL][8.x] Cleanup and cross-reference LOOKUP JOIN reference and landing pages

* Add missing id to fix linking problem
2025-04-24 23:53:16 +10:00
elasticsearchmachine
b111bf6d5e
Forward port release notes for v8.17.5 (#127020)
* Forward port release notes for v8.17.5

* delete 8.18.1 includes

---------

Co-authored-by: Liam Thompson <leemthompo@gmail.com>
2025-04-17 18:40:50 +02:00
elasticsearchmachine
bb66b3ace6 Finalize release notes for v8.18.0 2025-04-18 01:32:18 +10:00
Samiul Monir
080aaef717
Updating documentation for text_similarity_reranker for 8.x (#126971) (#127007)
* Updating documentation of text_similarity_reranker for 8.x

* updating documentation to remove duplicate and redundant wording
2025-04-18 01:23:25 +10:00
Luigi Dell'Aquila
d53a324ee5
[8.18] ES|QL: make telemetry more strict (#126940) (#126980)
* ES|QL: make telemetry more strict (#126940)

* Fix compile

* Fix tests

* Fix test
2025-04-17 21:40:19 +10:00
Liam Thompson
9d6ef1f166
[DOCS] [8.x] Update esql-lookup-join.md to mention index mode requirement (#126905)
Part of for #126897

8.x equivalent of https://github.com/elastic/elasticsearch/pull/126901/files
2025-04-16 12:41:53 +02:00
Artem Shelkovnikov
ee60142cbf
Document known limitation for Salesforce connector #9545 (#126791) (#126824) 2025-04-15 19:10:44 +10:00
elasticsearchmachine
e6a340bbb8
Add release notes for v8.18.0 release (#126735)
* Update docs for v8.18.0 release

* Update docs/reference/release-notes/highlights.asciidoc

* Don't lose nice edits, just add net new stuff

* revert highlights to edited version

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2025-04-15 10:38:34 +02:00
Liam Thompson
88b93fc7d2
[Backport][8.18] ESQL: Known issue enrich missing field (#126701) (#126764)
* ESQL: Known issue enrich missing field (#126701)

* Add known issue note to 8.17.0-8.17.4

* Add known issue to 8.16.0-8.16.6

* remove coming tags from notes that hadn't been forward ported to 8.x

* remove another coming tag

* clarify it's esql

* include pages that hadn't been forward ported

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Co-authored-by: Liam Thompson <leemthompo@gmail.com>
(cherry picked from commit f7a52054b2)

* delete conflict markers on new files to this branch

---------

Co-authored-by: Alexander Spies <alexander.spies@elastic.co>
2025-04-14 19:30:00 +10:00
Liam Thompson
cc1ed4f8c4
[DOCS] 8.x mention categorize license requirement (#126670) 2025-04-11 16:01:54 +02:00
Larisa Motova
0442be3000
Update keyword documentation for logsdb (#126652) (#126661)
This commit adds a note that ignore_above has a different limit for
logsdb indices to the documentation. Also specifies that ignore_above
applies to all types of the keyword family.

Relates https://github.com/elastic/sdh-elasticsearch/issues/8892
2025-04-11 18:17:09 +10:00
Slobodan Adamović
dbdaf169e1
Set keyUsage for generated HTTP certificates and self-signed CA (#126376) (#126448) (#126453)
* Set `keyUsage` for generated HTTP certificates and self-signed CA (#126376)

The `elasticsearch-certutil http` command, and security auto-configuration,
generate the HTTP certificate and CA without setting the `keyUsage` extension.

This PR fixes this by setting (by default):
- `keyCertSign` and `cRLSign` for self-signed CAs
- `digitalSignature` and `keyEncipherment` for HTTP certificates and CSRs

These defaults can be overridden when running `elasticsearch-certutil http`
command. The user will be prompted to change them as they wish.

For `elasticsearch-certutil ca`, the default value can be overridden by passing
the `--keysage` option, e.g.
```
elasticsearch-certutil ca --keyusage "digitalSignature,keyCertSign,cRLSign" -pem
```

Fixes #117769

(cherry picked from commit 284121ad9f)

# Conflicts:
#	docs/reference/elasticsearch/command-line-tools/certutil.md

* fix compilation error

* [CI] Auto commit changes from spotless

* fix failing test

---------

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
2025-04-08 22:02:06 +10:00
kosabogi
dd68d3d6fb
Adds note on anomaly detection alert behaviour (#126102) (#126444)
* Adds note on anomaly detection alert behaviour

* Fixes attribute

* Relocating the addition

* Fixes based on feedback
2025-04-08 15:59:53 +10:00
István Zoltán Szabó
30baf759bb
[8.x][DOCS] Pulls out EIS-related docs (#126381) (#126423)
* [8.x][DOCS] Pulls out EIS-related docs.

* [DOCS] More edits.
2025-04-08 04:19:07 +10:00
Bogdan Pintea
c066c60050
[8.x] SQL: Docs: Drop examples of LIKE/RLIKE vs QUERY/MATCH equivalence #125970 (#126398)
Backport of #125673
2025-04-07 22:42:31 +10:00
Bogdan Pintea
cf88b888ab
[8.x] ESQL: supplement docs on LIMIT (#125967) (#126395)
Backport of #125839.
2025-04-07 22:10:47 +10:00
elasticsearchmachine
d5948501ae
Add release notes for v8.18.0 release (#126353)
* Update docs for v8.18.0 release

* Clean up 8.18.0 notes

* add missing release notes to 8.18 branch

* Clean up highlights

* Rewrite lookup join highlight

* add esql to highlight heading

---------

Co-authored-by: Liam Thompson <leemthompo@gmail.com>
2025-04-07 09:45:22 +02:00
Stef Nestor
632bd7382f
Backport docs-content#962 (#126242) (#126249)
* Backport docs-content#962

---------

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2025-04-04 07:46:00 +11:00
István Zoltán Szabó
144e00104a
[8.x][DOCS] Fixes typo on built-in role page. (#126211) (#126217) 2025-04-04 00:53:21 +11:00
Joe Gallo
772681acbe
[8.18] Minor docs fixes (#126144) (#126152) 2025-04-02 13:03:24 -04:00
Liam Thompson
08ebc014aa
[8.x] Update esql-for-search.asciidoc (#125929)
Uncomment links to ESQL search tutorial
2025-03-31 15:46:34 +02:00
Luke Whiting
627f8c91b8
Update missed documentation change for new watcher index settings (#125758) (#125925)
* Update missed documentation change for new watcher index settings

* Update docs/reference/rest-api/watcher/update-settings.asciidoc



---------

Co-authored-by: Keith Massey <keith.massey@elastic.co>
2025-03-31 20:55:33 +11:00
Charlotte Hoblik
b7a238af60
8.18.0 Connectors release notes (#125761) (#125853) 2025-03-29 01:54:32 +11:00
Alexander Spies
a2e2337ad1
[8.x] ESQL: Improve LOOKUP JOIN page (#125688) (#125797)
Some minor edits, formatting improvements etc.

(cherry picked from commit 3536c6d110)
2025-03-28 04:19:53 +11:00
shainaraskas
a99453cce2
anchor addition for xlink (#125787) 2025-03-27 17:50:48 +01:00
Liam Thompson
cc676a0b3c
[DOCS][8.x] ESQL for search updates (#125759) (#125772)
* [DOCS][8.x] ESQL for search updates

(cherry picked from commit b964982cd4)

# Conflicts:
#	docs/reference/search/search-your-data/semantic-text-hybrid-search
2025-03-28 00:49:55 +11:00
Liam Thompson
69115b5758
[DOCS][8.x] Add Using ESQL for search landing page (#125580) (#125653) 2025-03-26 22:17:36 +11:00
shainaraskas
bb39781db7
[8.18] fix anchors (#125589) 2025-03-25 12:47:04 -04:00
kosabogi
2d41927b8d
Updates Watsonx inference integration with rerank feature (#125565) 2025-03-25 12:39:08 +01:00
Charlotte Hoblik
274b59a2f5
Update ccs compatibility matrix with 8.18 (#125309) (#125578)
* update ccs matrix with 8.18

* fix table size

* fix compatibility matrix
2025-03-25 22:38:09 +11:00
Alexander Spies
b36a5ffc66
[8.x] ESQL: Add more details on ENRICH vs. LOOKUP JOIN #125487 (#125528) (#125564)
Manual backport of docs-PR #125487
2025-03-25 20:07:12 +11:00
Alexander Spies
4956c2607d
ESQL: Add ENRICH vs LOOKUP JOIN to ENRICH docs (#125489) (#125505)
This was initially part of
https://github.com/elastic/elasticsearch/pull/124531 but got lost during
the manual backport.
2025-03-25 02:54:25 +11:00
István Zoltán Szabó
f9a0509301
[8.18] [DOCS] Update service-openai.asciidoc (#125490)
* Update service-openai.asciidoc (#125419)

Many customers want to use our OpenAI Inference endpoint against OpenAI compatible API's they have written, or Ollama, or Nvidia Triton OpenAI API front end. I had heard that was the intent of this OpenAI inference endpoint, but we do not state it directly. Can we validate this is OK with Search PM and include this?

Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>

* Update docs/reference/inference/service-openai.asciidoc

---------

Co-authored-by: Brad Quarry <38725582+bradquarry@users.noreply.github.com>
2025-03-24 14:52:48 +01:00
kosabogi
5bf7249739
Document delay subparameter in transform checkpoints and usage guide (#125280) (#125496)
* Adds explanation on the delay parameter

* Attribute fixes

* Update docs/reference/transform/usage.asciidoc



---------

Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
2025-03-25 00:43:07 +11:00
Carlos Delgado
a259503b39
ES|QL: Add default values for match function options (#125282) (#125411)
(cherry picked from commit 160ac698d7)

# Conflicts:
#	docs/reference/query-languages/esql/_snippets/functions/functionNamedParams/match.md
2025-03-22 03:01:14 +11:00
Liam Thompson
7f96070dbe
[Docs] ES|QL in Kibana 8.18 changes + fixes (#125346) (#125388)
(cherry picked from commit 546a20a6d4)

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2025-03-21 13:26:57 +02:00
Martijn van Groningen
0c861aabc3
The histogram field type does not support time_series_metric attribute (#125366) (#125384) 2025-03-21 22:23:39 +11:00
Mike Pellegrini
c4fc197180
[8.18] [8.x] Mark semantic text as GA in docs (#124670) (#125302)
* [8.x] Mark semantic text as GA in docs (#124670)

* Update docs/changelog/125302.yaml

* Remove extra changelog
2025-03-20 23:51:21 +11:00
István Zoltán Szabó
ab508049ca
[8.x][DOCS] Adds VoyageAI inference integration docs. (#125196) (#125212) 2025-03-19 23:58:25 +11:00
John Wagster
d18a665c6a
[DOCS] Opster Migration: Backport of nested bool query addition (#125064) (#125178)
added section related to nested bool queries to provide a more clear example and clean up surrounding language and grammatical issues

Co-authored-by: Kofi B <kofi.bartlett@elastic.co>
2025-03-19 13:11:47 +11:00
Liam Thompson
ff7a901a66
[DOCS] Fix link in RAG doc (#125077) (#125081)
Replicates https://github.com/elastic/docs-content/pull/815 in 8.x docs
2025-03-18 21:22:52 +11:00
Liam Thompson
04daca78f8
[DOCS] Add link to semantic_text GA blog #804 (#125034) (#125047) 2025-03-18 05:27:43 +11:00
kosabogi
25371beb20
Clarify 'inference_id' usage in ELSER semantic search guide (#124854) (#125036)
* Fix ELSER document

* Fix inference_id

* my-elser-endpoint
2025-03-18 03:22:32 +11:00
István Zoltán Szabó
b66cc48d0f
[8.x][DOCS] Removes sparse_embedding references from EIS docs (#124753) (#125033) 2025-03-18 03:02:43 +11:00
David Turner
4ac5dd1552
Mention zero-window state in networking docs (#124969) (#124970)
Clarify that it is expected sometimes to see inter-node connections
sending zero-window advertisements as part of the usual TCP backpressure
mechanism.

Backport of #124967 to 8.x
2025-03-17 07:43:14 +11:00
George Wallace
134b8f8be0
lookup join for 8.18 (#124760)
* lookup join for 8.18
2025-03-14 10:51:48 -06:00
Kostas Krikellas
94ebaafd79
Troubleshoot source mode deprecation warnings (#124320) (#124536)
* Update troubleshooting.asciidoc

* Create source-mode-setting.asciidoc

* Update troubleshooting.asciidoc

* Update source-mode-setting.asciidoc

* Update logs.asciidoc
2025-03-11 18:57:03 +11:00
Kostas Krikellas
1ca82c8603
[8.x][DOCS] Document source-related restrictions (#124317) (#124324)
* Update synthetic-source.asciidoc

* Update source-field.asciidoc
2025-03-08 01:43:32 +11:00
Lisa Cawley
b95c59b290
[DOCS] Remove references to the _unified inference API (#124157) (#124254)
(cherry picked from commit 0f58537dc9)
2025-03-06 18:39:39 +01:00