Show More
@@ -122,7 +122,10 b' class LogService(BaseService):' | |||||
122 | "date_histogram": { |
|
122 | "date_histogram": { | |
123 | "field": "timestamp", |
|
123 | "field": "timestamp", | |
124 | "interval": "1h", |
|
124 | "interval": "1h", | |
125 | "min_doc_count": 0 |
|
125 | "min_doc_count": 0, | |
|
126 | 'extended_bounds': { | |||
|
127 | 'max': filter_settings.get('end_date'), | |||
|
128 | 'min': filter_settings.get('start_date')} | |||
126 | } |
|
129 | } | |
127 | } |
|
130 | } | |
128 | } |
|
131 | } |
General Comments 0
You need to be logged in to leave comments.
Login now