Skip to content

Commit 659988a

Browse files
authored
Remove runtime fields (#63418)
We are not going to release runtime fields with 7.10, hence we are removing them from the 7.10 branch.
1 parent 58eaba9 commit 659988a

File tree

129 files changed

+0
-13604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+0
-13604
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DatafeedJobsRestIT.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ private void addAirlineData() throws IOException {
127127
+ " \"keyword\":{\"type\":\"keyword\"}"
128128
+ " }"
129129
+ " },"
130-
+ " \"airline_lowercase_rt\": { "
131-
+ " \"type\":\"runtime\","
132-
+ " \"runtime_type\": \"keyword\","
133-
+ " \"script\" : { \"source\": \"emit(params._source.airline.toLowerCase())\" }"
134-
+ " },"
135130
+ " \"responsetime\": { \"type\":\"float\"}"
136131
+ " }"
137132
+ " }"
@@ -297,13 +292,6 @@ public void testLookbackOnlyWithScriptFields() throws Exception {
297292
.execute();
298293
}
299294

300-
public void testLookbackOnlyWithRuntimeFields() throws Exception {
301-
new LookbackOnlyTestHelper("test-lookback-only-with-runtime-fields", "airline-data")
302-
.setAirlineVariant("airline_lowercase_rt")
303-
.setShouldSucceedProcessing(true)
304-
.execute();
305-
}
306-
307295
public void testLookbackonlyWithNestedFields() throws Exception {
308296
String jobId = "test-lookback-only-with-nested-fields";
309297
Request createJobRequest = new Request("PUT", MachineLearning.BASE_PATH + "anomaly_detectors/" + jobId);

x-pack/plugin/runtime-fields/build.gradle

Lines changed: 0 additions & 23 deletions
This file was deleted.

x-pack/plugin/runtime-fields/qa/build.gradle

Lines changed: 0 additions & 1 deletion
This file was deleted.

x-pack/plugin/runtime-fields/qa/rest/build.gradle

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)