ee3475d900
Elasticsearch: Fix index pattern not working with multiple base sections ( #28348 )
...
* Add logic to allow for multiple [] sections in pattern
* Small refactor
* Fix goimport error
* Refactor formateDate
2020-11-27 10:50:35 +01:00
e04218e550
Fix : #14706 Incorrect index pattern padding in alerting queries
...
When weekly index pattern is used, indices names contain single digit week number for week 1-9
This fix makes sure indice names always contain 2 digit week number for weekly pattern
2019-03-03 18:10:38 +05:30
ab8fa0de74
elasticsearch: support reversed index patterns
...
Now both [index-]pattern and pattern[-index] are supported
2018-07-26 21:39:02 +02:00
e171ed8910
elasticsearch: new simple client for communicating with elasticsearch
...
Handles minor differences of es 2, 5 and 5.6.
Implements index pattern logic.
Exposes builders for building search requests.
2018-05-23 14:59:12 +02:00