Skip to content

Commit

Permalink
[Metrics UI] Override anomaly detection partition field (#79214) (#79245
Browse files Browse the repository at this point in the history
)

* Add ability to override datafeeds and job config for partition field

* Remove debug

* UX cleanup

* Fix types, delete dead code

* Fix types
  • Loading branch information
phillipb authored Oct 2, 2020
1 parent 46b1d25 commit 882dd64
Show file tree
Hide file tree
Showing 7 changed files with 247 additions and 444 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ export interface ModuleDescriptor<JobType extends string> {
partitionField?: string
) => Promise<SetupMlModuleResponsePayload>;
cleanUpModule: (spaceId: string, sourceId: string) => Promise<DeleteJobsResponsePayload>;
validateSetupIndices: (
validateSetupIndices?: (
indices: string[],
timestampField: string
) => Promise<ValidationIndicesResponsePayload>;
validateSetupDatasets: (
validateSetupDatasets?: (
indices: string[],
timestampField: string,
startTime: number,
Expand Down
289 changes: 0 additions & 289 deletions x-pack/plugins/infra/public/containers/ml/infra_ml_setup_state.ts

This file was deleted.

Loading

0 comments on commit 882dd64

Please sign in to comment.