Christoph Büscher
2d8cc4b154
Lower skip version for token_cound yaml test ( #68583 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:12 -06:00
Jack Conradson
3efee2e2ad
Fix search template request ( #43509 )
...
A seed was hit in (#43157 ) that caused mutateInstance to generate an identical
instance. This change prevents that.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:12 -06:00
Nhat Nguyen
a37fc3be68
Ensure ReplicationOperation notify listener once ( #68256 )
...
ReplicationOperation can notify the listener twice if the primary shard
is demoted after it has completed the primary operation.
Closes #68049
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:12 -06:00
Rabi Panda
da51d8c61f
Remove ILM policy from GetDataStreamAction Response. ( #63 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:12 -06:00
Rabi Panda
d625d84f8c
Remove x-pack data-frame analytics hlrc. ( #62 )
...
This PR removes the hlrc for x-pack data-frame analytics.
Relates #2
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:12 -06:00
Rabi Panda
15638e8386
Remove x-pack aggregations. ( #59 )
...
This PR removes the x-pack aggregations: string_stats, top_metrics and inference.
Resolves #51
Relates #2
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:12 -06:00
Rabi Panda
64d0e8aa0d
Remove packaging tests for the x-pack command line tools. ( #56 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:11 -06:00
Nicholas Knize
7381e68d14
[MUTE] AwaitsFix failing tests
...
This commit mutes failing tests in:
* IndicesClientIT
* SearchIT (Freeze/UnFreeze)
* IndicesClientDocumentationIT
Fixes are identified and will be merged in a followup PR.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:11 -06:00
Nicholas Knize
3a9e371edb
Mute AnalyticsAggsIT test failure
...
AnalyticsAggsIT needs to be removed. This mutes the test until removal is complete.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:11 -06:00
Nicholas Knize
bc82e50c5d
[DOCS] temporarily comment verifyDocsLuceneVersion in qa:verify-version-constants
...
Docs have temporarily been removed. This commit can be reverted if the OSS
docs are restored.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:11 -06:00
Nicholas Knize
f7d66c6718
Remove unused imports in RemoteClustersIT and InternalTestCluster
...
This commit removes unused imports that are causing checkStyle failures.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:11 -06:00
Rabi Panda
5f92d715ab
Revert back refresh policy in RequestConverters. ( #55 )
...
This PR reverts back the deleted code (#16 , #54 ) related to refresh policies.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:11 -06:00
Harold Wang
a1b80a5fb6
Remove license statement from CONTRIBUTING.md ( #58 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:11 -06:00
Sarat Vemulapalli
ae46de3125
Fixing Rest Converters Tests after x-pack removal ( #54 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:11 -06:00
Himanshu Setia
f2a90be773
Removing _reload_search_analyzers related changes since the related x-pack support is removed ( #48 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:11 -06:00
Rabi Panda
eb49365800
Remove x-pack from build, distribution and packaging. ( #43 )
...
This PR removes references to x-pack from buildSrc, distribution and qa modules.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:10 -06:00
Harold Wang
96bda527b1
Remove license option in gradlew command ( #41 )
...
* Remove license option in gradlew command
* Remove "This username and password is part of trial license. Let's remove this too" from TESTING.asciidoc
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:10 -06:00
Nick Knize
24dc3986ce
[TEST] fix DeleteDataStreamRequestTests failure ( #37 )
...
This commit fixes DeleteDataStreamRequestTests.testDeleteSnapshottingDataStream unit test failure by passing SnapshotsInProgress.Entry.SUCCESS in the createEntrymethod.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:10 -06:00
Tianli Feng
ae0dc2ff5b
[TEST] Fix unit test failure in RestHighLevelClientTests ( #36 )
...
* fix testProvidedNamedXContents by modifying the assertion
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:10 -06:00
Sarat Vemulapalli
3da88c2f6c
Adding initial CI workflow for search ( #35 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:10 -06:00
Nick Knize
6f2cbdf0b8
[PURIFY] Cleanup build and unblock HLRC integration tests ( #33 )
...
This commit cleans up the following:
* Remove unused imports
* Remove ILM settings in hlrc testCluster formation
* Comment out security users settings in ElasticsearchNode creation for build-tools tests
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:10 -06:00
Rabi Panda
171ce992e4
Fix compilation issues for tests. ( #29 )
...
Some of the tests that use the x-pack code are failing compilation. This PR cleans up the references to fix the issue.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:10 -06:00
Rabi Panda
38e9c9750a
[PURIFY] Remove the AuthorizationEnginePlugin from examples. ( #26 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:09 -06:00
nknize
033f34cfdc
[PURIFY] fix GetDataStreamsRequestTests build failure
...
This fixes the constructor for IndexNameExpressionResolver to pass in
Settings.EMPTY to a ThreadContext used by the resolver.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:09 -06:00
Nick Knize
d91ce2bd00
[PURIFY] remove all trace of x-pack transforms ( #31 )
...
This commit removes all trace of Elastic licensed transforms.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:09 -06:00
Nick Knize
3f168ac85c
[PURIFY] Revert "Move data stream transport and rest action to xpack ( #59593 )" ( #28 )
...
This commit reverts commit 2a89e13e43
. Relicensing data streams from OSS to XPack.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:09 -06:00
Rabi Panda
c856534394
[PURIFY] Remove remaining x-pack license. ( #25 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:09 -06:00
Nick Knize
82300bbe3d
[PURIFY] remove all trace of x-pack monitoring ( #22 )
...
This commit removes all trace of Elastic licensed monitoring
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:09 -06:00
Nick Knize
70a07216bb
[PURIFY] remove all trace of x-pack watcher ( #21 )
...
This commit removes all trace of Elastic licensed watcher
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
4aee8e56db
[PURIFY] remove all trace of x-pack index lifecycle management ( #20 )
...
This commit removes all trace of Elastic licensed ILM.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
46f37bfa81
[PURIFY] remove all trace of x-pack migration ( #19 )
...
This commit removes all trace of Elastic licensed Migration
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
f15b830261
[PURIFY] remove all trace of x-pack sql ( #18 )
...
This commit removes all trace of Elastic licensed SQL
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
3769b2c6a4
[PURIFY] remove all trace of x-pack rollups ( #17 )
...
This commit removes all trace of Elastic licensed rollups
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
fb7ff93c42
[PURIFY] remove all trace of x-pack security ( #16 )
...
This commit removes all trace of the security high level rest client and other reference to x-pack security
Co-authored-by: Rabi Panda <rabipanda@icloud.com>
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
6036fe822e
[PURIFY] Add InferenceConfig to org.elasticsearch.client.analytics ( #15 )
...
This commits adds InferenceConfig back to org.elasticsearch.client.analytics for use in InferencePipelineAggregationBuilder.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:07 -06:00
Nick Knize
b5cd4c417c
[PURIFY] remove all trace of x-pack ml ( #14 )
...
This commit removes all trace of x-pack ml.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:07 -06:00
Nick Knize
1cdbc63917
[PURIFY] remove all trace of x-pack graph ( #13 )
...
This commit removes all trace of Elastic licensed graph feature
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:07 -06:00
Nick Knize
125958eb2c
Remove the Elastic license file, all checks for this license and the license REST APIs. ( #12 )
...
Co-authored-by: Rabi Panda <rabipanda@icloud.com>
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:07 -06:00
Nick Knize
0dd4f9f281
[PURIFY] remove all trace of x-pack ccr ( #11 )
...
This committ removes all trace of Elastic licensed CCR.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:07 -06:00
Nick Knize
479dd4b42a
[PURIFY] remove all trace of x-pack async-search ( #10 )
...
This commit removes all trace of Elastic licensed asyc-search
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:07 -06:00
Nick Knize
204122aae4
[PURIFY] remove all trace of x-pack enrichment processor ( #9 )
...
This commit removes all trace of the Elastic licensed enrichment processor.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:06 -06:00
Nick Knize
a0b91cb230
Cleanup build script to exclude security-authorization-engine ( #8 ) ( #8 )
...
* Cleanup build-scan, remove publish scan to elastic server
* Cleanup build script to exclude security-authorization-engine which test has dependency on xpack
* Cleanup build script to exclude security-authorization-engine which test has dependency on xpack
Co-authored-by: Huan Jiang <huanji@amazon.com>
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:06 -06:00
Nick Knize
3a52e9ddc1
[PURIFY] update build.gradle files to ensure build completes; gradle check fails ( #7 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:06 -06:00
Nick Knize
e96624565a
[PURIFY] remove issue, pr tempalte to avoid confusion, we could add olater ( #10 ) ( #6 )
...
Co-authored-by: Huan Jiang <huanji@amazon.com>
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:06 -06:00
Nick Knize
168f5e825f
[PURIFY] remove all trace of x-pack eql ( #5 )
...
This commit removes all trace of EQL from the sanitized fork.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:06 -06:00
Nick Knize
55b8ab4338
Cleanup build-scan, remove publish scan to elastic server ( #1 ) ( #4 )
...
Co-authored-by: Huan Jiang <huanji@amazon.com>
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:06 -06:00
Nick Knize
0d1e9a7b64
[PURIFY] Remove docs directory ( #3 )
...
This commit removes the doc directory
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:05 -06:00
nknize
b7138c88e8
[PURIFY] Remove x-pack directory
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:04 -06:00
James Rodewig
e1a9e1efb6
[DOCS] Fix explain API anchors ( #68007 ) ( #68012 )
2021-01-26 12:23:37 -05:00
James Rodewig
fcc1f0ae59
[DOCS] Add security privileges to repositories monitoring API docs ( #67944 ) ( #67990 )
2021-01-26 11:32:16 -05:00