Questions tagged [influxdb]
11 questions
2
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
- 175
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
1
vote
1 answer
Why Swap usage is high for Influxdb: 100% Disk I/O and Swap usage but only 50% memory?
We have an influxdb VM that is constantly under 100% swap. Even if we restart the VM, the swap usage reaches 100% in about 20 minutes. However, memory usage is only about 50%.
(The VM has 32 CPU Cores and 128 GB of Memory.)
Running free -h:
…
Vipin Menon
- 141
1
vote
1 answer
Jenkins InfluxDB plugin connected to VictoriaMetrics
Does anyone know if there is possibility to send custom metrics to VictoriaMetrics server via InfluxDB plugin from Jenkins? In documentation it is mentioned that VictoriaMetrics supports Influx line protocol, but I cannot find information if these…
aFku
- 15
0
votes
0 answers
Strange behaviour with [inputs.prometheus] with metric_version=2 in telegraf 1.33.0+
i am facing right now a very strange behaviour in Telegraf version 1.33.0 and newer in combination with the prometheus input plugin and the influxdb v2 output plugin.
Assume follwing telegraf.conf
[agent]
interval = '60s'
collection_jitter =…
pyriand3r
- 101
0
votes
0 answers
How do I get Chronograf working with InfluxDB v3?
I setup InfluxDB 3 core via Docker and created an API key using influxdb3 create token --admin --host http://localhost:8181 using docker exec from inside the container. I then setup Chronograf also via Docker. My compose file looks like the…
djsumdog
- 1,130
0
votes
0 answers
Missing Data in Grafana Graphs Despite Continuous Netdata + InfluxDB Collection and Temporary Network Loss
Issue Description:
The system, running Debian 10 on an Intel NUC, was operating normally. However, there was a network connection interruption at approximately 12:10 PM on December 27. Despite the machine remaining powered on, Grafana's graphs…
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
- 773
- 3
- 14
- 27
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
- 773
- 3
- 14
- 27
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
- 162
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