Aliaksandr Valialkin

Results 624 comments of Aliaksandr Valialkin

@yincongcyincong , @zekker6 , @jiekun , please see the follow-up commit for this pull request - 2dd845fa53f741de53d8731bd1519e0ccafe4a92 .

FYI, this pull request has been included in [v0.29.0-victorialogs](https://docs.victoriametrics.com/victorialogs/changelog/).

`vmselect` stores temporary data, which it obtains from `vmstorage` nodes on every incoming search query, to a temporary directory at `/tmp/searchResults` by default. It is possible to change the directory...

It would be great adding [`in`](https://docs.victoriametrics.com/victorialogs/logsql/#multi-exact-filter), `not in`, [`contains_any`](https://docs.victoriametrics.com/victorialogs/logsql/#contains_any-filter) and `not contains_any` options to the ad-hoc filter, with the ability to select multiple values out of the suggested values. Side...

> Currently, Grafana does not support adding or modifying operators for ad-hoc filters at the plugin level. This limitation is set by Grafana itself and can only be changed via...

FYI, the commit [f9e312f35ad337d2bf69a0ec14bb1ae952d344f7](https://github.com/VictoriaMetrics/VictoriaMetrics/commit/f9e312f35ad337d2bf69a0ec14bb1ae952d344f7) adds support for multiple `extra_filters` and `extra_stream_filters` query args according to [these docs](https://docs.victoriametrics.com/victorialogs/querying/#extra-filters). This should simplify using these args in VictoriaLogs plugin for Grafana and in...

VictoriaLogs accepts multiple `extra_filters` query args across all the supported querying APIs starting from [v1.21.0-victorialogs](https://docs.victoriametrics.com/victorialogs/changelog/) according to [these docs](https://docs.victoriametrics.com/victorialogs/querying/#extra-filters).

Re-opening the issue until it is propagated into the next release.

The bug has been fixed in the commit b82e2cabc53220f963e99f594e50ead5a6418981 . This commit will be included in the next release. In the mean time it is possible to build VictoriaMetrics from...