stroomdev10

Results 153 issues of stroomdev10

``` from 'My Index' where eventid=1 select EventId, eventid ``` gives lots of `1, NULL`

bug

If you have a Query that you use as the input to a Pipeline (via the Process icon), and you set a Concurrent Task limit on the Processor Filter then...

bug
f:dash / query
f:pipeline-processing

Is this actually an ERROR, is the administrator required to perform any activity when this is spotted?

bug

Previously Searches that contain an `in dictionary` term would log the contents of the dictionary. This is no longer happening, was it removed for a reason or is it just...

bug

in the same way as we can re-sort with re-query

enhancement
f:dash / query

I have a Rule that uses window, when it fires the generated Detection has two instances of period0 and period1 ``` 101 22 22 101 ```

bug

``` from "blah" eval p0=mask(0,count()) eval p1 = mak(1,count()) window EventTime by 1d select p0,p1 show as LineChart(x=EventTime, y=p0) ``` This query automatically adds the EventTime field, but I can't...

bug