-
## About the bug
**Steps to reproduce:**
List the minimal actions needed to reproduce the behavior.
1. ... Open 7 day range on data (my data is hourly)
2. ... Select Window Period 3 hours
…
ajiau updated
8 months ago
-
We have been dev'ing fast on the new QX FluxBuilder (new DataExplorer), but this meant bringing in certain decisions previously made from Notebooks code. This ticket is a tracker of some of the decisi…
-
is there a reason you're not listing influxdata's official alerting tool kapacitor?
cheers :)
-
From ifql created by [mark-rushakoff](https://github.com/mark-rushakoff) : influxdata/ifql#356
We don't need keyword expansion for MVP of the spec, but I wanted to raise the topic in case it's wort…
-
User management is not described in 1.8 as it is in 2.0 OSS
The GRANT command is described, which helps.
When searching for user in the 1.8 documentation, results are displayed but forward you to th…
-
_Describe the issue here._
##### Relevant URLs
- _Provide relevant URLs_
##### What products and version are you using?
-
Flux syntax highlighting occurs in 3 places, each with their own source of truth regarding the theme (tm grammar) to use:
1. vsflux
* https://github.com/influxdata/vsflux/blob/master/syntaxes/fl…
-
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
```flux
data1 = from(bucket: "mybucket")
|> keep(columns: ["_value", "sql", "_time", "hash"])
hashs = data…
-
_Describe the issue here._
##### Relevant URLs
- _Provide relevant URLs_
##### What products and version are you using?
![image](https://user-images.githubusercontent.com/50348487/14550851…
-
It looks like same issue as #8085
You not prevent two different field types for the same measurement.
```
service=storage-reads error="panic: interface conversion: tsm1.Value is tsm1.FloatValu…