sort by:
Revision Author Date Message Commit Date
cb95ed4 [7.17][DOCS] Changes URL to use branch variable instead of master. (#93916) (#93928) 20 February 2023, 16:44:23 UTC
b1eb079 [DOCS] `_id` is required for bulk API's `update` action (#79774) (#79825) Fixes a doc bug introduced in #55414. 26 October 2021, 14:40:57 UTC
dfdf99f [7.6] [DOCS] Add deprecation warnings for SSL settings (#79295) 15 October 2021, 20:22:24 UTC
c08ac82 document accept_enterprise parameter (#79012) (#79256) (#79257) * 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:58:16 UTC
e3ea62d [DOCS] Fix formatting for 7.2 breaking changes 21 September 2021, 15:37:09 UTC
a35c0be [DOCS] Add deprecation docs for ECS user agent (#77970) (#78122) 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:32:30 UTC
749f498 [DOCS] Add deprecation docs for low ILM poll intervals (#77733) (#78092) 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:16:36 UTC
b644fd1 [DOCS] Add deprecation docs for `cluster.routing.allocation.disk.include_relocations` (#77726) (#77947) 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, 21:00:57 UTC
76bb932 [DOCS] Add deprecation docs for transport profile types (#77780) (#77877) 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:43:56 UTC
02ec4bb [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:30:54 UTC
c8aec41 [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:15:55 UTC
53908f1 [DOCS] Rename ES Reference to ES Guide (#71198) 01 April 2021, 19:44:31 UTC
48b1fa1 [DOCS] List `indices.query.bool.max_clause_count` as static cluster setting (#70810) 24 March 2021, 13:11:14 UTC
8e1c2a1 [DOCS] Fix heading in create ingest pipeline API docs 22 March 2021, 18:08:39 UTC
1675e6e [DOCS] Remove pipeline param from delete API (#70177) 10 March 2021, 13:24:44 UTC
c488737 [DOCS] Fix `prefix_length` data type (#70075) 08 March 2021, 14:27:58 UTC
027128c [DOCS] Fix case sensitivity for elision token filter (#69873) 03 March 2021, 14:14:09 UTC
bd72f25 Remove unregistered discovery settings from old docs (#68093) The following settings are not exposed to users in 7.6 and earlier: - `discovery.probe.connect_timeout` - `discovery.probe.handshake_timeout` This was addressed in 7.7 (#51304) but the docs for older versions suggest incorrectly that these settings are available. This commit removes the docs for these settings in the affected versions to avoid confusion. 28 January 2021, 11:24:56 UTC
438a046 [DOCS] Fix synced flush request typos (#67446) 13 January 2021, 15:35:00 UTC
36bc5ae Give a less dangerous example of logger config (#66318) Today the docs use `logger.org.elasticsearch.transport: TRACE` as the example for adjusting the logger config. This is a dangerous thing to suggest since that's one of the most verbose loggers we have. An accidental copy-and-paste of this example into a busy cluster can cause damage. This commit suggests `logger.org.elasticsearch.discovery: DEBUG` instead, which is much more benign. 15 December 2020, 17:18:02 UTC
4d20fde Add option to reference stored templates for `_rank_eval` requests The option to use templates already defined in the cluster is not explicitly stated in the docs. This PR adds and example to the `rank_eval` documentation. 10 December 2020, 14:08:43 UTC
b4a68ee [DOCS] Fix type exists API request example (#65574) 30 November 2020, 18:53:35 UTC
04f5770 [DOCS] Remote reindex is not fwd compatible (#65207) 18 November 2020, 17:33:37 UTC
c175dc2 [DOCS] Note remote reindex is not fwd compatible (#60425) 18 November 2020, 14:20:30 UTC
8d4504d Document breaking change around _id field data. 04 November 2020, 22:16:09 UTC
569a8a7 [DOCS] Add experimental tag to rollup APIs (#63206) 05 October 2020, 20:36:30 UTC
54dbc99 [DOCS] Add line break to get ILM lifecycle API docs (#61892) 04 September 2020, 13:01:43 UTC
084d36e [DOCS] Document empty string boolean value as `false` (#61341) 19 August 2020, 17:04:22 UTC
b58b87b [DOCS] Note max field expansions is not a hard limit (#61120) Per #35284, it looks like we changed this from a max field expansions limit to a soft limit using the `indices.query.bool.max_clause_count` dynamic cluster settting. 18 August 2020, 15:44:56 UTC
3896dfc [DOCS] Add redirect for 404 page 12 August 2020, 17:06:25 UTC
cca7ccb [DOCS] Fix clarity of 7.6 derived key breaking change (#60154) (#60203) 27 July 2020, 12:54:16 UTC
e699f37 [DOCS] Remove reference to non-existent action. (#60163) 24 July 2020, 02:06:23 UTC
ebf21b6 [DOCS] Fix `requests_per_second` reindex param (#59871) (#59878) Corrects the `requests_per_second` query parameter used in the reindex, delete by query, and update by query API docs. The parameter defaults to `-1` (no throttle). `0` is not an allowed value. 20 July 2020, 14:51:25 UTC
1acc95c [DOCS] Fix keyword marker docs (#59834) (#59867) Co-authored-by: Rui Almeida <ruial@outlook.com> 20 July 2020, 13:29:43 UTC
9fa8d11 [DOCS] MatchQuery: `transpositions` to `fuzzy_transpositions` (#59371) 13 July 2020, 16:40:39 UTC
730bc63 [doc] known issues - week based patterns not working in 7.6 (#58099) relates #57128 17 June 2020, 07:41:13 UTC
c268b04 [DOCS] Fixes license management links (#58213) 17 June 2020, 00:08:07 UTC
01c917f [DOCS] Add manage_ilm privilege to monitoring steps (#58141) 15 June 2020, 21:46:41 UTC
3d95675 [DOCS] Fix incorrect AD realm setting (#57520) 10 June 2020, 00:59:04 UTC
13258e0 [DOCS] [7.7] Clarifying env variable substitution (#57370) (#57736) * Clarifying environment variable substitution in the ES configuration YAML * Update code snippet * Remove extraneous quotes from string example * Incorporating review feedback 05 June 2020, 15:07:52 UTC
cd80abd [Doc] 7.6.0 Known issue for slow loggers leaking log4j loggers (#57344) relates #56171 02 June 2020, 14:06:15 UTC
56501b2 [DOCS] Correct link for ESMS redirect 29 May 2020, 20:46:40 UTC
8f632d6 [DOCS] Add important admon to ESMS docs (#57372) 29 May 2020, 17:26:56 UTC
2082354 [7.7] [DOCS] Explain flood stage watermark (#57318) (#57320) * [7.7] [DOCS] Explain flood stage watermark * Adding id to fix cross-linking issue. 28 May 2020, 23:06:23 UTC
fa64880 [DOCS] Adds a link to inference field_mappings that points to multi-field limitation. (#57193) 27 May 2020, 09:17:34 UTC
2da5eb7 [DOCS] Fix typo in search API `explain` param def (#56991) Co-authored-by: James Rodewig <james.rodewig@elastic.co> 20 May 2020, 13:23:13 UTC
dfc7fd4 [DOCS] Fix ulimit value in system settings docs (#56973) Correctly documents the ulimit value as 65535. The limit was lowered as part of #37537. 20 May 2020, 12:45:04 UTC
2f90156 Remove CI jobs from inactive branch 19 May 2020, 17:02:02 UTC
110f194 [DOCS] Fix fingerprint token filter's analyzer example (#56811) 19 May 2020, 13:22:14 UTC
9f3ae17 Fixed calendar intervals documentation (#56666) - the 1-letter intervals are not parseable (`m`, `h`, `d`, `w`, `M`, `q`, `y`) - fixed formatting broken by new lines 15 May 2020, 20:52:09 UTC
7414498 [DOCS] Correct `query` datatype in enrich policy definition (#56224) Corrects the datatype for the `query` property of an enrich policy object. The `query` property is a query object, not a string. 13 May 2020, 12:41:57 UTC
f1f4121 [Docs] Correct formatting in datehistogram-aggregation.asciidoc (#56664) 13 May 2020, 10:00:20 UTC
ed31d0d [DOCS] Clarify definition of max_size (#56561) (#56648) * [DOCS] Extract the cron docs from Watcher docs and add to the API conventions. (#56313) * [DOCS] Promote cron expressions info from Watcher to a separate topic. * Fix table error * Fixed xref * Apply suggestions from code review Co-authored-by: James Rodewig <james.rodewig@elastic.co> * Incorporated review feedback Co-authored-by: James Rodewig <james.rodewig@elastic.co> * [DOCS] Clarify definition of max_size (#56561) Co-authored-by: James Rodewig <james.rodewig@elastic.co> 12 May 2020, 23:17:08 UTC
af0e2fd [DOCS] Add request body param descriptions for move to step (#56560) (#56646) 12 May 2020, 21:51:56 UTC
d18efd4 [DOCS] Correct setting type for `indices.query.bool.max_clause_count` (#56640) #56449 incorrectly labelled this as a dynamic setting. This corrects that error. 12 May 2020, 20:31:59 UTC
9e03d03 [DOCS] Correct watcher event data example (#56469) * Swaps outdated index patterns for the default `logstash` index alias. Adds some related information about Logstash ILM defaults to the callout. * Swaps `*.raw` fields for `*.keyword` fields. The Logstash template uses `keyword` fields by default since 6.x. * Swaps instances of `ctx.payload.hits.total.value` with `ctx.payload.hits.total` 12 May 2020, 20:13:51 UTC
ec364c0 docs: fix apm server links (#56550) 12 May 2020, 16:41:07 UTC
c459458 [DOCS] Add clean up snapshot repository API docs (#56519) 12 May 2020, 13:49:23 UTC
a684069 [DOCS] Added info about refresh interval & max_docs and step execution. Closes #49151. (#56315) (#56559) 11 May 2020, 22:31:35 UTC
e5abfa6 [DOCS] Fix minor typo in concurrency control docs 11 May 2020, 21:32:56 UTC
d66f775 [DOCS] Add document update API link to concurrency control docs (#56481) Co-authored-by: James Rodewig <james.rodewig@elastic.co> 11 May 2020, 21:30:48 UTC
0f54fe0 [DOCS] Add more examples to Painless statements (#48397) Add more examples to the Painless statements documentation (including while and do...while) as requested in #47485 (review) 11 May 2020, 16:23:48 UTC
b5103dd [DOCS] Relocate request body param docs to search API docs (#56436) (#56524) Moves documentation for the following request body parameters to the search API reference docs: * `explain` * `query` * `seq_no_primary_term` * `version` Removes documentation for these parameters from the Request body search page[0]. [0]: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html 11 May 2020, 15:36:10 UTC
a8c9451 [DOCS] Add reference docs for `search.max_buckets` setting (#56449) (#56515) Adds reference-style setting documentation for the `search.max_buckets` setting. This setting was previously only documented on the [bucket aggregations][0] page. [0]: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket.html 11 May 2020, 13:45:41 UTC
8ae935b Always use archive base name as the pom artifact id (#56447) (#56467) 08 May 2020, 23:32:51 UTC
45b5ca9 [DOCS] Align with ILM changes. (#55953) (#56472) * [DOCS] Align with ILM changes. * Apply suggestions from code review Co-authored-by: James Rodewig <james.rodewig@elastic.co> Co-authored-by: Lee Hinman <dakrone@users.noreply.github.com> * Incorporated review comments. 08 May 2020, 22:05:33 UTC
4651caf [7.6] [DOCS] Update default value of index.name.time_format (#56453) (#56459) Corrects the default value of index.name.time_format 08 May 2020, 21:10:02 UTC
df228cf [DOCS] Fix broken link in the ilm-tutorial. (#56310) (#56311) (#56443) 08 May 2020, 17:04:38 UTC
bb381ea [DOCS] Relocate search API's request body parameters (#56304) Changes: * Moves the document request body parameters for the search API from the Request body search page to the Search API reference page. * Relocates a search request body example from the Request body search page to the Search API reference page. * Adds a note to any duplicated query and request body parameters. 07 May 2020, 15:01:34 UTC
371226e DOCS: minor formatting (#56263) Removed extra back ticks. Please cherry-pick to other branches. 06 May 2020, 17:46:27 UTC
42f2b1a Better link on being "inherently unsafe" Right now the "inherently unsafe" link here goes to Quorum-based decision making where is found a short paragraph about the problems with Master Elections. That discussion is interesting and somewhat related to this site's topic, but a much more detailed and relevant discussion on Master Election during bootstrapping is found on the Voting Configuration page under "Setting the Initial Voting Configuration." 06 May 2020, 17:37:30 UTC
f1b6617 [Docs] Update multi-search.asciidoc (#56284) The documentation shows the wrong command for a multi-search async call. 06 May 2020, 14:53:03 UTC
edb12a1 Minor change in the documentation. API key name is required when creating API key (#56166) Fixes https://github.com/elastic/elasticsearch/issues/56164. A minor update in the documentation, API key name is required when creating API key. If the API key name is not provided then the request will fail. 06 May 2020, 12:57:41 UTC
a02168b [DOCS] Correct get enrich policy API request example (#56207) 05 May 2020, 16:30:17 UTC
ac36232 [DOCS] Remove invalid search API query parameters (#55884) This is a backport of #55884 with redirects removed. Changes: * Adds an abbreviated title for the search API page. * Removes the following invalid query parameters: * `analyzer` * `analyze_wildcard` * `default_operator` * `df` * `lenient` * `suggest_mode` * `suggest_size` * Replaces the URI search page's query parameter docs with a xref * Updates the headings of several examples 05 May 2020, 15:24:23 UTC
5f7e67a [DOCS] Add tip for upgrade assistant (#55027) Our upgrade docs don't mention the upgrade assistant, which can be helpful when migrating across major versions. The docs also don't mention deprecation logs, which can highlight other functionality that may change. This adds a related tip admonition to the upgrade docs. 05 May 2020, 14:18:43 UTC
5e1eb42 [DOCS] Correct `refresh` parm def for GET API (#56140) 05 May 2020, 13:17:19 UTC
355112c [DOCS] Remove duplicate `index alias` link in glossary (#56143) 05 May 2020, 13:09:29 UTC
590330d [DOCS] Add collapsible sections to search API response (#55887) 04 May 2020, 20:58:11 UTC
ee9b47e [DOCS] Reformat `porter_stem` token filter (#56053) Makes the following changes to the `porter_stem` token filter docs: * Rewrites description and adds a Lucene link * Adds detailed analyze example * Adds an analyzer example 04 May 2020, 14:55:30 UTC
1c4efff [Docs] Fix typo in match-bool-prefix-query doc (#56077) 04 May 2020, 12:21:40 UTC
33e67e1 [Docs] Fix typo in getting-started-slm doc (#56075) 04 May 2020, 12:21:25 UTC
b213157 Fix testRecoverLocallyUpToGlobalCheckpoint (#55189) Peer recovery fails if the primary does not see the recovering replica in the replication group (when the cluster state update on the primary is delayed). To verify the local recovery stats, we have to remember this value in the first try because the local recovery happens once, and its stats is reset when the recovery fails. Closes #54829 02 May 2020, 00:30:48 UTC
1745788 SQL: SubSelect unresolved bugfix (#55956) (#56057) * Resolve the missing refs only after the aggregate tree is resolved (cherry picked from commit 10167b1cf2df6b074a1ba0c8e73c261ff9e9d1db) 01 May 2020, 04:48:58 UTC
5e2cd99 [Docs] Grammar improvements in disk-usage.asciidoc (#55620) 30 April 2020, 17:30:47 UTC
c0a9975 [DOCS] Remove approximate document counts example from term agg docs (#55442) Removes an example from the "Document counts are approximate" section of the terms agg documentation. As #52377 details, the example was no longer accurate in 7.x or 6.8. Document counts were more precise than the example presented. We've opened issue #56025 to discuss re-adding an example later. Co-authored-by: James Rodewig <james.rodewig@elastic.co> Co-authored-by: AB Prashanth <panuradh@buffalo.edu> 30 April 2020, 15:25:29 UTC
5d3f4b7 [DOCS] Add token based authn documentation (#55962) 29 April 2020, 22:23:13 UTC
8104b04 Add build scan tag when running in FIPS mode (#55960) 29 April 2020, 21:30:44 UTC
910581e Update Lucene version for Elasticsearch 6.8.9 (#55963) 29 April 2020, 19:38:18 UTC
c49b8a1 [DOCS] Add Zabbix monitoring template to community monitoring integrations (#55782) Co-authored-by: RogerTheUnicornHive <laris2@gmail.com> 29 April 2020, 14:16:47 UTC
c511f54 [DOCS] Correct Lucene link in `kstem` token filter docs 29 April 2020, 13:35:02 UTC
c64af75 [DOCS] Create index name required (#55886) The name of the new index to create is required. Relates #45749 29 April 2020, 13:04:36 UTC
9c1984a [DOCS] Reformat `kstem` token filter (#55823) Makes the following changes to the `kstem` token filter docs: * Rewrite description and adds a Lucene work * Adds detailed analyze example * Adds an analyzer example 29 April 2020, 12:53:23 UTC
33bf70d [DOCS] Backport ILM updates (#55904) (#55905) * [DOCS] Rework conceptual info for ILM. (#52181) * [DOCS] Rework conceptual info for ILM. * Split the actions out of concepts. * Added xpack role to actions. Co-Authored-By: James Rodewig <james.rodewig@elastic.co> * Apply suggestions from code review * Edit actions for consistency and add action template. (#55632) * Edit actions for consistency and add action template. * Update docs/reference/ilm/actions/ilm-readonly.asciidoc Co-Authored-By: James Rodewig <james.rodewig@elastic.co> * Apply suggestions from code review * [DOCS] Removed inapplicable references. * [DOCS] Removed bad xrefs. * [DOCS] Removed bad xref. 29 April 2020, 02:45:39 UTC
a658bd2 [DOCS] Correct search API's timeout parm default (#55855) 28 April 2020, 13:48:56 UTC
5677343 [DOCS] SQL: Update link for supported regex in `RLIKE` docs (#55830) The`RLIKE` function docs points users to [Java’s Pattern class doc][0] for regular expression syntax. However, these docs include shorthand character classes, such as `[\d]`, `[\s]`, and `[\w]`. These character classes are not supported in Elasticsearch, which may confuse users. This updates the SQL `RLIKE` docs to refer to the ES [regular expression syntax docs][1], which only documents supported syntax. [0]: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/regex/Pattern.html [1]: https://www.elastic.co/guide/en/elasticsearch/reference/master/regexp-syntax.html Relates to #55231 28 April 2020, 13:28:39 UTC
80177d8 [DOCS] Warn about searching across all fields wt. `query_string` (#55853) Warn about potential performance impact when a large number of fields is used with query string query and no default field. Re-adds content from #35570. That content was erroneously removed in #45296. Co-authored-by: Peter Dyson <peter.dyson@geekpete.com> 28 April 2020, 13:23:30 UTC
685f449 [DOCS] Correct stemmer token filters anchor 27 April 2020, 18:58:38 UTC
4b0e64d [DOCS] Correct stemmer token filter anchor 27 April 2020, 18:52:30 UTC
423afbf Use node.processors in favor of processors in docs The processors setting was deprecated in favor of node.processors. This commit addresses an issue in the docs where we were still referring to processors. 24 April 2020, 20:44:31 UTC
back to top