https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
c07d286 [7.3][DOCS] Changes URL to use branch variable instead of master. (#93916) (#93925) 20 February 2023, 16:45:25 UTC
04481d1 [DOCS] Fix formatting for 7.2 breaking changes 21 September 2021, 15:39:16 UTC
c22b757 [DOCS] Add deprecation docs for ECS user agent (#77970) (#78125) 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:33:00 UTC
aac5777 [DOCS] Add deprecation docs for low ILM poll intervals (#77733) (#78095) 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:17:00 UTC
08d7e31 [DOCS] Add deprecation docs for transport profile types (#77780) (#77880) 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:26 UTC
d0579b1 [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:34:00 UTC
c56cd3b [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:16:36 UTC
7a5a0df [DOCS] Rename ES Reference to ES Guide (#71198) 01 April 2021, 19:45:07 UTC
b8a88d5 [DOCS] List `indices.query.bool.max_clause_count` as static cluster setting (#70810) 24 March 2021, 13:11:49 UTC
7c78dd6 [DOCS] Fix heading in create ingest pipeline API docs 22 March 2021, 18:09:15 UTC
1d0f9de [DOCS] Fix case sensitivity for Elision token filter 03 March 2021, 14:24:10 UTC
446484d 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:30:08 UTC
d623f4d [DOCS] Fix synced flush request typos (#67446) 13 January 2021, 15:35:45 UTC
70872ab 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:19:33 UTC
fd07ed7 [DOCS] Fix type exists API request example (#65574) 30 November 2020, 18:54:14 UTC
9014a3d [DOCS] Remote reindex is not fwd compatible (#65207) 18 November 2020, 17:35:01 UTC
129276e [DOCS] Note remote reindex is not fwd compatible (#60425) 18 November 2020, 14:21:13 UTC
d627348 [DOCS] Add experimental tag to rollup APIs (#63206) 05 October 2020, 20:47:54 UTC
fdb47c1 [DOCS] Add line break to get ILM lifecycle API docs (#61892) 04 September 2020, 13:02:23 UTC
8da53ea [DOCS] Document empty string boolean value as `false` (#61341) 19 August 2020, 17:05:08 UTC
eeff2b7 [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, 16:03:04 UTC
98c728f [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:52:05 UTC
b5b4b83 [DOCS] MatchQuery: `transpositions` to `fuzzy_transpositions` (#59371) 13 July 2020, 16:45:03 UTC
290492a [DOCS] Add manage_ilm privilege to monitoring steps (#58141) 15 June 2020, 22:08:01 UTC
6b55b1d [DOCS] Correct link for ESMS redirect 29 May 2020, 20:47:25 UTC
7aede92 [DOCS] Add important admon to ESMS docs (#57372) 29 May 2020, 17:28:48 UTC
1706998 [7.3] [DOCS] Update default value of index.name.time_format (#56453) (#56462) Corrects the default value of index.name.time_format 08 May 2020, 21:10:17 UTC
f8558e5 [DOCS] Add token based authn documentation (#55972) 29 April 2020, 22:03:33 UTC
ee71623 Document the index corruption bug that gets fixed via Lucene 8.5.1. (#55232) Using soft deletes on shrunk indices may cause corruption. 17 April 2020, 11:48:59 UTC
e3820d1 Add docs for known-issue joda pattern failures in 7.3 23 March 2020, 08:44:00 UTC
0e9109a [DOC] Add beta banner to main page of Transforms (#53399) 11 March 2020, 18:17:56 UTC
4ae397f [DOCS] Fix typo in 'Model snpashot resources' (#53344) 10 March 2020, 16:06:09 UTC
6534056 Correct the name of the search timeout parameter. (#52733) The request body parameter is called 'timeout', not 'search_timeout'. 24 February 2020, 23:05:58 UTC
c031da2 [DOCS] Clean up links from SQL client app pages. (#52442) * [DOCS] Clean up links from SQL client app pages. * Linked to client apps from prereqs. 18 February 2020, 20:48:34 UTC
4aa5014 [DOCS] Remove out-dated monitoring note (#51129) 17 January 2020, 17:30:26 UTC
8c50ef4 [DOCS] Adds intro for OIDC realm (#50485) 30 December 2019, 15:12:52 UTC
2e023a4 [DOCS] Fixes security links 18 December 2019, 19:54:18 UTC
9243337 [DOCS] Correct cat snapshots API request example (#50274) For 7.x and earlier branches, `_cat/repositories` API requests require a repository name. This removes an erroneous request example without a repository name added with a8e0275. 17 December 2019, 14:26:12 UTC
b68f2ea Expand docs on TLSv1 breaking change (#50260) The breaking changes cover the removal of TLSv1 from the default protocols, but assume that users who need to retain TLSv1 support will understand all the places where they may used it. This has proven not to be true, as it is easy to be unaware that (for example) an LDAP server is using TLSv1. This change explicitly lists all the places where TLS protocols may need to be configured. Backport of: #49352 Co-Authored-By: Lisa Cawley <lcawley@elastic.co> Co-Authored-By: Pius <pius@elastic.co> 17 December 2019, 05:12:51 UTC
3cc90bb Revert "[DOCS] Add `index-extra-title-page.html` for direct HTML migration (#50189)" This reverts commit 4f8a953b7083d77fc551e132d1499a3457fee489. 13 December 2019, 17:59:26 UTC
4f8a953 [DOCS] Add `index-extra-title-page.html` for direct HTML migration (#50189) 13 December 2019, 17:53:19 UTC
49f632f [DOCS] Replace interval notation with plain English in match query docs (#47334) As we discussed in #36371, interval notation is confusing to some users. This makes the intention clearer by just explaining inclusivity and exclusivity in the docs. 11 December 2019, 14:55:53 UTC
1ffda54 [DOCS] Removes realm type security setting (#50001) 10 December 2019, 16:11:57 UTC
f6e8e65 [DOCS] Remove custom page_header. 09 December 2019, 23:26:13 UTC
cd8e16a [DOCS] Fixes attribute in transforms overview. (#49898) 06 December 2019, 09:27:08 UTC
75edb04 [DOCS] Set version in page header. 03 December 2019, 21:14:07 UTC
549e958 [DOCS] Adds OOM banner to ES Ref (#49416) 03 December 2019, 21:11:51 UTC
e9a3175 Drop snapshot instructions for autobootstrap fix (#49755) The "Restore any snapshots as required" step is a trap: it's somewhere between tricky and impossible to restore multiple clusters into a single one. Also add a note about configuring discovery during a rolling upgrade to proscribe any rare cases where you might accidentally autobootstrap during the upgrade. 02 December 2019, 14:34:10 UTC
e50001f [DOCS] Correct the request path for flush API docs (#49615) 27 November 2019, 14:35:34 UTC
a8ac825 [DOCS] Remove individual task retrieval from cat/tasks API (#49550) 25 November 2019, 16:01:34 UTC
462e4ec [DOCS] Correct GET path in cat tasks API docs (#49494) Previously, the request example included `GET _cat/_tasks`. However, the resource should be `tasks`, not `_tasks`. 25 November 2019, 14:38:38 UTC
9fd7a0b [ML][DOCS] Anomaly detection job retention days settings do not require restart (#49546) 25 November 2019, 13:21:42 UTC
9aa6562 [DOCS] Replaces deprecated ScriptService.ScriptType.INLINE with supported script in Java update docs. (#49424) 22 November 2019, 14:57:18 UTC
131b423 [DOCS] Removes the default size definition of thread pool types (#49442) Co-Authored-By: James Rodewig <james.rodewig@elastic.co> 22 November 2019, 10:22:34 UTC
8773624 [DOCS] Removes data frame leftovers from transforms overview (#49434) 22 November 2019, 10:07:53 UTC
016b4ab [DOCS] Fixes endpoint schema in PUT app privileges API docs. (#49390) 21 November 2019, 08:54:54 UTC
b54fa23 [DOCS] Qualifies Watcher transforms (#47482) 21 November 2019, 01:02:22 UTC
48ef74e [Docs] Fix _count HTTP method (#48979) 12 November 2019, 15:40:15 UTC
86c48be [DOCS] Extends analyzed_fields description in PUT DFA API docs. (#48307) 11 November 2019, 14:57:31 UTC
c6db2ce [7.3][DOCS] Copies ESMS monitoring details to Elasticsearch Reference (#48785) 01 November 2019, 05:14:45 UTC
dc25bc5 [DOCS] Adds missing references to oidc realms (#48224) 29 October 2019, 18:24:47 UTC
d32e50e [Docs] Fix syntax error leading to wrong doc ID (#48554) In order to index a document with id 2, the "&" should be replaced by "?" 29 October 2019, 09:27:43 UTC
8728bb0 Update troubleshooting.asciidoc (#48516) 29 October 2019, 02:22:03 UTC
2d538c6 [Docs] add missing snapshot restore reference (#45256) 28 October 2019, 15:58:44 UTC
635a64d [Docs] Mention reserved completion suggestion characters (#48445) We currently don't mention the three reserved characters anywhere. This change adds a short note mentioning them Closes #48341 25 October 2019, 15:02:22 UTC
16ba2e8 [DOCS] Added the voting node.role value (#48162) * [DOCS] Added the voting node.role value With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node. * [DOCS] Added the voting node.role value Updated "voting node" to read "voting-only node" 22 October 2019, 13:26:55 UTC
e33c773 [Docs] Fix opType options in IndexRequest API example. (#48290) 22 October 2019, 11:51:06 UTC
1b69f0f [7.4] [DOCS] Extends analyzed.fields description in DFA resources. (#48306) 21 October 2019, 15:16:49 UTC
1cb4747 [DOCS] Deletes prematurely documented outlier detection parameters (#48163) 17 October 2019, 05:06:14 UTC
446337b Add a note to query_string docs around spaces in field names. (#47326) 16 October 2019, 20:13:26 UTC
6268c20 Clarify low watermark documentation (#48112) Today the docs say that the low watermark has no effect on any shards that have never been allocated, but this is confusing. Here "shard" means "replication group" not "shard copy" but this conflicts with the "never been allocated" qualifier since one allocates shard copies and not replication groups. This commit removes the misleading words. A newly-created replication group remains newly-created until one of its copies is assigned, which might be quite some time later, but it seems better to leave this implicit. 16 October 2019, 11:27:59 UTC
ca07be0 [DOCS] Fix typo in percentile rank aggregation docs (#47247) 15 October 2019, 19:56:16 UTC
d932d05 [DOCS] Remove unsupported `local` and `master_timeout` parms from cat API docs (#47933) (#48012) 14 October 2019, 17:19:30 UTC
f4d3402 File based role mappings vs the role mapping APIs (#47015) (#47980) Make clear in the docs that the role mapping APIs is the preferred way to manage role mappings and that the role mappings that are defined in files cannot be viewed or managed with the APIs 14 October 2019, 09:42:05 UTC
8d41939 [DOCS] Reformat reload search analyzers API docs (#47824) (#47910) 11 October 2019, 13:41:06 UTC
dd06d22 [DOCS] Fix gcloud command typo in discovery-gce.asciidoc. (#47312) 10 October 2019, 18:22:13 UTC
04451d0 [DOCS] Document `bytes` and `time` params in cat API docs (#47672) (#47856) 10 October 2019, 16:03:47 UTC
c523b78 [7.3] [DOCS] Adds supported fields section to the PUT DFA API description. (#47849) 10 October 2019, 11:23:26 UTC
abf56e1 More bootstrap docs tweaks (#47809) Clarifies not to set `cluster.initial_master_nodes` on nodes that are joining an existing cluster. Co-Authored-By: James Rodewig <james.rodewig@elastic.co> 10 October 2019, 08:55:57 UTC
a3acf8c Fix tag in the search request timeout option docs (#47776) and add missing parentheses `search_timeout` param 10 October 2019, 08:36:38 UTC
16e3907 [DOCS] Extends the analyzed_fields description in the PUT DFA API docs (#47791) 09 October 2019, 16:17:31 UTC
7b7c29b [DOCS] Correct split API request format (#47774) 09 October 2019, 12:28:58 UTC
4650f90 [DOCS] Cleans up links to security content (#47610) 08 October 2019, 16:05:21 UTC
94eb2bf [DOCS] Fix errors in rollover index API docs (#47702) 08 October 2019, 12:40:48 UTC
02d5e42 [DOCS] Backporting API ref reformatting for document APIs (#47631) (#47685) * [DOCS] Backporting API ref reformatting for document APIs (#47631) * [DOCS] Reformats bulk API. (#47479) * Reformats bulk API. * Update docs/reference/docs/bulk.asciidoc Co-Authored-By: James Rodewig <james.rodewig@elastic.co> * Reformats mget API (#47477) * Reformats mget API * Update docs/reference/docs/get.asciidoc Co-Authored-By: James Rodewig <james.rodewig@elastic.co> * Incorporated feedback. * Reformats reindex API (#47483) * Reformats reindex API * Incorporated review feedback. * Reformats term vectors APIs (#47484) * Reformat termvectors APIs * Reformats mtermvectors * Apply suggestions from code review Co-Authored-By: James Rodewig <james.rodewig@elastic.co> * Incorporated review feedback. * Fixed console snippets. * Fixed response test syntax. 07 October 2019, 20:46:58 UTC
a506d43 [DOCS] Adds security content in the Elasticsearch Reference 07 October 2019, 20:30:43 UTC
88a531f [7.3][DOCS] Copies security source files from stack-docs (#47615) 07 October 2019, 13:50:09 UTC
f5804e8 Update deprecation logging doc with logger configuration (#47649) (#47658) Explicitly adds a configuration snippet to change logging level 07 October 2019, 13:41:41 UTC
09a2682 [DOCS] Correct deprecation note in mapping docs (#47656) 07 October 2019, 13:38:32 UTC
8d5e780 [DOCS] Reformat clear cache API docs (#46512) (#47665) 07 October 2019, 13:36:51 UTC
714e46b [DOCS] Correct callouts in search template docs (#47655) 07 October 2019, 13:26:05 UTC
d3d1752 [DOCS] Reformat type exists API docs (#47601) (#47654) 07 October 2019, 13:13:38 UTC
4c8f004 NameID mapping and Single Logout (#47288) (#47563) Clarify in the documentation that for SAML Single Logout to be functional, the Identity Provider needs to release a NameID. 07 October 2019, 06:19:17 UTC
8c88d41 [DOCS] Comment out tag in Task Managment API Docs so it isn't rendered. (#47618) The tag for the shared content is being rendered in the output. 05 October 2019, 16:49:28 UTC
c560673 [DOCS] Reformat shrink index API docs (#46711) (#47588) 04 October 2019, 17:56:56 UTC
4389db9 [DOCS] Reformat refresh API docs (#46667) (#47591) 04 October 2019, 17:50:43 UTC
9bf8f33 [DOCS] Reformat split index API docs (#46713) (#47580) 04 October 2019, 15:28:26 UTC
def0ee8 Update link to ls monitoring settings (#47529) (#47544) 04 October 2019, 13:45:33 UTC
1d41a6d [DOCS] Fixes an attribute in the update datafeed API docs. (#47551) 04 October 2019, 06:54:45 UTC
82f1769 [DOCS] Reformat index recovery API docs (#46493) (#47530) 03 October 2019, 21:10:01 UTC
back to top