https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
0ca1fb3 [7.7][DOCS] Changes URL to use branch variable instead of master. (#93916) (#93929) 20 February 2023, 16:44:04 UTC
2f24886 [7.7] [DOCS] Modifies link that points to .NET client page. (#90229) (#90231) 26 September 2022, 17:47:56 UTC
ef7d398 [doc] Remove external herokuapp website link (#87968) backports elastic#77405 28 June 2022, 17:35:54 UTC
f342d3c [DOCS] Remove `timeout` and `master_timeout` parameters from request body (#80708) (#80719) 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:38:18 UTC
be5abd5 [DOCS] `_id` is required for bulk API's `update` action (#79774) (#79824) Fixes a doc bug introduced in #55414. 26 October 2021, 14:46:13 UTC
25fce29 [7.7] [DOCS] Add deprecation warnings for SSL settings (#79294) 15 October 2021, 20:18:56 UTC
202a501 document accept_enterprise parameter (#79012) (#79256) (#79258) * 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:27 UTC
b6b362d [DOCS] Fix formatting for 7.2 breaking changes 21 September 2021, 15:36:54 UTC
c21104c [DOCS] Add deprecation docs for ECS user agent (#77970) (#78121) 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:23 UTC
f5a0b8d [DOCS] Add deprecation docs for low ILM poll intervals (#77733) (#78091) 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:28 UTC
0c2cd97 [DOCS] Add deprecation docs for cluster recovery defer settings (#77786) (#77959) 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:44:54 UTC
8d7060d [DOCS] Add deprecation docs for `cluster.routing.allocation.disk.include_relocations` (#77726) (#77946) 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:47 UTC
75348bd [DOCS] Add deprecation docs for translog retention settings (#77814) (#77916) 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:11 UTC
7d66883 [DOCS] Add deprecation docs for transport profile types (#77780) (#77876) 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:04 UTC
de49fa4 [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:29:43 UTC
459edfb [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:40 UTC
6b02d51 Docs: add known issue 65488 - SQL ignoring non-eq (#65492) * Docs: add known issue 65488 - SQL ignoring non-eq Add description of the #65488 known issue in release notes. 27 May 2021, 16:20:03 UTC
ddbbd4a [DOCS] Rename ES Reference to ES Guide (#71198) 01 April 2021, 19:43:53 UTC
18e0200 [DOCS] List `indices.query.bool.max_clause_count` as static cluster setting (#70810) 24 March 2021, 13:10:59 UTC
89049e7 [DOCS] Fix heading in create ingest pipeline API docs 22 March 2021, 18:08:26 UTC
d41bb50 [DOCS] Remove pipeline param from delete API (#70177) 10 March 2021, 13:24:00 UTC
1e0fe84 [DOCS] Fix `prefix_length` data type (#70075) 08 March 2021, 14:27:45 UTC
c0d515d [DOCS] Fix case sensitivity for elision token filter (#69873) 03 March 2021, 14:13:49 UTC
40b2076 [DOCS] Fix synced flush request typos (#67446) 13 January 2021, 15:34:46 UTC
a6d94cc 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:17:37 UTC
3d01669 [Docs] 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:10:26 UTC
4e63923 [DOCS] Remove erroneous `flat_settings` query param (#65670) 02 December 2020, 14:19:14 UTC
6c833f1 [DOCS] Update reference documentation that mentions CMS (#50542) Relates to https://github.com/elastic/elasticsearch/issues/46973 02 December 2020, 13:12:19 UTC
9e28532 [DOCS] Fix type exists API request example (#65574) 30 November 2020, 18:53:20 UTC
ba7bc98 SQL: Fix the `currentDateFilter` integ test 24 November 2020, 18:35:34 UTC
c5044d8 SQL: Fix optimization of `NotEquals` in conjunctions (#65331) * Fix the `CombineBinaryComparisons` optimizer rule, so that semantic equality taken into account during the optimization of `NotEquals` Examples that previously removed the `NotEquals` expressions (leading to incorrect results): ``` double >= 10 AND integer != 9 --> double >= 10 keyword != '2021' AND datetime >= '2020-01-01T00:00:00' --> datetime >= '2020-01-01T00:00:00' ``` With the fix, expressions like the above will not be touched. `NotEquals` will only be eliminated from the `AND` expression if the left side of the `NotEquals` `semanticEquals()` to the left side of the other expressions within the conjunction (comparisons against the same field/expression). * Unit tests and integration tests Close #65322 24 November 2020, 18:08:19 UTC
21219b3 [DOCS] Remote reindex is not fwd compatible (#65207) 18 November 2020, 17:33:23 UTC
3bf181a [DOCS] Note remote reindex is not fwd compatible (#60425) 18 November 2020, 14:19:57 UTC
8d9727c [DOCS] Fix put repository API docs (#64811) (#64819) (#64822) 09 November 2020, 21:10:48 UTC
5caa417 Document breaking change around _id field data. 04 November 2020, 22:14:09 UTC
463c3d0 [DOCS] Fix pattern replace token filter intro (#64189) (#64221) Removes an incorrect statement about anchoring regex patterns on tokens. Co-authored-by: Elasticsearch addict <amitmbm87@gmail.com> 27 October 2020, 14:36:11 UTC
14f8506 [DOCS] Add experimental tag to rollup APIs (#63206) 05 October 2020, 20:34:32 UTC
f07458a [DOCS] Add experimental tag to data frame analytics APIs (#63153) 02 October 2020, 17:13:16 UTC
8878d35 [DOCS] Add experimental tag to inference processor and bucket aggregation (#63023) 30 September 2020, 16:22:35 UTC
a29d482 [7.9][DOCS] Adds create index and mapping statements to one of the Painless examples (#63060) 30 September 2020, 13:23:00 UTC
15e03a1 [DOCS] Fixes broken link in Whats New 29 September 2020, 16:41:11 UTC
9fa8d46 [7.9][DOCS] Expands footnote about dest index. (#62994) 29 September 2020, 14:37:52 UTC
82084ce [DOCS] Add line break to get ILM lifecycle API docs (#61892) 04 September 2020, 13:01:30 UTC
96af4e0 [DOCS] Document empty string boolean value as `false` (#61341) 19 August 2020, 17:04:07 UTC
b63a9e6 [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:43:43 UTC
d6ee39e [DOCS] Include reference to AWS VPC endpoints in s3 repository docs. (#60756) Add VPC endpoint as the recommended way of connecting to s3 in private subnets Backport of #60654 Co-authored-by: Bill Mitchell <vocatan@users.noreply.github.com> Co-authored-by: David Turner <david.turner@elastic.co> 05 August 2020, 16:40:16 UTC
4565c29 [DOCS] Fix clarity of 7.6 derived key breaking change (#60154) (#60202) 27 July 2020, 12:53:23 UTC
96f5370 [DOCS] Remove reference to non-existent action. (#60161) 24 July 2020, 00:09:13 UTC
1c08d6f [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:48:55 UTC
e7689a7 [DOCS] Fix keyword marker docs (#59834) (#59866) Co-authored-by: Rui Almeida <ruial@outlook.com> 20 July 2020, 13:29:34 UTC
7ab788f [DOCS] MatchQuery: `transpositions` to `fuzzy_transpositions` (#59371) 13 July 2020, 16:39:17 UTC
02dde7e [DOCS] Fixes getting time features example in Painless in Transforms (#59379) 13 July 2020, 08:59:33 UTC
c1391a9 [DOCS] Fix anchor syntax 07 July 2020, 13:00:20 UTC
45decc4 [DOCS] Clarifies number of file and native realms (#58949) 03 July 2020, 18:02:20 UTC
92d04cf [DOCS] Added caveat about the number of file realms (#58369) 02 July 2020, 17:24:26 UTC
4c9328a [DOCS] Fix `scroll` param typo 02 July 2020, 12:48:39 UTC
118d2aa Update link to .NET BulkAllObservable 01 July 2020, 09:55:19 UTC
b739c7e [DOCS] Update aliases to indicate array (#58469) Updates the aliases documentation to correct the parameter to an array. 24 June 2020, 13:42:53 UTC
5dfd5d8 Introduce EnforceDeprecationFailuresPlugin (#58263) (#58312) - extract fail on deprecated usage into its own plugin - apply on all projects - ensures we don't miss any project (missed xpack/plugin/eql/qa/security before) 23 June 2020, 07:15:09 UTC
058f60e Fix deprecated property usage in archive tasks (#58269) (#58306) 23 June 2020, 07:10:44 UTC
d3b1ca2 Unify dependency licenses task configuration (#58116) (#58271) - Remove duplicate dependency configuration - Use task avoidance api accross the build - Remove redundant licensesCheck config 18 June 2020, 06:15:04 UTC
96b183c [DOCS] Fix routing param in search API docs (#58267) (#58291) 17 June 2020, 19:21:34 UTC
6327f47 [7.7]Mute failing tests in FIPS mode (#56887)(#58243) Cause is tracked in #49094 17 June 2020, 12:25:55 UTC
f546964 [doc] known issues - week based patterns not working in 7.6 (#58099) (#58223) relates #57128 17 June 2020, 08:54:35 UTC
36d1eaa [DOCS] Fixes license management links (#58213) 17 June 2020, 00:02:06 UTC
d93a0f2 [DOCS] Removed unused pages (#58211) 16 June 2020, 22:57:25 UTC
79faa4d [DOCS] Fixes problematic terminology (#58186) * [DOCS] Fixes problematic terminology (#58178) * Update docs/reference/snapshot-restore/register-repository.asciidoc Co-authored-by: James Rodewig <james.rodewig@elastic.co> * [DOCS] Fixes terminology in the Painless docs (#58179) 16 June 2020, 18:44:35 UTC
ea55105 Test adjustments for FIPS 140 (#56526) (#57879) This change aims to fix our setup in CI so that we can run 7.7 in FIPS 140 mode. The major issue that we have in 7.x and did not have in master is that we can't use the diagnostic trust manager in FIPS mode in Java 8 with SunJSSE in FIPS approved mode as it explicitly disallows the wrapping of X509TrustManager. Previous attempts like #56427 and #52211 focused on disabling the setting in all of our tests when creating a Settings object or on setting fips_mode.enabled accordingly (which implicitly disables the diagnostic trust manager). The attempts weren't future proof though as nothing would forbid someone to add new tests without setting the necessary setting and forcing this would be very inconvenient for any other case ( see This change introduces a runtime check in SSLService that overrides the configuration value of xpack.security.ssl.diagnose.trust and disables the diagnostic trust manager when we are running in Java 8 and the SunJSSE provider is set in FIPS mode. 16 June 2020, 05:31:08 UTC
62497b5 [DOCS] Add token and HTTPS requirements for Kerberos (#57180) Co-authored-by: Tim Vernum <tim@adjective.org> 15 June 2020, 21:36:48 UTC
7cf329b Update hh to HH in date processor example (#58089) 15 June 2020, 21:31:02 UTC
6e4f939 [DOCS] Reformat release highlights as What's new. (#58072) * [DOCS] Reformat release highlights as What's new. * [DOCS] Moved 7.7 highlights 15 June 2020, 20:25:22 UTC
a537b7c [DOCS] Add documentation for near real-time search (#57560) (#58133) * Adding documentation for near real-time search. * Adding link to NRT topic and clarifying some text. * Adding diagrams and incorporating changes from David T. 15 June 2020, 19:55:53 UTC
5057b57 [DOCS] Adds web session details example to painless transform examples (#57942) 15 June 2020, 13:20:38 UTC
eef0154 Add ILM policy PUT and GET for remote_monitoring_agent built-in role (#57963) Without this fix, users who try to use Metricbeat for Stack Monitoring today see the following error repeatedly in their Metricbeat log. Due to this error Metricbeat is unwilling to proceed further and, thus, no Stack Monitoring data is indexed into the Elasticsearch cluster. Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com> 15 June 2020, 12:41:22 UTC
7f6598d Make Gradle IT tests debuggable (#58093) - This configures the testkit gradle runner to run with debug enabled automatically when test is executed in debug mode (e.g. from the IDE) - Allows step by step debugging of GradleIntegrationTestCase tests 15 June 2020, 09:53:23 UTC
6e1a3d5 Fix resolveAllDependencies to ignore testCompile (#58080) (#58086) 14 June 2020, 22:01:00 UTC
eddb9d1 Remove deprecated usage of testCompile configuration (7.7 backport) (#58046) * Remove deprecated usage of testCompile configuration (backport of #57921) * Fix merge conflict 14 June 2020, 15:35:46 UTC
6b91f3f Clarify `expand_wildcard` option in snapshot docs (#58016) This commit clarifies that the `expand_wildcards` option (as well as other `IndicesOptions` parameters) can be used with the Create Snapshot API, but that they must be in the body of the request. Also clarifies the connection between `expand_wildcards` and hidden indices as it relates to snapshots. 12 June 2020, 22:39:18 UTC
c40f86c Fix issue with bwc tests running wrong cluster versions (#58063) We were previously configuring BWC testing tasks by matching on task name prefix. This naive approach breaks down when you have versions like 1.0.1 and 1.0.10 since they both share a common prefix. This commit makes the pattern matching more specific so we won't inadvertently spin up the wrong cluster version. 12 June 2020, 19:34:47 UTC
af23c38 Off-by-ones on data sizes in documentation (#57735) Fixes exponent off-by-ones in Painless documentation for int and long. 12 June 2020, 17:55:06 UTC
d7222fe Fix info message for RunTask in debug mode (#57974) (#58005) Fixes #57860 12 June 2020, 11:33:00 UTC
494aaa3 [DOCS] Rename monitoring collection from internal to legacy (#56395) 11 June 2020, 17:35:04 UTC
b41f285 [DOCS] Reformat `pattern_replace` token filter (#57699) (#57997) Changes: * Rewrites description and adds Lucene link * Adds analyze example * Adds parameter definitions * Adds custom analyzer example 11 June 2020, 16:24:06 UTC
cb403a6 [DOCS] Move search API's `docvalue_fields` examples (#57760) (#57991) Changes: * Condenses and relocates the `docvalue_fields` example to the 'Run a search' page. * Adds docs for the `docvalue_fields` request body parameter. * Updates several related xrefs. Co-authored-by: debadair <debadair@elastic.co> 11 June 2020, 15:27:24 UTC
0206162 Add admonition to cluster state instability note (#57985) We document that the cluster state API is an internal representation which may change, but apparently not emphatically enough. This commit adds a `NOTE:` admonition to this paragraph. 11 June 2020, 14:41:55 UTC
06056fc Remove ban tasks with the current thread context (#55404) If a task runs with a user, and it's canceled after we have sent the ban requests, then the unban request will be denied as it must not execute with a user. We need to wrap it with the current thread context. Backport of #55404 11 June 2020, 03:13:47 UTC
1b0d246 Fix test failure of file role store auto-reload (#56398) (#57961) Ensure assertion is only performed when we can be sure that the desired changes are picked up by the file watcher. 11 June 2020, 00:03:46 UTC
c5f12c1 [DOCS] Fix incorrect AD realm setting (#57520) 10 June 2020, 00:58:10 UTC
a767730 [7.7] Ensure Joni warning are logged at debug (#57302) (#57895) When Joni, the regex engine that powers grok emits a warning it does so by default to System.err. System.err logs are all bucketed together in the server log at WARN level. When Joni emits a warning, it can be extremely verbose, logging a message for each execution again that pattern. For ingest node that means for every document that is run that Grok filter. Fortunately, Joni provides a call back hook to push these warnings to a custom location. This commit implements Joni's callback hook to push the Joni warning to the Elasticsearch server logger (logger.org.elasticsearch.ingest.common.GrokProcessor) at debug level. A warning will be emitted on processor creation at WARN level. Generally these warning indicate a possible issue with the regular expression. Since Grok is an abstraction on top of the regex, these warning may not provide much value outside of a troubleshooting scenario. Additionally, the documentation is updated with instructions for how to set the logger to debug level. 09 June 2020, 22:07:23 UTC
71564c4 Include hidden indices in snapshots by default (#57325) Previously, hidden indices were not included in snapshots by default, unless specified using one of the usual methods for doing so: naming indices directly, using index patterns starting with a ., or specifying expand_wildcards to a value that includes hidden (e.g. all or hidden,open). This commit changes the default expand_wildcards value to include hidden indices. Also includes test changes from #57661, as they are necessary to prevent test failures with these changes, due to code sharing with the HLRC and the new defaults using values that are only accepted by >=7.7.0 09 June 2020, 22:03:50 UTC
bda648a Fix rounding composite aggs on sorted index (#57867) This commit fixes a bug on the composite aggregation when the index is sorted and the primary composite source needs to round values (date_histo). In such case, we cannot take into account the subsequent sources even if they match the index sort because the rounding of the primary sort value may break the original index order. Fixes #57849 09 June 2020, 18:42:26 UTC
468e5eb [DOCS] Fix source-related search API params (#57691) (#57891) Cleans up the reference documentation for the following search API parameters: * `_source` query parameter * `_source_excludes` query parameter * `_source_includes` query parameter * `_source` request body parameter * `hits._source` response property 09 June 2020, 17:02:40 UTC
3fa6dba [DOCS] Reformat `mapping` charfilter (#57818) (#57887) Changes: * Adds title abbreviation * Adds Lucene link to description * Adds standard headings * Simplifies analyze example * Simplifies analyzer example and adds contextual text 09 June 2020, 16:43:30 UTC
74836c2 [DOCS] Fix typo in ILM rollover docs (#57856) 09 June 2020, 16:20:20 UTC
fa0b82f [Docs] Fix missing closing bracket for watcher webhook.asciidoc (#57803) 09 June 2020, 12:03:15 UTC
a6273be [DOCS] Fix typo in remote-clusters doc (#57820) 09 June 2020, 09:29:42 UTC
693606d Remove the last Perl scripts (#57767) The Perl scripts in dev-tools have been replaced with tools in another repository. It's time to say goodbye to Perl scripts in this repository. 09 June 2020, 09:14:09 UTC
00a6c50 Fix Broken Numeric Shard Generations in RepositoryData (#57813) (#57825) Fix broken numeric shard generations when reading them from the wire or physically from the physical repository. This should be the cheapest way to clean up broken shard generations in a BwC and safe-to-backport manner for now. We can potentially further optimize this by also not doing the checks on the generations based on the versions we see in the `RepositoryData` but I don't think it matters much since we will read `RepositoryData` from cache in almost all cases. Closes #57798 08 June 2020, 16:07:05 UTC
502ceb2 Fix Bug With RepositoryData Caching (#57785) (#57819) This fixes a really subtle bug with caching `RepositoryData` that can corrupt a repository. We were caching `RepositoryData` serialized in the newest metadata format. This lead to a confusing situation where numeric shard generations would be cached in `ShardGenerations` that were not written to the repository because the repository or cluster did not yet support `ShardGenerations`. In the case where shard generations are not actually supported yet, these cached numeric generations are not safe and there's multiple scenarios where they would be incorrect, leading to the repository trying to read shard level metadata from index-N that don't exist. This commit makes it so that cached metadata is always in the same format as the metadata in the repository. Relates #57798 08 June 2020, 15:13:53 UTC
b04c00d [DOCS] Fix typo in `html_strip` char filter docs 08 June 2020, 14:38:04 UTC
back to top