Commit graph

10977 commits

Author SHA1 Message Date
David Turner
9b51d9972d
More specific cluster.initial_master_nodes instructions (#101493)
In the note on forming a single cluster we describe what to do if
inadvertently forming extra clusters, but we can be more explicit about
what to do with `cluster.initial_master_nodes` in these instructions.
This commit adds the missing details.
2023-10-30 08:25:40 +00:00
Andrei Stefan
74da80771a
ESQL: adds Enrich implicit match_fields to field_caps call (#101456)
* Take into account the Enrich implicit match_field when resolving
field names of the source index
2023-10-27 22:59:17 +03:00
Luigi Dell'Aquila
d53c0cbf82
ESQL: annotate trigonometric functions and auto_bucket() (SHOW FUNCTIONS) (#101460) 2023-10-27 16:35:44 +02:00
David Roberts
9286716660
[ML] Include ML processor limits in _ml/info response (#101392)
The _ml/info response now includes two extra fields in its
`limits`:

1. `max_single_ml_node_processors`
2. `total_ml_processors`

These fields are _only_ included if they can be accurately
calculated. If autoscaling is enabled and the ML nodes are
not at their maximum size then these fields _cannot_
currently be accurately calculated. (This could potentially
be improved in the future with additional settings set by
the control plane.)
2023-10-27 13:52:03 +01:00
Kathleen DeRusso
fd0c7f57a8
Remove outdated note from get search application docs (#101451) 2023-10-27 08:27:55 -04:00
Benjamin Trent
d3e9bf02f8
Updating percolate query docs to account for custom similarity limitation (#101386) 2023-10-27 06:47:13 -04:00
Andrei Dan
7b436bae2c
[DOCS] DSL: More visible tech preview tags (#101313) 2023-10-26 12:06:15 +01:00
Abdon Pijpelink
b921c1e627
[DOCS] Using ES|QL in Kibana (#101324)
* Initial Kibana content

* More docs

* Nino's feedback

* Amy's feedback
2023-10-26 12:02:41 +02:00
Abdon Pijpelink
8e96d285c0
[DOCS] One more round of restructuring the ES|QL documentation (#101340)
* Reorg some pages

* Add links to landing page
2023-10-26 10:57:05 +02:00
James Rodewig
3a91763d27
[DOCS] Deprecate rollups (#101265) 2023-10-25 16:52:25 -04:00
István Zoltán Szabó
c34e0c0746
[DOCS] Clarifies that inference input must be single string (#101301) 2023-10-25 17:18:05 +02:00
Liam Thompson
a6ed18c144
[DOCS] [Enterprise Search] Migrate ingest pipelines/ML docs (#101156)
* WIP, port docs

- Update link syntax
- Update ids
- Fix n^n build failures :/
-

* Fix id for doclink

* Let's try this on for size

* Idem

* Update attributes, Test image rendering

* Update image name

* Fix typo

* Update filename

* Add images, cleanup, standardize naming

* Tweak heading

* Cleanup, rewordings

- Modified introduction in `search-inference-processing.asciidoc`.
- Changed "Search connector" to "Elastic connector".
- Adjusted heading levels in `search-inference-processing.asciidoc`.
- Simplified ingest pipelines intro in `search-ingest-pipelines.asciidoc`.
- Edited ingest pipelines section for the *Content* UI.
- Reordered file inclusions in `search-ingest-pipelines.asciidoc`.
- Formatted inference pipeline creation into steps in `search-nlp-tutorial.asciidoc`.

* Lingering erroneousness

* Delete FAQ
2023-10-25 17:17:24 +02:00
Nik Everett
c73b3b6403
ESQL DOCS: speed note on stats (#101318)
Grouping by no fields is much much faster than grouping by one field.
Grouping by one field is like 5x faster than grouping on two fields.
2023-10-25 10:31:12 -04:00
AlexB
b19ae8d5ee
esql docs: structure, examples, minor improvements (#101292)
Small improvements in ESQL docs and addition of examples

---------

Co-authored-by: Alexandros Batsakis <abatsakis@elastic.co>
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-10-25 05:00:48 -07:00
Abdon Pijpelink
284f81873f
[DOCS] Expand ES|QL DISSECT and GROK documentation (#101225)
* Add 'Process data with DISSECT and GROK' page

* Expand DISSECT docs

* More DISSECT and GROK enhancements

* Improve examples

* Fix CSV tests

* Review feedback

* Reword
2023-10-25 13:19:17 +02:00
Andrei Dan
74ea04fb2d
[DOCS] document tail merging and create tutorial for migrating to DSL (#101117)
This documents tail merging, the enabled flag, and
adds a tutorial to migrate a data stream from ILM to DSL.
2023-10-25 11:12:36 +01:00
Felix Barnsteiner
75d9bd7790
Rename component templates and pipelines according to the new naming conventions (#99975)
- Creates a new StackTemplateRegistry that uses the new names
- The new registry only respects stack.templates.enabled for index templates
- Renames the old registry to LegacyStackTemplateRegistry
- Component templates are not duplicated but registered under two different names
- Documents the new naming convention
- Index templates are not renamed, at least for now, as there are some challenges with it
  See 7fd0423 for more details.
2023-10-25 11:56:28 +02:00
Martijn van Groningen
311185311f
Remove index.codec setting from setting up tsdb docs. (#101276)
This is not needed for tsdb, because of synthetic source and slows down indexing / refreshes.
2023-10-25 08:21:18 +02:00
Volodymyr Krasnikov
66f7298e83
Update doc as per SDH finding (#101285) 2023-10-24 15:17:34 -07:00
Nik Everett
46f95a67b4
ESQL: More MV_* tests (#100564)
This adds more tests for some of the `MV_` functions and updates their
docs now that the railroad diagram and table generated by the tests
covers all of the types.
2023-10-24 16:55:17 -04:00
AlexB
48f1e4cf89
ESQL small doc improvement (#101226)
Move command list to the top

Co-authored-by: Alexandros Batsakis <abatsakis@splunk.com>
2023-10-23 12:23:58 -07:00
AlexB
931dcae41d
Add improvements to the ES|QL docs (#101195)
Content and structural improvements to the ES|QL docs

---------

Co-authored-by: Alexandros Batsakis <abatsakis@splunk.com>
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-10-23 07:45:42 -07:00
Daniel Mitterdorfer
a579504e11
Remove auto_configure privilege for profiling (#101026)
With this commit we remove the `auto_configure` privilege for the Fleet
service account that targets profiling-related indices. This privilege
was needed to automatically create indices and data streams in the past
but as this managed by the Elasticsearch plugin, there is no need to
grant this privilege to Fleet-managed components.
2023-10-23 13:14:14 +02:00
Abdon Pijpelink
fcdeb21993
[DOCS] Expand ES|QL ENRICH documentation (#101079)
* [DOCS] Expand ES|QL ENRICH documentation

* Add examples to 'Enrich data' page

* Add another diagram

* Remove redirect that's no longer needed

* Review feedback
2023-10-19 17:14:21 +02:00
gchaps
cfa11d2df3
[DOCS] Adds enrich policies and data retention for Index Management (#100922)
* [DOCS] Adds enrich policies and data retention for Index Management

* Update docs/reference/indices/index-mgmt.asciidoc

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>

* Update docs/reference/indices/index-mgmt.asciidoc

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>

* Update docs/reference/indices/index-mgmt.asciidoc

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>

* Update docs/reference/indices/index-mgmt.asciidoc

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>

* Update docs/reference/indices/index-mgmt.asciidoc

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>

* [DOCS] Incorporates review comments

---------

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-10-19 07:24:52 -07:00
Carlos Delgado
b803f0fcdd
Fix examples in synonym graph token filter docs (#101101) 2023-10-19 14:13:14 +02:00
Abdon Pijpelink
7f5b68711d
[DOCS] Inconsistent ulimit (#100948)
* [DOCS] Inconsistent ulimit

* Another one
2023-10-19 11:34:21 +02:00
Mike Pellegrini
3b8825c5d3
Clarify search application search API documentation (#100930)
Clarify the Search Application Search API & Render Search Application Query API documentation
2023-10-18 13:00:38 -04:00
Luigi Dell'Aquila
8d89f913a1
ESQL: Add warning header when default LIMIT is applied (#100894)
Fixes https://github.com/elastic/elasticsearch/issues/100555

ESQL [by default](https://github.com/elastic/elasticsearch/pull/99816)
adds an implicit `LIMIT 500` to queries that do not define a limit.
Since this can be confusing for the end user, with this PR we also add a
warning to the response, making this default clear and explicit.
2023-10-18 07:44:33 -04:00
István Zoltán Szabó
9b404099b4
[DOCS] Adds links to token section in ESLER conceptual. (#101033) 2023-10-18 11:30:38 +02:00
David Turner
76488e2525
Add/fix known issue docs for 8.10.4 (#101013)
8.10.4 includes a partial mitigation for the snapshots downgrades bug
introduced in 8.10.0. This commit adds known-issue docs for 8.10.4, and
adjusts the known-issue docs for earlier 8.10.x issues.
2023-10-18 08:06:42 +01:00
Abdon Pijpelink
8ac4ba751e
Restructure ES|QL docs (#100806)
* Break out 'Limitations' into separate page

* Add REST API docs

* Restructure commands, functions, and operators refs

* Add placeholder for getting started guide

* Group 'Syntax', 'Metafields', and 'MV fields' under 'Language'

* Add placeholder for Kibana page

* Add link from landing page

* Apply uniform formatting to ACOS, CASE, and DATE_PARSE function refs

* Reword default LIMIT

* Add support for COUNT(*)

* Move 'Commands' and 'Functions and operators' to individual pages

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2023-10-17 17:36:14 +02:00
Keith Massey
92ec9d6605
Add executed pipelines to bulk api response (#100031)
This change allows users to pass a new list_executed_pipelines parameter
to the bulk API, which results in an executed_pipelines list being returned.
2023-10-17 09:39:09 -05:00
Lisa Cawley
3418c6a2af
[DOCS] Alerts-as-data for anomaly detection rules (#100864) 2023-10-17 07:37:22 -07:00
Andrei Dan
abf6c16762
[DOCS] Remove the coming[8.10.4] from release notes (#100979) 2023-10-17 10:29:14 -04:00
Carlos Delgado
888813d815
Fix synonyms documentation (#100916) 2023-10-17 15:50:51 +02:00
David Kyle
f52d5fab7c
[ML] Rename the ELSER service (#100944) 2023-10-17 09:58:38 +01:00
Jake Landis
1eaa907052
Fix manage/monitor_enrich documentation (#100781)
manage_enrich is a cluster privilege, not a built in role. 
manage_enrich is already documented as a cluster privilege.
This commit remove manage_enrich from the role documentation.
This commit also makes mention of the monitor_enrich introduced in #99646.

related: #85877
2023-10-13 11:29:48 -05:00
gheorghepucea
cb30096c65
Referenced the svgs of starts_with and trim in asciidoc for consistency. (#100834) 2023-10-13 16:01:47 +02:00
Andrei Dan
c73a3b4d25
[Docs] Document a bit more the implicit rollover conditions (#100750) 2023-10-13 14:37:48 +01:00
Kathleen DeRusso
bfc87d46c0
[Query Rules] clarify query rules API documentation (#100732)
* Update example in query rules docs

* Ensure GET docs are also consistent

* Update docs/reference/query-rules/apis/put-query-ruleset.asciidoc

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

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2023-10-13 08:12:16 -04:00
Andrei Dan
cea4dc9fc4
Update docs for v8.10.4 release (#100772) (#100819)
(cherry picked from commit 78ac64f013)
Signed-off-by: Andrei Dan <andrei.dan@elastic.co>
2023-10-13 07:52:19 -04:00
Liam Thompson
eab813f8cb
[DOCS] Migrate Behavioral Analytics docs to ES ref (#100704)
* [DOCS] Migrate Behavioral Analytics docs to ES ref

* Fix typo

* Fix attributes

* Rename top level heading, fix requirements

* Address review suggestions
2023-10-13 09:05:23 +02:00
David Turner
cf97e967a9
More S3-compatible repo deflection (#100754)
Call out explicitly that users need to reproduce issues with the real S3
before reporting them to ES.
2023-10-12 05:41:50 -04:00
Tanguy Leroux
583a787618
[Docs] Link to AWS SDK documentation for requests logging (#100491)
Co-authored-by: David Turner david.turner@elastic.co
2023-10-12 09:48:45 +02:00
Mayya Sharipova
b582276dd6
Update kNN search guide with knn parallelization (#100705)
Relates to PR #98204
2023-10-11 15:31:03 -04:00
István Zoltán Szabó
446ac9f378
[DOCS] Updates ELSER tutorial with inference processor changes (#100420)
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-10-11 17:33:20 +02:00
Brandon Morelli
a3ba9f9888
Update 8.10.3.asciidoc (#100590) (#100614)
* Update 8.10.3.asciidoc

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

Co-authored-by: David Turner <david.turner@elastic.co>

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

---------

Co-authored-by: David Turner <david.turner@elastic.co>
(cherry picked from commit 5ba96f2e2e)
2023-10-10 08:31:03 -07:00
David Turner
2712dc5da5
Add known-issue docs for snapshot downgrades bug (#100412) 2023-10-10 10:25:39 +01:00
Abdon Pijpelink
62b85b1d0f
[DOCS] Refresh "Search your data" (#99482)
* Restructure existing docs

* Add draft content

* Changes for MVP

* Reword

* Move Search Applications docs to ES reference

- Renamed files and changed ids per https://github.com/elastic/elasticsearch/pull/100032
- Updated URL syntax for absolute URLs using attribute
- Deleted redirects in redirects.asciidoc

* Fix json source formatting

* Use `source, js`, not `javascript`

* Idem

* Fix console-reponse

* Skip tests for js blocks

* This will definitely fix things

* Use attributes

* Remove commented out redirects

* Fix header level in search-with-synonyms.asciidoc

* Update docs/reference/search/search-your-data/knn-search.asciidoc

Co-authored-by: Chris Cressman <chris@chriscressman.com>

* Fix trailing comma bug

Flagged in #enterprise-search Slack

* Move semantic search under vector search

---------

Co-authored-by: Liam Thompson <leemthompo@gmail.com>
Co-authored-by: Chris Cressman <chris@chriscressman.com>
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2023-10-10 10:47:35 +02:00