Skip to content

Commit

Permalink
[data.search.aggs]: Clean up TimeBuckets implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Mar 31, 2020
1 parent 4899aaf commit 55bd79c
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 829 deletions.
2 changes: 2 additions & 0 deletions src/plugins/data/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ import {
propFilter,
siblingPipelineType,
termsAggFilter,
TimeBuckets,
// expressions utils
getRequestInspectorStats,
getResponseInspectorStats,
Expand Down Expand Up @@ -403,6 +404,7 @@ export const search = {
siblingPipelineType,
termsAggFilter,
toAbsoluteDates,
TimeBuckets,
},
getRequestInspectorStats,
getResponseInspectorStats,
Expand Down
1 change: 1 addition & 0 deletions src/plugins/data/public/search/aggs/buckets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ export * from './ip_range';
export * from './lib/cidr_mask';
export * from './lib/date_range';
export * from './lib/ip_range';
export * from './lib/time_buckets';
export * from './migrate_include_exclude_format';
export * from './terms';
132 changes: 0 additions & 132 deletions x-pack/plugins/watcher/public/legacy/calc_auto_interval.ts

This file was deleted.

58 changes: 0 additions & 58 deletions x-pack/plugins/watcher/public/legacy/calc_es_interval.js

This file was deleted.

6 changes: 0 additions & 6 deletions x-pack/plugins/watcher/public/legacy/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions x-pack/plugins/watcher/public/legacy/parse_es_interval/index.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 55bd79c

Please sign in to comment.