Skip to content

Commit

Permalink
[Metrics UI] Add ability to override datafeeds and job config for par…
Browse files Browse the repository at this point in the history
…tition field (#78875)

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

* Remove debug

* UX cleanup

* Fix types, delete dead code
  • Loading branch information
phillipb authored Oct 1, 2020
1 parent f4c5ebc commit ee7672a
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 ee7672a

Please sign in to comment.