['string', 'null']
Custom domain Serve the web frontend using a custom CNAME pointing to the Aiven DNS name
array
IP filter Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
['boolean', 'null']
Service logging Store logs for the service so that they are available in the HTTP API and console.
boolean
Static IP addresses Use static public IP addresses
object
Allow access to selected service ports from private networks
boolean
Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations
object
Allow access to selected service components through Privatelink
boolean
Enable influxdb
object
Allow access to selected service ports from the public Internet
boolean
Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network
string
Name of the basebackup to restore in forked service
object
influxdb.conf configuration values
boolean
Whether queries should be logged before execution. May log sensitive data contained within a query.
integer
The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
integer
The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
integer
The maximum number of `GROUP BY time()` buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
integer
The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
integer
The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
integer
Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
['string', 'null']
Name of another service to fork from. This has effect only when a new service is being created.
['string', 'null']
Name of another project to fork a service from. This has effect only when a new service is being created.