Commit Graph

10278 Commits

Author SHA1 Message Date
Francisco Fernández Castaño da9bb382f5
Add support for custom endpoints in the Azure repository (#94576)
Closes #94537
2023-03-22 11:40:19 +01:00
Abdon Pijpelink ccc2d94baf
[DOCS] Explain how to change aliases in data streams documentation (#94110) 2023-03-21 15:34:00 +01:00
Abdon Pijpelink 4a93dba806
[DOCS] Fix figure references (#94583) 2023-03-21 14:32:33 +01:00
iamthinh 7559630e65
Update pipeline.asciidoc (#94526)
Remove redundant character
2023-03-21 09:47:55 +01:00
Nathan Reese 734b2cdfec
Add Geospatial analysis overview documentation (#94486)
* Geospatial analysis top level documenation

* ml and alerting sections

* ingest

* aggregate

* cleanup

* eruption dashboard

* describe dashboard image

* intro

* query

* add to index page

* Update docs/reference/geospatial-analysis.asciidoc

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* Update docs/reference/geospatial-analysis.asciidoc

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* fix geo_point and geo_shape reference

* fix terms aggregation reference

* Fix typo

* Improve doc structure to resolve docs build errors

* Move page up in TOC

* Add geospational analysis to landing page

---------

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-03-20 10:01:13 -06:00
Abdon Pijpelink 6e21e4a600
Update TSDS disk space reduction percentage (#94549) 2023-03-20 15:19:58 +01:00
David Roberts 708730e27c
[ML] Add _meta field to data frame analytics config (#94529)
This PR adds a new field, `_meta`, to the data frame
analytics configuration.

The `_meta` field stores an arbitrary key-value map.
Keys are strings. Values are arbitrary objects
(possibly also maps).

The `_meta` field can be updated using the data frame
analytics `_update` endpoint.
2023-03-20 11:53:53 +00:00
Ievgen Degtiarenko 3221d1d199
Make relocatingNodeIsDesired nullable when not relocating (#94279) 2023-03-20 12:49:16 +01:00
Ievgen Degtiarenko 21adad38a3
Add data tier to /_internal/desired-balance (#94496) 2023-03-20 10:44:55 +01:00
David Turner e43e7c2f4a
Improve transport stats histogram (#93598)
- omits empty buckets at the start and end of the histogram
- includes human-readable representation of the bucket boundaries if `?human` specified
2023-03-17 18:01:58 -04:00
David Turner 421c2d4731
Add request/response body logging to HTTP tracer (#93133)
Adds another logger, `org.elasticsearch.http.HttpBodyTracer`, which logs
the body of every HTTP request and response as well as the usual
summaries.
2023-03-15 11:13:36 -04:00
Przemysław Witek a3f34a39c8
[Transform] Add `delete_dest_index` parameter to the `Delete Transform API` (#94162) 2023-03-10 13:02:19 +01:00
David Kilfoyle 32f7d046b7
Update http.max_content_length description (#94430) 2023-03-09 10:58:50 -05:00
Emanuil Tolev 9b2c921272
Clarify update scripts docs on doc vs ctx use (#66357) 2023-03-09 08:57:17 -06:00
Stef Nestor a2837a2e3f
Confirm http.max_content_length for compressed (#94408)
👋 Per [StackOverflow](https://stackoverflow.com/questions/55724839/elasticsearch-http-max-content-length-when-compressed), can we append that `http.max_content_length` applies to the compressed HTTP size.
2023-03-09 09:21:36 -05:00
Ignacio Vera 397d52e24b
Allow docvalues-only search on geo_shape (#94396)
allows searching on a geo_shape field type when the field is not indexed (index: false) but just doc values are enabled.
2023-03-08 16:30:06 +01:00
Christoph Büscher d8021360ff
Enable `_terms_enum` on `ip` fields (#94322)
The _terms_enum API currently does not support ip fields. However,
type-ahead-like completion is useful for UI purposes.
This change adds the ability to query ip fields via the _terms_enum API by
leveraging the terms enumeration available when doc_values are enabled on the
field, which is the default. In order to make prefix filtering fast, we
internally create a fast prefix automaton from the user-supplied prefix that
gets intersected with the shards terms enumeration, similar to what we do for
keyword fields already.

Closes #89933
2023-03-07 19:26:20 +01:00
Mary Gouseti fe20d923ae
[DLM] Introduce default rollover cluster setting & expose it via APIs (#94240)
For managing data streams with DLM we chose to have one cluster setting that will determine the rollover conditions for all data streams. This PR introduces this cluster setting, it exposes it via the 3 existing APIs under the flag `include_defaults` and adjusts DLM to use it. The feature remains behind a feature flag.
2023-03-07 16:41:32 +01:00
Joe Gallo 36aeb00835
Add an example of dot_expander's path option (#94291) 2023-03-06 09:26:40 -05:00
Ievgen Degtiarenko 90d017ae09
Add cluster_info to the GET /_internal/desired-balance endpoint output (#94272) 2023-03-06 13:57:55 +01:00
David Turner 14c01470a3
Deprecate cluster.routing.allocation.type (#94066)
Today users may select a shards allocator via the
`cluster.routing.allocation.type` setting. In practice this is only used
to select between the (default) desired-balance allocator and the legacy
allocator. With this commit we mark this setting as deprecated to
indicate that the desired-balance allocator will be the only choice in a
future release.
2023-03-02 12:50:49 +00:00
Abdon Pijpelink 303919a901
[DOCS] Fix typo in shutdown-put.asciidoc (#94234)
Resubmitting https://github.com/elastic/elasticsearch/pull/94148 to target the `main` branch.

Co-authored-by: Kazuma Arimura <k.arimura96@gmail.com>
2023-03-01 15:31:23 +01:00
Abdon Pijpelink 2808512397
[DOCS] Improve watermark troubleshooting documentation (#94222) 2023-03-01 14:34:14 +01:00
richcollier 1da70cbe08
Update tsds.asciidoc (#94208)
fixed typo
2023-03-01 11:05:15 +01:00
iamthinh a4ee8f4a34
Update profile.asciidoc (#92656)
* Update profile.asciidoc

Fix small typo

* Update docs/reference/search/profile.asciidoc

Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>

---------

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
2023-02-27 09:54:03 +01:00
Luca Belluccini d746295296
[DOCS] JDBC Driver troubleshooting params (#93858)
* [DOCS] JDBC Driver troubleshooting params

* Update docs/reference/sql/endpoints/jdbc.asciidoc

Co-authored-by: Bogdan Pintea <bogdan.pintea@elastic.co>

* Update docs/reference/sql/endpoints/jdbc.asciidoc

Co-authored-by: Bogdan Pintea <bogdan.pintea@elastic.co>

---------

Co-authored-by: Bogdan Pintea <bogdan.pintea@elastic.co>
2023-02-24 11:02:51 +01:00
Abdon Pijpelink c5b1d997d1
[DOCS] Add 'total' object for io_stats in nodes stats response (#93854) 2023-02-23 13:08:42 +01:00
Zacson 031854b6f4
[DOCS] Correct the calculation rules for limit the total number of cluster frozen shards (#93764) 2023-02-23 10:30:03 +01:00
Stef Nestor 69d3039726
Doc about elasticsearch#78276 (#93873)
👋🏼 Regardless of if we decide to validation enforce #78276, may we please drop a doc note that users should avoid duplicating repositories (particularly bucket / base paths).
2023-02-22 21:08:15 +01:00
Przemyslaw Gomulka 5b083e29f2
[doc] Add known issue to all affected versions due to jackson parsing bug (#93915)
relates #92480
relates #92984
2023-02-22 16:57:12 +01:00
Steve Gordon a7e65e3b2d
Fix get data stream documentation (#94009)
The documentation specifies the possible values for the status of the response. This endpoint is inconsistent with most others that expose the health status as it returns the values as uppercase strings rather than lowercase. 

This PR fixes the cases in the documentation to align with the actual values returned in the response body.
2023-02-22 13:46:04 +00:00
David Roberts ee3f51a7bb
[ML] Make text_embedding query vector builder experimental for first release (#93979)
The text_embedding query vector builder that can be used with
KNN search to deliver a semantic search solution will be experimental
for its first release.
2023-02-22 09:29:23 +00:00
Hritik Kumar f5af004117
Support `ignore_malformed` in boolean fields (#93239)
This PR enables the `ignore_malformed`parameter to be accepted as an option in 
boolean field mappings. Support for synthetic source is not added yet, so if
`ignore_malformed` is set to true, synthetic source isn't supported.

Closes #89542
2023-02-21 18:22:10 +01:00
Christoph Büscher edc7a6171c
Enable _terms_enum API for version fields (#93839)
The _terms_enum API currently only supports the keyword, constant_keyword 
and flattened field type. This change adds support for the `version` field type
that sorts according to the semantic versioning definition.

Closes #83403
2023-02-21 14:03:12 +01:00
Alan Woodward 639eab0549
Remove force_source option for highlighting (#93193)
This was only needed because the percolator uses a MemoryIndex which did
not support stored fields, and so when it ran a highlighting phase it needed to
force it to read from source. MemoryIndex added stored fields support in
lucene 9.5, so we can remove this internal parameter.

The parameter remains available, but deprecated, via the rest layer, and no
longer has any effect.
2023-02-21 09:51:28 +00:00
Ramdas Potale 845f7a11ed
updated correct API to get index templates etc (#93793)
* updated correct API to get index templates etc

Hi, I think documentation needs correction on below points.
1. updated correct API to get index template
2.  on line 18, it should be index pattern instead of template pattern
3.  index pattern should have es version as 8 which matches elasticsearch version, also updated index patterns in API request payload

* fix: grammatical correction to line 18

removed "the" from line 18 which is not very accuarate

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

* additional corrections to the docs as suggested by @abdonpijpelink

. use the `_index_template` endpoint instead of just `_template`
. change `order` to `priority`

* settings need to be wrapped inside template obect

---------

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-02-20 16:47:34 +01:00
Julio 226db04997
[DOCS][main] Add 8.6.2 Release Notes (#93879)
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-02-20 06:30:59 -07:00
David Kyle f8e306e688
Rewrite Redact Processor docs intro (#93856)
Focus on what redact does rather than describing Grok
2023-02-16 14:17:54 +00:00
Tim Vernum 34c270c023
Do not fail node if SAML HTTP metadata is unavailable (#92810)
This commit changes the SAML realm to use placeholder metadata (UnresolvedEntity) when the real metadata cannot be loaded over HTTPS - unless metadata.http.fail_on_error is set to true.

All future use of the realm will fail until the metadata is available, but this change allows the node to bootstrap successfully.
2023-02-16 17:32:01 +11:00
Lisa Cawley f49bb09503
[DOCS] Refresh screenshots for machine learning rules (#93805) 2023-02-15 15:43:30 -08:00
Przemyslaw Gomulka b0ba832791
[doc] Mention dates_nanos in dates field type page (#93828) 2023-02-15 16:58:24 +01:00
David Turner a7e2430b79
Include node ID in balance API (#93823)
Today we report node stats by name, but the desired nodes work in terms
of node IDs. This commit adds a mapping between node name and ID to make
the output easier to interpret.
2023-02-15 08:39:59 -05:00
István Zoltán Szabó 4d117c5add
[DOCS] Adds semantic search section to kNN search page (#93782)
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-02-15 11:44:41 +01:00
Lisa Cawley 2c4ef7c26a
[DOCS] Refresh screenshots for transform health rules (#93761) 2023-02-14 10:11:49 -08:00
David Kilfoyle a7666a211f
Re-add link to 8.7 release highlights (#93758)
* Re-add link to 8.7 release highlights

* Rebuild

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2023-02-14 10:52:49 -05:00
Pooya Salehi ee56ea8c82
Clarify wait_for_completion doc in the Task API (#93754) 2023-02-13 18:29:14 +01:00
Benjamin Trent e8c5ed46c6
Fixing our docs for vector sizing calculation (#93703) 2023-02-13 07:52:53 -05:00
David Turner 9c8c9528ad
Add cluster stats re. snapshot activity (#93680)
Shows how many ongoing snapshots/clones/deletions/etc. there are, and
summarises the shard-level status too for progress tracking.
2023-02-13 07:48:14 +00:00
Abdon Pijpelink 1fca7f6ab9
[DOCS] Mention search_after in PIT docs (#93627) 2023-02-10 10:40:03 +01:00
Pooya Salehi 93a897c89d
Update snapshot threadpool size doc (#93655)
Co-authored-by: David Turner <david.turner@elastic.co>
2023-02-09 17:45:45 +01:00