blob: 33e4178c9cfae654441703330082282ae3cf78c7 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# Cassandra SideCar configuration file
#
cassandra_instances:
- id: 1
host: localhost1
port: 9042
data_dirs: /ccm/test/node1/data0, /ccm/test/node1/data1
staging_dir: /ccm/test/node1/sstable-staging
jmx_host: 127.0.0.1
jmx_port: 7100
jmx_ssl_enabled: false
# jmx_role:
# jmx_role_password:
- id: 2
host: localhost2
port: 9042
data_dirs: /ccm/test/node2/data0, /ccm/test/node2/data1
staging_dir: /ccm/test/node2/sstable-staging
jmx_host: 127.0.0.1
jmx_port: 7200
jmx_ssl_enabled: false
# jmx_role:
# jmx_role_password:
- id: 3
host: localhost3
port: 9042
data_dirs: /ccm/test/node3/data0, /ccm/test/node3/data1
staging_dir: /ccm/test/node3/sstable-staging
jmx_host: 127.0.0.1
jmx_port: 7300
jmx_ssl_enabled: false
# jmx_role:
# jmx_role_password:
sidecar:
- host: 0.0.0.0
- port: 9043
- request_idle_timeout_millis: 300000 # this field expects integer value
- request_timeout_millis: 300000
- throttle:
- stream_requests_per_sec: 5000
- delay_sec: 5
- timeout_sec: 10
- sstable_upload:
- concurrent_upload_limit: 80
- min_free_space_percent: 10
- allowable_time_skew_in_minutes: 60
- sstable_import:
- poll_interval_millis: 100
- cache:
- expire_after_access_millis: 7200000 # 2 hours
- maximum_size: 10000
- worker_pools:
- service:
- name: "sidecar-worker-pool"
- size: 20
- max_execution_time_millis: 60000 # 60 seconds
- internal:
- name: "sidecar-internal-worker-pool"
- size: 20
- max_execution_time_millis: 300000 # 5 minutes
#
# Enable SSL configuration (Disabled by default)
#
# - ssl:
# - enabled: true
# - keystore:
# - path: "path/to/keystore.p12"
# - password: password
# - truststore:
# - path: "path/to/truststore.p12"
# - password: password
healthcheck:
- poll_freq_millis: 30000
cassandra_input_validation:
- forbidden_keyspaces:
- system_schema
- system_traces
- system_distributed
- system
- system_auth
- system_views
- system_virtual_schema
- allowed_chars_for_directory: "[a-zA-Z0-9_-]+"
- allowed_chars_for_component_name: "[a-zA-Z0-9_-]+(.db|.cql|.json|.crc32|TOC.txt)"
- allowed_chars_for_restricted_component_name: "[a-zA-Z0-9_-]+(.db|TOC.txt)"