Advanced parameters for Aiven for Apache Cassandra®¶
Below you can find a summary of every configuration option available for Aiven for Apache Cassandra® service:
ip_filter
=> arrayIP filter Allow incoming connections from CIDR address block, e.g. ‘10.20.0.0/16’
static_ips
=> booleanStatic IP addresses Use static public IP addresses
cassandra
=> objectcassandra configuration values
batch_size_warn_threshold_in_kb
=> integerbatch_size_warn_threshold_in_kb Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability.
batch_size_fail_threshold_in_kb
=> integerbatch_size_fail_threshold_in_kb Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default.
migrate_sstableloader
=> booleanMigration mode for the sstableloader utility Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
cassandra_version
=> [‘string’, ‘null’]Cassandra major version
private_access
=> objectAllow access to selected service ports from private networks
prometheus
=> booleanAllow clients to connect to prometheus with a DNS name that always resolves to the service’s private IP addresses. Only available in certain network locations
public_access
=> objectAllow access to selected service ports from the public Internet
prometheus
=> booleanAllow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network
service_to_fork_from
=> [‘string’, ‘null’]Name of another service to fork from. This has effect only when a new service is being created.
project_to_fork_from
=> [‘string’, ‘null’]Name of another project to fork a service from. This has effect only when a new service is being created.