Hi,

I'm running influxdb in docker container (influxdb:latest image). 
In image description it's stated that I can override parameters with env 
variables. It works for most of the parameters, but not for the list of 
graphite templates.
Is this field supported? If yes, I'd appreciate if you could tell what is the 
proper format for it if I pass it via env variable.

Current docker compose configuration:

influxdb:
  ports:
  - 10083:8083/tcp
  - 10086:8086/tcp
  - 10003:2003/tcp
  environment:
    INFLUXDB_META_DIR: "/data/meta"
    INFLUXDB_DATA_DIR: "/data/db"
    INFLUXDB_DATA_WAL_DIR: "/data/wal"
    INFLUXDB_GRAPHITE_ENABLED: true
    INFLUXDB_GRAPHITE_DATABASE: metrics
    INFLUXDB_GRAPHITE_TEMPLATES: >-
      ["jmeter.test.*.* app..measurement.field
      ","jmeter.* app.sampler.measurement.field
      ","app.* app.measurement.field"]
  image: influxdb
  volumes:
  - /data/influxdb:/data

Thank you!

-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/24db54f1-668a-4bd2-b233-caec25e26cb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to