-
__Steps to reproduce:__
Unfortunately I can't reproduce this all the time, maybe it's also data related?
Simplified Flux scripts:
(calculating aggregated Apdex score from HTTP access logs, no…
-
### Specifications
* Client Version: v2.6.1
* InfluxDB Version: 'X-Influxdb-Build': 'OSS', 'X-Influxdb-Version': 'v2.6.1'
* Platform: Ubuntu 22.04.2 LTS, Python 3.10.6
1. Create a client to a lo…
-
System: Docker
Version: influxDB 2.1
Built from official Docker Image
When I try to load different fields from existing buckets I get the below error:
`ts=2021-12-21T15:47:17.646101Z lvl=info …
-
__Steps to reproduce:__
Using nightly build of Windows CLI.
1. create config profile using influx to connect to local influxdb instance using all access token
2. attempt to execute any command vi…
-
Persisting snapshots and their parquet files is not done in parallel. This process is kicked off here: https://github.com/influxdata/influxdb/blob/35e29d14087b26a8433c8c24240cb5c2cb494d18/influxdb3_wr…
-
Document password length and restrictions, for example, special characters.
https://v2.docs.influxdata.com/v2.0/users/create-user/
https://v2.docs.influxdata.com/v2.0/users/change-password/
-
_See https://github.com/influxdata/influxdb/issues/24604#issuecomment-2470717551 below_
In #24588 I had created the initial implementation of the persister to read and write Segment Info Files, the…
-
### Specifications
* Client Version: 1.36.0
* InfluxDB Version: 2.7
### Code sample to reproduce problem
```python
query_api.query_data_frame(query)
```
### Expected behavior
The query sho…
-
A customer wanted an error to be returned when a `SELECT INTO` tried to insert an unsupported value, like +/-Inf or NaN
However, previous behavior was to silently fail and insert any valid points i…
-
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
Run flux script like such:
```
import "http"
import "json"
data = from(bucket: "canopy")
|> range(st…