Skip to content

Commit

Permalink
Merge pull request #10 from devit-tel/feature/extened-bounds-aggs
Browse files Browse the repository at this point in the history
Extended bound
  • Loading branch information
NV4RE authored Mar 2, 2020
2 parents 7ebc7ff + 271a927 commit 0f42bdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/elasticsearch/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ export class EventElasticsearchStore extends ElasticsearchStore
{
field: 'timestamp',
interval: 'hour',
extended_bounds: {
min: fromTimestamp,
max: toTimestamp,
},
},
'timestamp_hour',
);
Expand Down

0 comments on commit 0f42bdd

Please sign in to comment.