https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
bdc4182 [7.10][DOCS] Changes URL to use branch variable instead of master. (#93916) (#93932) 20 February 2023, 15:30:28 UTC
0c16d97 Document hard linking limitation in Elasticsearch < 7.11 (#88822) * Document hard linking limitation in Elasticsearch < 7.11 We are not currently documenting the limitation in Split Index API where hard linking does not work on quota aware file systems like XFS (applies to Elastic Cloud) in earlier versions of Elasticsearch. This addresses the missed documentation. Ref: https://github.com/elastic/elasticsearch/issues/61145 Please back port to all affected versions (6.1 is the first version in Elasticsearch with Split Index API). * Update split-index.asciidoc * Update split-index.asciidoc * Update split-index.asciidoc 17 January 2023, 15:23:38 UTC
ffa547b [7.10] [DOCS] Modifies link that points to .NET client page. (#90229) (#90234) * [DOCS] Modifies link that points to .NET client page. (#90229) * Update docs/reference/docs/bulk.asciidoc 22 September 2022, 11:14:12 UTC
6492b9c [DOCS] Fix shrink index API prereqs (#84197) 22 February 2022, 14:49:57 UTC
d616008 [DOCS] Remove note about partial response from Bulk API docs (#84053) (#84126) The bulk API response with a `200 OK` HTTP status always returns an entry for each action in the request. Partial responses aren't applicable. (cherry picked from commit 8ff13361276416cc1d6de43e047902ce227bc6aa) 17 February 2022, 14:40:26 UTC
3b697f0 [DOCS] Fix `ignore_unavailable` parameter definition (#84071) (#84113) The current `ignore_unavailable` definition is a bit misleading. The parameter primarily determines if a request that targets a missing or closed index returns an error. (cherry picked from commit f9a64b2e8685a95fe27b89daefbe898668298b13) 17 February 2022, 13:45:09 UTC
f1f44b4 [DOCS] Fix get snapshot status API parameters (#81818) (#83469) * Documents `GET _snapshot/_status` and `GET _snapshot/<repository>/_status`. * Notes the `<repository>` and `<snasphot>` parameters are optional. * Removes erroneous mention of the `<snapshot>` parameter supporting the `_current` value. Closes #81600 Relates to #80931 (cherry picked from commit 88be4ed95022231499f7781bfdfb685d3479440a) 03 February 2022, 16:17:14 UTC
5e7e64a Add deprecation docs for voting config excls. API (#78821) In #55291 we deprecated the older form of the voting config exclusions API but forgot to record this deprecation in the docs. This commit adds the missing docs. Co-authored-by: James Rodewig <james.rodewig@elastic.co> 26 January 2022, 14:28:26 UTC
1667ced [DOCS] Re-add network traffic para to `term` query (#83047) (#83074) Re-adds a paragraph about minimizing network traffic for a terms lookup. This paragraph was erroneously removed as part of https://github.com/elastic/elasticsearch/pull/42889. (cherry picked from commit b552d5cb0e475ade163d0a6b4d43feb940007dec) 25 January 2022, 15:46:27 UTC
0c10b89 [DOCS] Remove Hunspell dictionaries location config (#82704) (#82962) User can no longer set location for Hunspell dictionaries. `<config-dir>/hunspell` directory is silently used everytime no matter what configuration is used. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> (cherry picked from commit 1a4fd34129b24d2100de3ba2a345810d4fd6db79) # Conflicts: # docs/reference/analysis/tokenfilters/hunspell-tokenfilter.asciidoc Co-authored-by: Jan Jíša <jenda.jisa@gmail.com> 24 January 2022, 16:45:20 UTC
408f325 [DOCS] Remove 8.x refs (#82580) (#82586) Removes 8.x refs from the snapshot compatibility matrix. (cherry picked from commit 2dcf6b34b6c77f2daf6eb9181699ba81faead0eb) 13 January 2022, 22:15:31 UTC
954daf0 [DOCS] Fix supported CCS configurations (#81327) (#81693) The current CCS docs suggest that you can run searches on incompatible remote clusters. This updates the docs to include the version compatibility matrix used in the remote clusters docs. We plan to update BWC support for CCS in 8.0+ so these changes will only apply to 7.16 and earlier branches. 13 December 2021, 23:26:02 UTC
7b83994 [DOCS] Fix ordered list formatting in data stream docs (#81667) (#81676) # Conflicts: # docs/reference/data-streams/change-mappings-and-settings.asciidoc 13 December 2021, 18:21:07 UTC
9093af0 [DOCS] Clarify when `index` parameter is required for Watcher index action (#81566) (#81616) If you dynamically add an `_index` value, the `index` parameter is not required for the Watcher index action. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: Daisuke Harada <1519063+dharada@users.noreply.github.com> 09 December 2021, 22:52:45 UTC
886f208 SQL: Update documentation on Tableau integration (#60890) (#81176) * Update docs on Tableau Desktop integration Update the docs on how to integrate with Tableau Desktop, now using the dedicated connector in conjunction with the JDBC driver. * Add docs for connecting with Tableau Server Add the steps required to connecto to Elasticsearch for Tableau Server. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> (cherry picked from commit fb6baa85aae9581371ffd8d78cbe5df516f828fe) 30 November 2021, 19:43:53 UTC
9b00514 [DOCS] Remove `timeout` and `master_timeout` parameters from request body (#80708) (#80716) The put repository API doesn't accept these parameters in the request body. Co-authored-by: Ivonne Botello <87008515+ibotello@users.noreply.github.com> 15 November 2021, 14:11:12 UTC
a11f3cb [DOCS] Adds deprecated allow_no_jobs and allow_no_datafeeds ML API properties (#80163) (#80222) 02 November 2021, 20:34:40 UTC
5581168 [DOCS] Remove ESS icon from `index.number_of_shards` (#79653) (#79850) `index.number_of_shards` is an index setting and can't be configured in `elasticsearch.yml` using Cloud's [edit user settings feature][0]. [0]: https://www.elastic.co/guide/en/cloud/current/ec-add-user-settings.html 26 October 2021, 16:32:02 UTC
ff7e238 [DOCS] Fix 7.9 breaking changes for stack template removal (#79773) (#79836) Applies changes from #71254 to all 7.x branches after 7.9 for consistency. # Conflicts: # docs/reference/migration/migrate_7_9.asciidoc 26 October 2021, 15:51:06 UTC
9a12ab5 [DOCS] `_id` is required for bulk API's `update` action (#79774) (#79821) Fixes a doc bug introduced in #55414. 26 October 2021, 14:37:19 UTC
1783956 [7.10][DOCS] Adds deprecation details for max_page_search_size (#79770) 26 October 2021, 00:05:31 UTC
4df08ea [DOCS] Re-add several query params to search API docs (#79716) (#79733) PR #55884 removed documentation for several query parameters from the search API docs. During tests, I failed to notice that these are valid parameters but require other parameters to use. Changes: * Notes the following search API parameters require the `q` query string parameter: * `analyzer` * `analyze_wildcard` * `default_operator` * `df` * `lenient` * Notes the following search API parameters require the `suggest_field` and `suggest_text` query parameters: * `suggest_mode` * `suggest_size` * Re-adds the above parameters to the search API docs. These changes also affect API documentation that reuses the search API parameters: * Delete by query API * Update by query API * Count API * Explain API * Validate API Closes #79674 25 October 2021, 16:14:55 UTC
d8f12be [DOCS] Update Fleet link in 7.9 migration guide (#79660) 21 October 2021, 22:11:03 UTC
4739eb0 [DOCS] Update ESS support for `stack.templates.enabled` (#78732) (#79661) The documentation indicates that `stack.templates.enabled` can be used in Elasticsearch Service, but it is not part of the settings allowlist in ESS. This PR makes the documentation match the state of the allowlist. Co-authored-by: Samuel Nelson <samuel.nelson@elastic.co> 21 October 2021, 22:01:50 UTC
693429b [doc] Remove external herokuapp website link (#79537) (#79542) backports #77405 20 October 2021, 08:11:55 UTC
4133ef3 [7.9] [DOCS] Add deprecation warnings for SSL settings (#79290) 15 October 2021, 19:52:35 UTC
3d09f2d document accept_enterprise parameter (#79012) (#79256) (#79261) * document accept_enterprise parameter This was added in 7.6, will be deprecated in 8.x, and removed in 9.x+ (noted in text). https://github.com/elastic/elasticsearch/pull/50067 * Update wording and deprecation notice * Incorporate review feedback Co-authored-by: Adam Locke <adam.locke@elastic.co> Co-authored-by: Ken MacInnis <ken.macinnis@elastic.co> Co-authored-by: Ken MacInnis <ken.macinnis@elastic.co> 15 October 2021, 14:57:52 UTC
ea10c5c [DOCS] Fix default value for closed indices (#78924) (#79051) * [DOCS] Fix default value for closed indices #57953 introduced changes that added ESS icons to many Elasticsearch settings. As part of those changes, the default value for `cluster.indices.close.enable` was indicated as `false`, when it should be `true`. This PR updates the default value to `true`. Closes #78877 * Update description * Update note to remove outdated claims 13 October 2021, 12:28:08 UTC
710454c Document that discovery.zen.* settings are deprecated (#78824) Zen discovery and its associated settings were deprecated in 7.0. This commit adds an entry to the release notes calling this out. Relates #38289 #38333 #38350 #37868 10 October 2021, 08:34:40 UTC
9076fd4 [DOCS] Fix formatting for 7.2 breaking changes 21 September 2021, 15:35:18 UTC
9e854d9 [DOCS] Add deprecation docs for ECS user agent (#77970) (#78116) We deprecated the `user_agent` ingest processor's `ecs` option in 7.2 with PR #38828. However, we didn't add a related deprecation item to the 7.2 breaking changes docs. This adds the missing item. It also updates a related deprecation admonition. 21 September 2021, 15:26:07 UTC
0975c5b [DOCS] Add deprecation docs for low ILM poll intervals (#77733) (#78088) We deprecated ILM poll intervals of less than 1 second in 7.2 with PR #41096 However, we didn't add a related item to the 7.2 deprecation docs. This adds the missing item. Relates to #41095. 21 September 2021, 13:13:24 UTC
32ebd46 [DOCS] Add deprecation docs for cluster recovery defer settings (#77786) (#77956) We deprecated the following settings in 7.7 with PR #53646: * `gateway.expected_nodes` * `gateway.expected_master_nodes` * `gateway.recover_after_nodes` * `gateway.recover_after_master_nodes` However, we didn't add a related item to the 7.7 deprecation docs. This adds the missing item. Relates to #53845. 16 September 2021, 21:30:21 UTC
3de74ec [DOCS] Add deprecation docs for `cluster.routing.allocation.disk.include_relocations` (#77726) (#77943) We deprecated the `cluster.routing.allocation.disk.include_relocations` setting in 7.5 with PR #47443. However, we didn't add a related item to the 7.5 deprecation docs. This adds the missing item. Relates to #47717. 16 September 2021, 20:59:33 UTC
7419a3a [DOCS] Fix typo for `script.painless.regex.enabled` setting value (#77853) (#77930) The value is `limited`, not `limit`. Co-authored-by: AndyHunt66 <andrew.hunt@elastic.co> 16 September 2021, 19:54:01 UTC
f86f641 [DOCS] Add deprecation docs for translog retention settings (#77814) (#77913) We deprecated the translog retention settings in 7.7 with PR #45473. However, we didn't add a related item to the 7.7 breaking changes docs. This adds the missing item. Relates to #51697. 16 September 2021, 17:25:47 UTC
4cfb9ef [DOCS] Add deprecation docs for `cluster.join.timeout` (#77725) (#77905) We deprecated the `cluster.join.timeout` setting in 7.10 with PR #60872. However, we didn't add a related item to the 7.10 deprecation docs. This adds the missing item. Relates to #60873. 16 September 2021, 17:08:57 UTC
7f9643e [DOCS] Add deprecation docs for transport profile types (#77780) (#77873) We deprecated the `transport.profiles.*.xpack.security.type` setting in 7.3 with PR #43237 However, we didn't add a related item to the 7.3 deprecation docs. This adds the missing item. Relates to #43236. 16 September 2021, 14:44:44 UTC
d69c316 [DOCS] Drop 7.13 reference from earlier branches 15 September 2021, 19:57:59 UTC
0a394aa [DOCS] Add deprecation docs for legacy node role settings (#77719) (#77771) We deprecated several legacy node role settings in 7.9 with PR #54998. However, we didn't add a related item to the 7.9 breaking changes docs. This adds the missing item. Relates to #71163. 15 September 2021, 12:52:20 UTC
b95751a [DOCS] Add admon for legacy prefix tree mapping params (#76582) (#77375) If you specify a deprecated mapping parameter related to prefix trees, a `geo_shape` field will use prefix tree encoding. This adds a related admon to the top of the geoshape field docs page. This admon will help users avoid accidentally switching from the default BKD tree encoding. Closes #40266. 07 September 2021, 15:52:50 UTC
45ac2dd [DOCS] Final pipelines may not change target index (#76997) (#77023) 30 August 2021, 13:15:56 UTC
7d1daeb [DOCS] Fix multi-value search `preference` docs (#76822) (#76828) You can't combine a `_shards` search `preference` argument with `<custom-string>`. 23 August 2021, 12:47:24 UTC
cdeb4f6 Make run-gradle.sh executable 20 August 2021, 18:00:54 UTC
c4f9288 Add run-gradle.sh script 20 August 2021, 17:47:29 UTC
5065975 [DOCS] Fix broken cross doc link to the cloud docs. (#76781) 20 August 2021, 17:33:11 UTC
659dd8f [DOCS] Fix typo in parent-child example request (#76646) (#76650) 18 August 2021, 13:25:55 UTC
9ec9001 [DOCS] Fix data type for create snapshot API's `metadata` param (#76465) (#76467) 12 August 2021, 20:50:07 UTC
c5bf78c [DOCS] Add missing `timeout` param to create pipeline API docs (#76432) (#76458) 12 August 2021, 18:51:27 UTC
53f5c3a [DOCS] Fix query params for create snapshot API (#76436) (#76447) Moves the `master_timeout` and `wait_for_completion` parameters to a query parameters section. 12 August 2021, 17:43:42 UTC
6a795c7 [DOCS] Change `_routing` to `routing` in mget API docs (#76214) (#76309) The request body parameter is `routing`, not `_routing`. Co-authored-by: Daniel Imfeld <daniel@imfeld.dev> 10 August 2021, 17:10:28 UTC
0671a09 [DOCS] Remove unneeded word 04 August 2021, 21:14:38 UTC
cafc5e0 [DOCS] Document regex circuit breaker (#76048) (#76132) Documents the `script.painless.regex.enabled` and `script.painless.regex.limit-factor` cluster settings. Relates to #63029. Closes #75199. 04 August 2021, 21:02:07 UTC
5ed9d6f [DOCS] Remove _all for <snapshot> parameter (#76036) (#76043) 03 August 2021, 18:39:26 UTC
29841b1 [DOCS] Fix typo in mount searchable snapshots API docs (#75786) (#75989) Co-authored-by: Luca Wintergerst <luca.wintergerst@elastic.co> 02 August 2021, 18:50:01 UTC
9876b1c [DOCS] Fix links and TOC for breaking changes (#75966) (#75974) Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co> 02 August 2021, 16:13:41 UTC
925f856 [DOCS] Fix `expand_wildcards` default for snapshots (#75432) (#75494) 19 July 2021, 19:10:12 UTC
f3c5519 [DOCS] Correct docs for deprecation logging (#75361) (#75472) By default, `logger.deprecation.level` logs messages at the `DEPRECATION` level. This updates and reorganizes the related docs. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: Robin Clarke <robin.clarke@elastic.co> 19 July 2021, 15:14:40 UTC
a4a7a0b [DOCS] Note ILM `searchable_snapshot` action requires data tiers (#74706) (#75257) Co-authored-by: Stef Nestor <steffanie.nestor@gmail.com> 12 July 2021, 15:32:28 UTC
31f2386 [DOCS] EQL: Fix delete async EQL search snippet (#75093) The delete async EQL search API doesn't support the `keep_alive` query parameter. 07 July 2021, 20:52:15 UTC
9ac7449 [DOCS] Fix allowed `refresh` args for several doc APIs (#74749) We incorrectly list `wait_for` as a valid `refresh` argument for the following APIs: * Delete by query * Multi get * Reindex This fixes that error. It also updates the get API docs for consistency. Closes #65031 07 July 2021, 14:27:02 UTC
cd27038 [DOCS] EQL: Remove erroneous CCS reference 01 July 2021, 21:13:40 UTC
01d8a53 [DOCS] Fix typo in modulo example 03 June 2021, 12:23:15 UTC
36bdce1 [DOCS] Remove outdated OSS homebrew tap (#73688) With https://github.com/elastic/homebrew-tap/commit/230b860d950877341c9be81d3ddc378e77ee8263, the `elastic/tap/elasticsearch-oss` tap was removed from Homebrew. This removes outdated references to the tap from our docs. It also notes that Homebrew installs the latest version of Elasticsearch. 02 June 2021, 18:06:20 UTC
b57b789 Document #73456 as a known issue (#73471) Adds docs to the release notes for 7.9.0-7.13.0 recording #73456 as a known issue. 27 May 2021, 16:33:50 UTC
64bc065 [DOCS] How to migrate to node roles from node attrs. Closes #65855 (#71160) (#72346) * [DOCS] Document how to migrate to node roles from node attrs. Closes #65855 * [DOCS] Incorporated review comments * Update docs/reference/data-management/migrate-index-allocation-filters.asciidoc Co-authored-by: Andrei Dan <andrei.dan@elastic.co> Co-authored-by: Andrei Dan <andrei.dan@elastic.co> 27 April 2021, 23:20:03 UTC
e2ae058 [DOC] Clarify how to remove stack templates (#71254) * [DOC] Clarify how to remove stack templates * Add setting and component templates Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> 02 April 2021, 19:48:32 UTC
4420710 [DOCS] Rename ES Reference to ES Guide (#71198) 01 April 2021, 19:41:26 UTC
e65acaf [DOCS] Remove dupe `wait_for_completion` def (#71012) 30 March 2021, 10:52:57 UTC
7c2ea50 [DOCS] List `indices.query.bool.max_clause_count` as static cluster setting (#70810) 24 March 2021, 13:10:20 UTC
79922df Adjust the docs that comma-separated list of names in delete template APIs is not supported (#70799) Backporting #70649 to 7.10 branch. The delete legacy template API doesn't support comma-separated list of names in any version. For versions 7.12 and before, the delete component API and delete composable index template API don't support comma-separated list of names. From 7.13 and later, the delete component API and delete composable index template API do support comma-separated list of names. Relates to #70094 and #70314 Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> 24 March 2021, 10:15:04 UTC
98a2ae8 [DOCS] Fix heading in create ingest pipeline API docs 22 March 2021, 18:07:44 UTC
c1055d8 [DOCS] Disambiguate logs and data in path settings docs (#70629) 22 March 2021, 14:15:10 UTC
a35cc10 [DOCS] Remove pipeline param from delete API (#70177) 10 March 2021, 13:23:20 UTC
c727627 Add doc reference for client_auth_method (#70124) (#70214) Support for additional Client authentication methods was added in the OIDC realm in #58708. This change adds the `rp.client_auth_method` and `rp.client_auth_signature_algorithm` settings in the realm settings reference doc. 10 March 2021, 13:17:53 UTC
093096c [DOCS] Fix `prefix_length` data type (#70075) 08 March 2021, 14:26:58 UTC
25fc098 [DOCS] Fix typo (#69838) 03 March 2021, 14:18:28 UTC
34e1567 [DOCS] Fix case sensitivity for elision token filter (#69873) 03 March 2021, 14:10:58 UTC
3d3456c [DOCS] Fix link in machine learning nightly maintenance setting (#69760) (#69764) 02 March 2021, 02:00:47 UTC
20fc597 [DOCS] Fix instructions for dedicated ingest node (#69179) 18 February 2021, 13:55:03 UTC
e6ecfcd [DOCS] Fixes n_gram_encoding in data frame analytics APIs (#69084) (#69091) 16 February 2021, 22:46:48 UTC
83c1dc7 Docs fix yet again 15 February 2021, 16:49:12 UTC
e825953 Fix docs typo 15 February 2021, 14:15:46 UTC
6108308 Add 6.8.15 version 15 February 2021, 08:37:31 UTC
4a75e95 Fix docs typo 10 February 2021, 20:57:18 UTC
3b7749e Mention CVE-2020-7021 under 7.10.0 release notes (#68865) Mention CVE-2020-7021 under 7.10.0 release notes 10 February 2021, 20:45:30 UTC
1a5ddd6 [DOCS] Add redirect for scroll in Java API (#68825) (#68830) 10 February 2021, 15:12:46 UTC
cc9d8e5 [DOCS] Expand simple query string query's multi-position token section (#68753) (#68786) 09 February 2021, 22:12:54 UTC
5878549 SQL: Fix result values for COUNT(DISTINCT ...) (#68666) (#68733) Previously, we extracted the result of the `CardinalityAgg` as `double` which resulted in values shown in the REST response with `.0`, even though the type of the corresponding column for `COUNT(DISTINCT <field_name>)` was showing `long`, e.g.: `152.0` instead of `152`. This affected only the REST interface of SQL and not the JDBC/ODBC drivers. Extract a long value instead of a double. Fixes: #58097 (cherry picked from commit 4660fae529172da864d60ce2b021dc2a098e4319) 09 February 2021, 11:00:45 UTC
1c400d0 [DOCS] Add collapsible sections to multi search API docs (#68695) (#68708) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> 08 February 2021, 19:11:27 UTC
e16d76c [DOCS] Fix caps for search template API docs (#68696) (#68705) 08 February 2021, 18:59:28 UTC
1bbed54 Fix search template request (#43509) A seed was hit in (#43157) that caused mutateInstance to generate an identical instance. This change prevents that. 08 February 2021, 18:25:15 UTC
ed1324c [DOCS] Format the multi search api doc (#68621) (#68693) Co-authored-by: bellengao <gbl_long@163.com> 08 February 2021, 17:50:59 UTC
e3ba695 [DOCS] Update example request description (#68587) The doc is misleading : The following intervals search returns documents containing `my favorite food` **immediately** followed by `hot water` or `cold porridge` max_gaps apply only to the match query and is not used for checking proximity with the other match, the example given actually`This search would match a my_text value of my favorite food is cold` 08 February 2021, 13:36:59 UTC
106582a Add #46346 to 7.9 release notes (#68073) In #46346 we changed the distribution of work across event loops but this was marked as a `>non-issue` so did not get a mention in the release notes. However, plugin authors might need to be aware of this change, so this commit records it in the release notes as an enhancement instead. Closes #67960 08 February 2021, 11:10:40 UTC
09ec063 Lower skip version for token_cound yaml test (#68583) 08 February 2021, 10:02:01 UTC
83326a1 [DOCS] Fix Kibana timeout settings refs (#68594) (#68600) Co-authored-by: Larry Gregory <lgregorydev@gmail.com> 05 February 2021, 18:50:24 UTC
5d0656b [DOCS] Add suggestion to upgrade to 7.11 for FIPS-140 (#67499) 05 February 2021, 08:39:46 UTC
815941b [DOCS] Document what makes a geo-point malformed (#59045) (#68559) Co-authored-by: Ben Moskovitz <ben@mosk.nz> 04 February 2021, 22:02:54 UTC
4a80901 [DOCS] Add missing newline for bulleted list in top_metrics docs (#68481) 04 February 2021, 19:34:05 UTC
back to top