Questions tagged [influxdb]

8 questions
2
votes
0 answers

Change UID in influxdb Docker container when running in Kubernetes

When mounting persistent storage for influxdb container the NFS storage ownership is changed to uid 1000 when container is run. Need to have a known RHEL host user (2000) have ownership of the file system. Tried setting the runAsUser security…
Ken E
  • 21
  • 3
0
votes
0 answers

How to create initial influxdb2 token from CLI?

I just migrated my influxdb 1.8 to influxdb 2.7 on an Ubuntu 22.04.3 LTS server. I did it from package repo. Migration went fine, but new CLI client asks token for everything. I saw influx auth create command is there to do so but it also requests a…
Halacs
  • 103
  • 4
0
votes
1 answer

Sending InfluxDB2 Logs to dedicated Logfile

On Debian, my Influxdb2 v2.6 instance runs with systemd and writes the logs to stdout. But I want to send the logs to a dedicated logfile like /path/to/influxdb.log. How can I change this behavior? The Docs says, I have to change the startup…
Gill-Bates
  • 585
  • 2
  • 8
  • 23
0
votes
0 answers

InfluxDB: Re-Create a deleted Bucket recovers Content

I am deleting a bucket with data from InfluxDB. Now I create a new bucket with the same name. The data then reappears. Do I have to explicitly delete data from a bucket before I remove a bucket?
Gill-Bates
  • 585
  • 2
  • 8
  • 23
0
votes
2 answers

Send InfluxDB2 Metrics to different Buckets with Telegraf

I would like to put different metrics in different buckets. In my bucket Websites, I want to put HTTP response metrics. This is how my configuration file /etc/telegraf/telegraf.d/httpmetrics.conf looks like: [[inputs.http_response]] ## List of…
Gill-Bates
  • 585
  • 2
  • 8
  • 23
0
votes
0 answers

Synchronization concerns regarding MQTT and InfluxDB

I'm trying to implement mosquitto broker with InfluxDB. My concern is that the data won't be stored properly, because InfluxDB is a "real-time" database and the MQTT protocol is asynchronous. So the values might be stored in the incorrect order. Are…
Rui Lima
  • 101
0
votes
1 answer

influxdb connect to cloudfront aws

Just installed influxdb on fedora server 35 with this repo : https://repos.influxdata.com/rhel/8/x86_64/stable/ every time i restart the service influxdb (default conf) it connects to random ip on aws cloudfront : tcp ESTAB 0 0 …
proxyd43
  • 152
  • 1
  • 2
  • 12
0
votes
1 answer

Nginx: reverse proxy Influxdb can't find static files

I have a setup where I have multiple service running with docker compose and one Nginx (nginx:1.19-alpine), which acts as a reverse proxy for all services and serves some static files. One service is an Influxdb container (influxdb:2.1.0-alpine)…
JWo
  • 101
  • 2