* Add filter parameter to rebound
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Fix linting issues
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Add filter function to delete request
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Fix linting issues
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Enable api for filter and delete mode
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Add settings for retention
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Use labels to check and add test
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Simplify filter function
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Also enable filter mode
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Remove test settings in config file for docker
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Add extra (unused) param for ProcessString in filter
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Empty commit to trigger CI again
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Update changelog
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Fix flapping test
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Remove commented out unit tests and add some more
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Add extra test case for delete request without line filter
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* Use chunk bounds
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* check if the log selector has a filter if the whole chunk is selected
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
* fix lint issue: use correct go-kit import
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>