Skip to content

Commit

Permalink
fix test mocked data
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Jul 13, 2021
1 parent 5f38693 commit 1b10613
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ const indexPattern = ({
const rollupIndexPattern = ({
type: IndexPatternType.ROLLUP,
typeMeta: {
'rollup-index': 'rollup',
params: {
'rollup-index': 'rollup',
},
aggs: {
date_histogram: {
timestamp: {
Expand Down

0 comments on commit 1b10613

Please sign in to comment.