-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Send autodetect config updates as JSON (#67721)
Send configuration updates to model plot, scheduled events, detector rules and filters as JSON formatted strings. Remove any now unneeded supporting code.
- v8.17.0
- v8.16.2
- v8.16.1
- v8.16.0
- v8.15.5
- v8.15.4
- v8.15.3
- v8.15.2
- v8.15.1
- v8.15.0
- v8.14.3
- v8.14.2
- v8.14.1
- v8.14.0
- v8.13.4
- v8.13.3
- v8.13.2
- v8.13.1
- v8.13.0
- v8.12.2
- v8.12.1
- v8.12.0
- v8.11.4
- v8.11.3
- v8.11.2
- v8.11.1
- v8.11.0
- v8.10.4
- v8.10.3
- v8.10.2
- v8.10.1
- v8.10.0
- v8.9.2
- v8.9.1
- v8.9.0
- v8.8.2
- v8.8.1
- v8.8.0
- v8.7.1
- v8.7.0
- v8.6.2
- v8.6.1
- v8.6.0
- v8.5.3
- v8.5.2
- v8.5.1
- v8.5.0
- v8.4.3
- v8.4.2
- v8.4.1
- v8.4.0
- v8.3.3
- v8.3.2
- v8.3.1
- v8.3.0
- v8.2.3
- v8.2.2
- v8.2.1
- v8.2.0
- v8.1.3
- v8.1.2
- v8.1.1
- v8.1.0
- v8.0.1
- v8.0.0
- v8.0.0-rc2
- v8.0.0-rc1
- v8.0.0-beta1
- v8.0.0-alpha2
- v8.0.0-alpha1
Showing
11 changed files
with
68 additions
and
389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
...rc/main/java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/MlFilterWriter.java
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
.../java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/ModelPlotConfigWriter.java
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
.../java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/ScheduledEventsWriter.java
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...c/main/java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/WriterConstants.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 0 additions & 38 deletions
38
...st/java/org/elasticsearch/xpack/ml/job/process/autodetect/writer/MlFilterWriterTests.java
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
.../org/elasticsearch/xpack/ml/job/process/autodetect/writer/ModelPlotConfigWriterTests.java
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
.../org/elasticsearch/xpack/ml/job/process/autodetect/writer/ScheduledEventsWriterTests.java
This file was deleted.
Oops, something went wrong.