Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • Машинное обучение
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Истории успеха
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Документация
  • Блог
Проект Яндекса
© 2025 ООО «Яндекс.Облако»
Yandex Managed Service for ClickHouse®
  • Начало работы
  • Управление доступом
  • Справочник Terraform
    • Аутентификация в API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • Start
        • Stop
        • Move
        • AddZookeeper
        • Backup
        • Restore
        • RescheduleMaintenance
        • ListLogs
        • StreamLogs
        • ListOperations
        • ListBackups
        • ListHosts
        • AddHosts
        • UpdateHosts
        • DeleteHosts
        • RestartHosts
        • GetShard
        • ListShards
        • AddShard
        • AddShards
        • UpdateShard
        • DeleteShard
        • DeleteShards
        • GetShardGroup
        • ListShardGroups
        • CreateShardGroup
        • UpdateShardGroup
        • DeleteShardGroup
        • ListExternalDictionaries
        • CreateExternalDictionary
        • UpdateExternalDictionary
        • DeleteExternalDictionary
  • Метрики Yandex Monitoring
  • Аудитные логи Audit Trails
  • Публичные материалы
  • История изменений
  • Обучающие курсы

В этой статье:

  • gRPC request
  • ListClustersRequest
  • ListClustersResponse
  • Cluster
  • Monitoring
  • ClusterConfig
  • Clickhouse
  • ClickhouseConfigSet
  • ClickhouseConfig
  • MergeTree
  • Compression
  • ExternalDictionary
  • Structure
  • Id
  • Key
  • Attribute
  • Layout
  • Range
  • HttpSource
  • Header
  • MysqlSource
  • Replica
  • ClickhouseSource
  • MongodbSource
  • PostgresqlSource
  • GraphiteRollup
  • Pattern
  • Retention
  • Kafka
  • KafkaTopic
  • Rabbitmq
  • QueryMaskingRule
  • QueryCache
  • JdbcBridge
  • Resources
  • Zookeeper
  • Access
  • CloudStorage
  • MaintenanceWindow
  • AnytimeMaintenanceWindow
  • WeeklyMaintenanceWindow
  • MaintenanceOperation
  1. Справочник API
  2. gRPC (англ.)
  3. Cluster
  4. List

Managed Service for ClickHouse API, gRPC: ClusterService.List

Статья создана
Yandex Cloud
Улучшена
Tania L.
Обновлена 18 апреля 2025 г.
  • gRPC request
  • ListClustersRequest
  • ListClustersResponse
  • Cluster
  • Monitoring
  • ClusterConfig
  • Clickhouse
  • ClickhouseConfigSet
  • ClickhouseConfig
  • MergeTree
  • Compression
  • ExternalDictionary
  • Structure
  • Id
  • Key
  • Attribute
  • Layout
  • Range
  • HttpSource
  • Header
  • MysqlSource
  • Replica
  • ClickhouseSource
  • MongodbSource
  • PostgresqlSource
  • GraphiteRollup
  • Pattern
  • Retention
  • Kafka
  • KafkaTopic
  • Rabbitmq
  • QueryMaskingRule
  • QueryCache
  • JdbcBridge
  • Resources
  • Zookeeper
  • Access
  • CloudStorage
  • MaintenanceWindow
  • AnytimeMaintenanceWindow
  • WeeklyMaintenanceWindow
  • MaintenanceOperation

Retrieves a list of ClickHouse clusters that belong
to the specified folder.

gRPC requestgRPC request

rpc List (ListClustersRequest) returns (ListClustersResponse)

ListClustersRequestListClustersRequest

{
  "folder_id": "string",
  "page_size": "int64",
  "page_token": "string",
  "filter": "string"
}

Field

Description

folder_id

string

Required field. ID of the folder to list ClickHouse clusters in.
To get the folder ID, use a yandex.cloud.resourcemanager.v1.FolderService.List request.

page_size

int64

The maximum number of results per page to return. If the number of available
results is larger than page_size, the service returns a ListClustersResponse.next_page_token
that can be used to get the next page of results in subsequent list requests.

page_token

string

Page token. To get the next page of results, set page_token to the ListClustersResponse.next_page_token
returned by the previous list request.

filter

string

A filter expression that filters resources listed in the response.
The expression must specify:

  1. The field name. Currently you can only use filtering with the Cluster.name field.
  2. An = operator.
  3. The value in double quotes ("). Must be 1-63 characters long and match the regular expression [a-zA-Z0-9_-]+.

ListClustersResponseListClustersResponse

{
  "clusters": [
    {
      "id": "string",
      "folder_id": "string",
      "created_at": "google.protobuf.Timestamp",
      "name": "string",
      "description": "string",
      "labels": "map<string, string>",
      "environment": "Environment",
      "monitoring": [
        {
          "name": "string",
          "description": "string",
          "link": "string"
        }
      ],
      "config": {
        "version": "string",
        "clickhouse": {
          "config": {
            "effective_config": {
              "log_level": "LogLevel",
              "merge_tree": {
                "replicated_deduplication_window": "google.protobuf.Int64Value",
                "replicated_deduplication_window_seconds": "google.protobuf.Int64Value",
                "parts_to_delay_insert": "google.protobuf.Int64Value",
                "parts_to_throw_insert": "google.protobuf.Int64Value",
                "inactive_parts_to_delay_insert": "google.protobuf.Int64Value",
                "inactive_parts_to_throw_insert": "google.protobuf.Int64Value",
                "max_replicated_merges_in_queue": "google.protobuf.Int64Value",
                "number_of_free_entries_in_pool_to_lower_max_size_of_merge": "google.protobuf.Int64Value",
                "max_bytes_to_merge_at_min_space_in_pool": "google.protobuf.Int64Value",
                "max_bytes_to_merge_at_max_space_in_pool": "google.protobuf.Int64Value",
                "min_bytes_for_wide_part": "google.protobuf.Int64Value",
                "min_rows_for_wide_part": "google.protobuf.Int64Value",
                "ttl_only_drop_parts": "google.protobuf.BoolValue",
                "allow_remote_fs_zero_copy_replication": "google.protobuf.BoolValue",
                "merge_with_ttl_timeout": "google.protobuf.Int64Value",
                "merge_with_recompression_ttl_timeout": "google.protobuf.Int64Value",
                "max_parts_in_total": "google.protobuf.Int64Value",
                "max_number_of_merges_with_ttl_in_pool": "google.protobuf.Int64Value",
                "cleanup_delay_period": "google.protobuf.Int64Value",
                "number_of_free_entries_in_pool_to_execute_mutation": "google.protobuf.Int64Value",
                "max_avg_part_size_for_too_many_parts": "google.protobuf.Int64Value",
                "min_age_to_force_merge_seconds": "google.protobuf.Int64Value",
                "min_age_to_force_merge_on_partition_only": "google.protobuf.BoolValue",
                "merge_selecting_sleep_ms": "google.protobuf.Int64Value",
                "merge_max_block_size": "google.protobuf.Int64Value",
                "check_sample_column_is_correct": "google.protobuf.BoolValue",
                "max_merge_selecting_sleep_ms": "google.protobuf.Int64Value",
                "max_cleanup_delay_period": "google.protobuf.Int64Value",
                "deduplicate_merge_projection_mode": "DeduplicateMergeProjectionMode",
                "lightweight_mutation_projection_mode": "LightweightMutationProjectionMode",
                "materialize_ttl_recalculate_only": "google.protobuf.BoolValue"
              },
              "compression": [
                {
                  "method": "Method",
                  "min_part_size": "int64",
                  "min_part_size_ratio": "double",
                  "level": "google.protobuf.Int64Value"
                }
              ],
              "dictionaries": [
                {
                  "name": "string",
                  "structure": {
                    "id": {
                      "name": "string"
                    },
                    "key": {
                      "attributes": [
                        {
                          "name": "string",
                          "type": "string",
                          "null_value": "string",
                          "expression": "string",
                          "hierarchical": "bool",
                          "injective": "bool"
                        }
                      ]
                    },
                    "range_min": {
                      "name": "string",
                      "type": "string",
                      "null_value": "string",
                      "expression": "string",
                      "hierarchical": "bool",
                      "injective": "bool"
                    },
                    "range_max": {
                      "name": "string",
                      "type": "string",
                      "null_value": "string",
                      "expression": "string",
                      "hierarchical": "bool",
                      "injective": "bool"
                    },
                    "attributes": [
                      {
                        "name": "string",
                        "type": "string",
                        "null_value": "string",
                        "expression": "string",
                        "hierarchical": "bool",
                        "injective": "bool"
                      }
                    ]
                  },
                  "layout": {
                    "type": "Type",
                    "size_in_cells": "int64",
                    "allow_read_expired_keys": "google.protobuf.BoolValue",
                    "max_update_queue_size": "int64",
                    "update_queue_push_timeout_milliseconds": "int64",
                    "query_wait_timeout_milliseconds": "int64",
                    "max_threads_for_updates": "int64",
                    "initial_array_size": "int64",
                    "max_array_size": "int64",
                    "access_to_key_from_attributes": "google.protobuf.BoolValue"
                  },
                  // Includes only one of the fields `fixed_lifetime`, `lifetime_range`
                  "fixed_lifetime": "int64",
                  "lifetime_range": {
                    "min": "int64",
                    "max": "int64"
                  },
                  // end of the list of possible fields
                  // Includes only one of the fields `http_source`, `mysql_source`, `clickhouse_source`, `mongodb_source`, `postgresql_source`
                  "http_source": {
                    "url": "string",
                    "format": "string",
                    "headers": [
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ]
                  },
                  "mysql_source": {
                    "db": "string",
                    "table": "string",
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "replicas": [
                      {
                        "host": "string",
                        "priority": "int64",
                        "port": "int64",
                        "user": "string",
                        "password": "string"
                      }
                    ],
                    "where": "string",
                    "invalidate_query": "string",
                    "close_connection": "google.protobuf.BoolValue",
                    "share_connection": "google.protobuf.BoolValue"
                  },
                  "clickhouse_source": {
                    "db": "string",
                    "table": "string",
                    "host": "string",
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "where": "string",
                    "secure": "google.protobuf.BoolValue"
                  },
                  "mongodb_source": {
                    "db": "string",
                    "collection": "string",
                    "host": "string",
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "options": "string"
                  },
                  "postgresql_source": {
                    "db": "string",
                    "table": "string",
                    "hosts": [
                      "string"
                    ],
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "invalidate_query": "string",
                    "ssl_mode": "SslMode"
                  }
                  // end of the list of possible fields
                }
              ],
              "graphite_rollup": [
                {
                  "name": "string",
                  "patterns": [
                    {
                      "regexp": "string",
                      "function": "string",
                      "retention": [
                        {
                          "age": "int64",
                          "precision": "int64"
                        }
                      ]
                    }
                  ],
                  "path_column_name": "string",
                  "time_column_name": "string",
                  "value_column_name": "string",
                  "version_column_name": "string"
                }
              ],
              "kafka": {
                "security_protocol": "SecurityProtocol",
                "sasl_mechanism": "SaslMechanism",
                "sasl_username": "string",
                "sasl_password": "string",
                "enable_ssl_certificate_verification": "google.protobuf.BoolValue",
                "max_poll_interval_ms": "google.protobuf.Int64Value",
                "session_timeout_ms": "google.protobuf.Int64Value",
                "debug": "Debug",
                "auto_offset_reset": "AutoOffsetReset"
              },
              "kafka_topics": [
                {
                  "name": "string",
                  "settings": {
                    "security_protocol": "SecurityProtocol",
                    "sasl_mechanism": "SaslMechanism",
                    "sasl_username": "string",
                    "sasl_password": "string",
                    "enable_ssl_certificate_verification": "google.protobuf.BoolValue",
                    "max_poll_interval_ms": "google.protobuf.Int64Value",
                    "session_timeout_ms": "google.protobuf.Int64Value",
                    "debug": "Debug",
                    "auto_offset_reset": "AutoOffsetReset"
                  }
                }
              ],
              "rabbitmq": {
                "username": "string",
                "password": "string",
                "vhost": "string"
              },
              "max_connections": "google.protobuf.Int64Value",
              "max_concurrent_queries": "google.protobuf.Int64Value",
              "keep_alive_timeout": "google.protobuf.Int64Value",
              "uncompressed_cache_size": "google.protobuf.Int64Value",
              "mark_cache_size": "google.protobuf.Int64Value",
              "max_table_size_to_drop": "google.protobuf.Int64Value",
              "max_partition_size_to_drop": "google.protobuf.Int64Value",
              "builtin_dictionaries_reload_interval": "google.protobuf.Int64Value",
              "timezone": "string",
              "geobase_enabled": "google.protobuf.BoolValue",
              "geobase_uri": "string",
              "query_log_retention_size": "google.protobuf.Int64Value",
              "query_log_retention_time": "google.protobuf.Int64Value",
              "query_thread_log_enabled": "google.protobuf.BoolValue",
              "query_thread_log_retention_size": "google.protobuf.Int64Value",
              "query_thread_log_retention_time": "google.protobuf.Int64Value",
              "part_log_retention_size": "google.protobuf.Int64Value",
              "part_log_retention_time": "google.protobuf.Int64Value",
              "metric_log_enabled": "google.protobuf.BoolValue",
              "metric_log_retention_size": "google.protobuf.Int64Value",
              "metric_log_retention_time": "google.protobuf.Int64Value",
              "trace_log_enabled": "google.protobuf.BoolValue",
              "trace_log_retention_size": "google.protobuf.Int64Value",
              "trace_log_retention_time": "google.protobuf.Int64Value",
              "text_log_enabled": "google.protobuf.BoolValue",
              "text_log_retention_size": "google.protobuf.Int64Value",
              "text_log_retention_time": "google.protobuf.Int64Value",
              "text_log_level": "LogLevel",
              "opentelemetry_span_log_enabled": "google.protobuf.BoolValue",
              "opentelemetry_span_log_retention_size": "google.protobuf.Int64Value",
              "opentelemetry_span_log_retention_time": "google.protobuf.Int64Value",
              "query_views_log_enabled": "google.protobuf.BoolValue",
              "query_views_log_retention_size": "google.protobuf.Int64Value",
              "query_views_log_retention_time": "google.protobuf.Int64Value",
              "asynchronous_metric_log_enabled": "google.protobuf.BoolValue",
              "asynchronous_metric_log_retention_size": "google.protobuf.Int64Value",
              "asynchronous_metric_log_retention_time": "google.protobuf.Int64Value",
              "session_log_enabled": "google.protobuf.BoolValue",
              "session_log_retention_size": "google.protobuf.Int64Value",
              "session_log_retention_time": "google.protobuf.Int64Value",
              "zookeeper_log_enabled": "google.protobuf.BoolValue",
              "zookeeper_log_retention_size": "google.protobuf.Int64Value",
              "zookeeper_log_retention_time": "google.protobuf.Int64Value",
              "asynchronous_insert_log_enabled": "google.protobuf.BoolValue",
              "asynchronous_insert_log_retention_size": "google.protobuf.Int64Value",
              "asynchronous_insert_log_retention_time": "google.protobuf.Int64Value",
              "processors_profile_log_enabled": "google.protobuf.BoolValue",
              "processors_profile_log_retention_size": "google.protobuf.Int64Value",
              "processors_profile_log_retention_time": "google.protobuf.Int64Value",
              "background_pool_size": "google.protobuf.Int64Value",
              "background_merges_mutations_concurrency_ratio": "google.protobuf.Int64Value",
              "background_schedule_pool_size": "google.protobuf.Int64Value",
              "background_fetches_pool_size": "google.protobuf.Int64Value",
              "background_move_pool_size": "google.protobuf.Int64Value",
              "background_distributed_schedule_pool_size": "google.protobuf.Int64Value",
              "background_buffer_flush_schedule_pool_size": "google.protobuf.Int64Value",
              "background_message_broker_schedule_pool_size": "google.protobuf.Int64Value",
              "background_common_pool_size": "google.protobuf.Int64Value",
              "default_database": "google.protobuf.StringValue",
              "total_memory_profiler_step": "google.protobuf.Int64Value",
              "total_memory_tracker_sample_probability": "google.protobuf.DoubleValue",
              "query_masking_rules": [
                {
                  "name": "string",
                  "regexp": "string",
                  "replace": "string"
                }
              ],
              "dictionaries_lazy_load": "google.protobuf.BoolValue",
              "query_cache": {
                "max_size_in_bytes": "google.protobuf.Int64Value",
                "max_entries": "google.protobuf.Int64Value",
                "max_entry_size_in_bytes": "google.protobuf.Int64Value",
                "max_entry_size_in_rows": "google.protobuf.Int64Value"
              },
              "jdbc_bridge": {
                "host": "string",
                "port": "google.protobuf.Int64Value"
              }
            },
            "user_config": {
              "log_level": "LogLevel",
              "merge_tree": {
                "replicated_deduplication_window": "google.protobuf.Int64Value",
                "replicated_deduplication_window_seconds": "google.protobuf.Int64Value",
                "parts_to_delay_insert": "google.protobuf.Int64Value",
                "parts_to_throw_insert": "google.protobuf.Int64Value",
                "inactive_parts_to_delay_insert": "google.protobuf.Int64Value",
                "inactive_parts_to_throw_insert": "google.protobuf.Int64Value",
                "max_replicated_merges_in_queue": "google.protobuf.Int64Value",
                "number_of_free_entries_in_pool_to_lower_max_size_of_merge": "google.protobuf.Int64Value",
                "max_bytes_to_merge_at_min_space_in_pool": "google.protobuf.Int64Value",
                "max_bytes_to_merge_at_max_space_in_pool": "google.protobuf.Int64Value",
                "min_bytes_for_wide_part": "google.protobuf.Int64Value",
                "min_rows_for_wide_part": "google.protobuf.Int64Value",
                "ttl_only_drop_parts": "google.protobuf.BoolValue",
                "allow_remote_fs_zero_copy_replication": "google.protobuf.BoolValue",
                "merge_with_ttl_timeout": "google.protobuf.Int64Value",
                "merge_with_recompression_ttl_timeout": "google.protobuf.Int64Value",
                "max_parts_in_total": "google.protobuf.Int64Value",
                "max_number_of_merges_with_ttl_in_pool": "google.protobuf.Int64Value",
                "cleanup_delay_period": "google.protobuf.Int64Value",
                "number_of_free_entries_in_pool_to_execute_mutation": "google.protobuf.Int64Value",
                "max_avg_part_size_for_too_many_parts": "google.protobuf.Int64Value",
                "min_age_to_force_merge_seconds": "google.protobuf.Int64Value",
                "min_age_to_force_merge_on_partition_only": "google.protobuf.BoolValue",
                "merge_selecting_sleep_ms": "google.protobuf.Int64Value",
                "merge_max_block_size": "google.protobuf.Int64Value",
                "check_sample_column_is_correct": "google.protobuf.BoolValue",
                "max_merge_selecting_sleep_ms": "google.protobuf.Int64Value",
                "max_cleanup_delay_period": "google.protobuf.Int64Value",
                "deduplicate_merge_projection_mode": "DeduplicateMergeProjectionMode",
                "lightweight_mutation_projection_mode": "LightweightMutationProjectionMode",
                "materialize_ttl_recalculate_only": "google.protobuf.BoolValue"
              },
              "compression": [
                {
                  "method": "Method",
                  "min_part_size": "int64",
                  "min_part_size_ratio": "double",
                  "level": "google.protobuf.Int64Value"
                }
              ],
              "dictionaries": [
                {
                  "name": "string",
                  "structure": {
                    "id": {
                      "name": "string"
                    },
                    "key": {
                      "attributes": [
                        {
                          "name": "string",
                          "type": "string",
                          "null_value": "string",
                          "expression": "string",
                          "hierarchical": "bool",
                          "injective": "bool"
                        }
                      ]
                    },
                    "range_min": {
                      "name": "string",
                      "type": "string",
                      "null_value": "string",
                      "expression": "string",
                      "hierarchical": "bool",
                      "injective": "bool"
                    },
                    "range_max": {
                      "name": "string",
                      "type": "string",
                      "null_value": "string",
                      "expression": "string",
                      "hierarchical": "bool",
                      "injective": "bool"
                    },
                    "attributes": [
                      {
                        "name": "string",
                        "type": "string",
                        "null_value": "string",
                        "expression": "string",
                        "hierarchical": "bool",
                        "injective": "bool"
                      }
                    ]
                  },
                  "layout": {
                    "type": "Type",
                    "size_in_cells": "int64",
                    "allow_read_expired_keys": "google.protobuf.BoolValue",
                    "max_update_queue_size": "int64",
                    "update_queue_push_timeout_milliseconds": "int64",
                    "query_wait_timeout_milliseconds": "int64",
                    "max_threads_for_updates": "int64",
                    "initial_array_size": "int64",
                    "max_array_size": "int64",
                    "access_to_key_from_attributes": "google.protobuf.BoolValue"
                  },
                  // Includes only one of the fields `fixed_lifetime`, `lifetime_range`
                  "fixed_lifetime": "int64",
                  "lifetime_range": {
                    "min": "int64",
                    "max": "int64"
                  },
                  // end of the list of possible fields
                  // Includes only one of the fields `http_source`, `mysql_source`, `clickhouse_source`, `mongodb_source`, `postgresql_source`
                  "http_source": {
                    "url": "string",
                    "format": "string",
                    "headers": [
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ]
                  },
                  "mysql_source": {
                    "db": "string",
                    "table": "string",
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "replicas": [
                      {
                        "host": "string",
                        "priority": "int64",
                        "port": "int64",
                        "user": "string",
                        "password": "string"
                      }
                    ],
                    "where": "string",
                    "invalidate_query": "string",
                    "close_connection": "google.protobuf.BoolValue",
                    "share_connection": "google.protobuf.BoolValue"
                  },
                  "clickhouse_source": {
                    "db": "string",
                    "table": "string",
                    "host": "string",
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "where": "string",
                    "secure": "google.protobuf.BoolValue"
                  },
                  "mongodb_source": {
                    "db": "string",
                    "collection": "string",
                    "host": "string",
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "options": "string"
                  },
                  "postgresql_source": {
                    "db": "string",
                    "table": "string",
                    "hosts": [
                      "string"
                    ],
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "invalidate_query": "string",
                    "ssl_mode": "SslMode"
                  }
                  // end of the list of possible fields
                }
              ],
              "graphite_rollup": [
                {
                  "name": "string",
                  "patterns": [
                    {
                      "regexp": "string",
                      "function": "string",
                      "retention": [
                        {
                          "age": "int64",
                          "precision": "int64"
                        }
                      ]
                    }
                  ],
                  "path_column_name": "string",
                  "time_column_name": "string",
                  "value_column_name": "string",
                  "version_column_name": "string"
                }
              ],
              "kafka": {
                "security_protocol": "SecurityProtocol",
                "sasl_mechanism": "SaslMechanism",
                "sasl_username": "string",
                "sasl_password": "string",
                "enable_ssl_certificate_verification": "google.protobuf.BoolValue",
                "max_poll_interval_ms": "google.protobuf.Int64Value",
                "session_timeout_ms": "google.protobuf.Int64Value",
                "debug": "Debug",
                "auto_offset_reset": "AutoOffsetReset"
              },
              "kafka_topics": [
                {
                  "name": "string",
                  "settings": {
                    "security_protocol": "SecurityProtocol",
                    "sasl_mechanism": "SaslMechanism",
                    "sasl_username": "string",
                    "sasl_password": "string",
                    "enable_ssl_certificate_verification": "google.protobuf.BoolValue",
                    "max_poll_interval_ms": "google.protobuf.Int64Value",
                    "session_timeout_ms": "google.protobuf.Int64Value",
                    "debug": "Debug",
                    "auto_offset_reset": "AutoOffsetReset"
                  }
                }
              ],
              "rabbitmq": {
                "username": "string",
                "password": "string",
                "vhost": "string"
              },
              "max_connections": "google.protobuf.Int64Value",
              "max_concurrent_queries": "google.protobuf.Int64Value",
              "keep_alive_timeout": "google.protobuf.Int64Value",
              "uncompressed_cache_size": "google.protobuf.Int64Value",
              "mark_cache_size": "google.protobuf.Int64Value",
              "max_table_size_to_drop": "google.protobuf.Int64Value",
              "max_partition_size_to_drop": "google.protobuf.Int64Value",
              "builtin_dictionaries_reload_interval": "google.protobuf.Int64Value",
              "timezone": "string",
              "geobase_enabled": "google.protobuf.BoolValue",
              "geobase_uri": "string",
              "query_log_retention_size": "google.protobuf.Int64Value",
              "query_log_retention_time": "google.protobuf.Int64Value",
              "query_thread_log_enabled": "google.protobuf.BoolValue",
              "query_thread_log_retention_size": "google.protobuf.Int64Value",
              "query_thread_log_retention_time": "google.protobuf.Int64Value",
              "part_log_retention_size": "google.protobuf.Int64Value",
              "part_log_retention_time": "google.protobuf.Int64Value",
              "metric_log_enabled": "google.protobuf.BoolValue",
              "metric_log_retention_size": "google.protobuf.Int64Value",
              "metric_log_retention_time": "google.protobuf.Int64Value",
              "trace_log_enabled": "google.protobuf.BoolValue",
              "trace_log_retention_size": "google.protobuf.Int64Value",
              "trace_log_retention_time": "google.protobuf.Int64Value",
              "text_log_enabled": "google.protobuf.BoolValue",
              "text_log_retention_size": "google.protobuf.Int64Value",
              "text_log_retention_time": "google.protobuf.Int64Value",
              "text_log_level": "LogLevel",
              "opentelemetry_span_log_enabled": "google.protobuf.BoolValue",
              "opentelemetry_span_log_retention_size": "google.protobuf.Int64Value",
              "opentelemetry_span_log_retention_time": "google.protobuf.Int64Value",
              "query_views_log_enabled": "google.protobuf.BoolValue",
              "query_views_log_retention_size": "google.protobuf.Int64Value",
              "query_views_log_retention_time": "google.protobuf.Int64Value",
              "asynchronous_metric_log_enabled": "google.protobuf.BoolValue",
              "asynchronous_metric_log_retention_size": "google.protobuf.Int64Value",
              "asynchronous_metric_log_retention_time": "google.protobuf.Int64Value",
              "session_log_enabled": "google.protobuf.BoolValue",
              "session_log_retention_size": "google.protobuf.Int64Value",
              "session_log_retention_time": "google.protobuf.Int64Value",
              "zookeeper_log_enabled": "google.protobuf.BoolValue",
              "zookeeper_log_retention_size": "google.protobuf.Int64Value",
              "zookeeper_log_retention_time": "google.protobuf.Int64Value",
              "asynchronous_insert_log_enabled": "google.protobuf.BoolValue",
              "asynchronous_insert_log_retention_size": "google.protobuf.Int64Value",
              "asynchronous_insert_log_retention_time": "google.protobuf.Int64Value",
              "processors_profile_log_enabled": "google.protobuf.BoolValue",
              "processors_profile_log_retention_size": "google.protobuf.Int64Value",
              "processors_profile_log_retention_time": "google.protobuf.Int64Value",
              "background_pool_size": "google.protobuf.Int64Value",
              "background_merges_mutations_concurrency_ratio": "google.protobuf.Int64Value",
              "background_schedule_pool_size": "google.protobuf.Int64Value",
              "background_fetches_pool_size": "google.protobuf.Int64Value",
              "background_move_pool_size": "google.protobuf.Int64Value",
              "background_distributed_schedule_pool_size": "google.protobuf.Int64Value",
              "background_buffer_flush_schedule_pool_size": "google.protobuf.Int64Value",
              "background_message_broker_schedule_pool_size": "google.protobuf.Int64Value",
              "background_common_pool_size": "google.protobuf.Int64Value",
              "default_database": "google.protobuf.StringValue",
              "total_memory_profiler_step": "google.protobuf.Int64Value",
              "total_memory_tracker_sample_probability": "google.protobuf.DoubleValue",
              "query_masking_rules": [
                {
                  "name": "string",
                  "regexp": "string",
                  "replace": "string"
                }
              ],
              "dictionaries_lazy_load": "google.protobuf.BoolValue",
              "query_cache": {
                "max_size_in_bytes": "google.protobuf.Int64Value",
                "max_entries": "google.protobuf.Int64Value",
                "max_entry_size_in_bytes": "google.protobuf.Int64Value",
                "max_entry_size_in_rows": "google.protobuf.Int64Value"
              },
              "jdbc_bridge": {
                "host": "string",
                "port": "google.protobuf.Int64Value"
              }
            },
            "default_config": {
              "log_level": "LogLevel",
              "merge_tree": {
                "replicated_deduplication_window": "google.protobuf.Int64Value",
                "replicated_deduplication_window_seconds": "google.protobuf.Int64Value",
                "parts_to_delay_insert": "google.protobuf.Int64Value",
                "parts_to_throw_insert": "google.protobuf.Int64Value",
                "inactive_parts_to_delay_insert": "google.protobuf.Int64Value",
                "inactive_parts_to_throw_insert": "google.protobuf.Int64Value",
                "max_replicated_merges_in_queue": "google.protobuf.Int64Value",
                "number_of_free_entries_in_pool_to_lower_max_size_of_merge": "google.protobuf.Int64Value",
                "max_bytes_to_merge_at_min_space_in_pool": "google.protobuf.Int64Value",
                "max_bytes_to_merge_at_max_space_in_pool": "google.protobuf.Int64Value",
                "min_bytes_for_wide_part": "google.protobuf.Int64Value",
                "min_rows_for_wide_part": "google.protobuf.Int64Value",
                "ttl_only_drop_parts": "google.protobuf.BoolValue",
                "allow_remote_fs_zero_copy_replication": "google.protobuf.BoolValue",
                "merge_with_ttl_timeout": "google.protobuf.Int64Value",
                "merge_with_recompression_ttl_timeout": "google.protobuf.Int64Value",
                "max_parts_in_total": "google.protobuf.Int64Value",
                "max_number_of_merges_with_ttl_in_pool": "google.protobuf.Int64Value",
                "cleanup_delay_period": "google.protobuf.Int64Value",
                "number_of_free_entries_in_pool_to_execute_mutation": "google.protobuf.Int64Value",
                "max_avg_part_size_for_too_many_parts": "google.protobuf.Int64Value",
                "min_age_to_force_merge_seconds": "google.protobuf.Int64Value",
                "min_age_to_force_merge_on_partition_only": "google.protobuf.BoolValue",
                "merge_selecting_sleep_ms": "google.protobuf.Int64Value",
                "merge_max_block_size": "google.protobuf.Int64Value",
                "check_sample_column_is_correct": "google.protobuf.BoolValue",
                "max_merge_selecting_sleep_ms": "google.protobuf.Int64Value",
                "max_cleanup_delay_period": "google.protobuf.Int64Value",
                "deduplicate_merge_projection_mode": "DeduplicateMergeProjectionMode",
                "lightweight_mutation_projection_mode": "LightweightMutationProjectionMode",
                "materialize_ttl_recalculate_only": "google.protobuf.BoolValue"
              },
              "compression": [
                {
                  "method": "Method",
                  "min_part_size": "int64",
                  "min_part_size_ratio": "double",
                  "level": "google.protobuf.Int64Value"
                }
              ],
              "dictionaries": [
                {
                  "name": "string",
                  "structure": {
                    "id": {
                      "name": "string"
                    },
                    "key": {
                      "attributes": [
                        {
                          "name": "string",
                          "type": "string",
                          "null_value": "string",
                          "expression": "string",
                          "hierarchical": "bool",
                          "injective": "bool"
                        }
                      ]
                    },
                    "range_min": {
                      "name": "string",
                      "type": "string",
                      "null_value": "string",
                      "expression": "string",
                      "hierarchical": "bool",
                      "injective": "bool"
                    },
                    "range_max": {
                      "name": "string",
                      "type": "string",
                      "null_value": "string",
                      "expression": "string",
                      "hierarchical": "bool",
                      "injective": "bool"
                    },
                    "attributes": [
                      {
                        "name": "string",
                        "type": "string",
                        "null_value": "string",
                        "expression": "string",
                        "hierarchical": "bool",
                        "injective": "bool"
                      }
                    ]
                  },
                  "layout": {
                    "type": "Type",
                    "size_in_cells": "int64",
                    "allow_read_expired_keys": "google.protobuf.BoolValue",
                    "max_update_queue_size": "int64",
                    "update_queue_push_timeout_milliseconds": "int64",
                    "query_wait_timeout_milliseconds": "int64",
                    "max_threads_for_updates": "int64",
                    "initial_array_size": "int64",
                    "max_array_size": "int64",
                    "access_to_key_from_attributes": "google.protobuf.BoolValue"
                  },
                  // Includes only one of the fields `fixed_lifetime`, `lifetime_range`
                  "fixed_lifetime": "int64",
                  "lifetime_range": {
                    "min": "int64",
                    "max": "int64"
                  },
                  // end of the list of possible fields
                  // Includes only one of the fields `http_source`, `mysql_source`, `clickhouse_source`, `mongodb_source`, `postgresql_source`
                  "http_source": {
                    "url": "string",
                    "format": "string",
                    "headers": [
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ]
                  },
                  "mysql_source": {
                    "db": "string",
                    "table": "string",
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "replicas": [
                      {
                        "host": "string",
                        "priority": "int64",
                        "port": "int64",
                        "user": "string",
                        "password": "string"
                      }
                    ],
                    "where": "string",
                    "invalidate_query": "string",
                    "close_connection": "google.protobuf.BoolValue",
                    "share_connection": "google.protobuf.BoolValue"
                  },
                  "clickhouse_source": {
                    "db": "string",
                    "table": "string",
                    "host": "string",
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "where": "string",
                    "secure": "google.protobuf.BoolValue"
                  },
                  "mongodb_source": {
                    "db": "string",
                    "collection": "string",
                    "host": "string",
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "options": "string"
                  },
                  "postgresql_source": {
                    "db": "string",
                    "table": "string",
                    "hosts": [
                      "string"
                    ],
                    "port": "int64",
                    "user": "string",
                    "password": "string",
                    "invalidate_query": "string",
                    "ssl_mode": "SslMode"
                  }
                  // end of the list of possible fields
                }
              ],
              "graphite_rollup": [
                {
                  "name": "string",
                  "patterns": [
                    {
                      "regexp": "string",
                      "function": "string",
                      "retention": [
                        {
                          "age": "int64",
                          "precision": "int64"
                        }
                      ]
                    }
                  ],
                  "path_column_name": "string",
                  "time_column_name": "string",
                  "value_column_name": "string",
                  "version_column_name": "string"
                }
              ],
              "kafka": {
                "security_protocol": "SecurityProtocol",
                "sasl_mechanism": "SaslMechanism",
                "sasl_username": "string",
                "sasl_password": "string",
                "enable_ssl_certificate_verification": "google.protobuf.BoolValue",
                "max_poll_interval_ms": "google.protobuf.Int64Value",
                "session_timeout_ms": "google.protobuf.Int64Value",
                "debug": "Debug",
                "auto_offset_reset": "AutoOffsetReset"
              },
              "kafka_topics": [
                {
                  "name": "string",
                  "settings": {
                    "security_protocol": "SecurityProtocol",
                    "sasl_mechanism": "SaslMechanism",
                    "sasl_username": "string",
                    "sasl_password": "string",
                    "enable_ssl_certificate_verification": "google.protobuf.BoolValue",
                    "max_poll_interval_ms": "google.protobuf.Int64Value",
                    "session_timeout_ms": "google.protobuf.Int64Value",
                    "debug": "Debug",
                    "auto_offset_reset": "AutoOffsetReset"
                  }
                }
              ],
              "rabbitmq": {
                "username": "string",
                "password": "string",
                "vhost": "string"
              },
              "max_connections": "google.protobuf.Int64Value",
              "max_concurrent_queries": "google.protobuf.Int64Value",
              "keep_alive_timeout": "google.protobuf.Int64Value",
              "uncompressed_cache_size": "google.protobuf.Int64Value",
              "mark_cache_size": "google.protobuf.Int64Value",
              "max_table_size_to_drop": "google.protobuf.Int64Value",
              "max_partition_size_to_drop": "google.protobuf.Int64Value",
              "builtin_dictionaries_reload_interval": "google.protobuf.Int64Value",
              "timezone": "string",
              "geobase_enabled": "google.protobuf.BoolValue",
              "geobase_uri": "string",
              "query_log_retention_size": "google.protobuf.Int64Value",
              "query_log_retention_time": "google.protobuf.Int64Value",
              "query_thread_log_enabled": "google.protobuf.BoolValue",
              "query_thread_log_retention_size": "google.protobuf.Int64Value",
              "query_thread_log_retention_time": "google.protobuf.Int64Value",
              "part_log_retention_size": "google.protobuf.Int64Value",
              "part_log_retention_time": "google.protobuf.Int64Value",
              "metric_log_enabled": "google.protobuf.BoolValue",
              "metric_log_retention_size": "google.protobuf.Int64Value",
              "metric_log_retention_time": "google.protobuf.Int64Value",
              "trace_log_enabled": "google.protobuf.BoolValue",
              "trace_log_retention_size": "google.protobuf.Int64Value",
              "trace_log_retention_time": "google.protobuf.Int64Value",
              "text_log_enabled": "google.protobuf.BoolValue",
              "text_log_retention_size": "google.protobuf.Int64Value",
              "text_log_retention_time": "google.protobuf.Int64Value",
              "text_log_level": "LogLevel",
              "opentelemetry_span_log_enabled": "google.protobuf.BoolValue",
              "opentelemetry_span_log_retention_size": "google.protobuf.Int64Value",
              "opentelemetry_span_log_retention_time": "google.protobuf.Int64Value",
              "query_views_log_enabled": "google.protobuf.BoolValue",
              "query_views_log_retention_size": "google.protobuf.Int64Value",
              "query_views_log_retention_time": "google.protobuf.Int64Value",
              "asynchronous_metric_log_enabled": "google.protobuf.BoolValue",
              "asynchronous_metric_log_retention_size": "google.protobuf.Int64Value",
              "asynchronous_metric_log_retention_time": "google.protobuf.Int64Value",
              "session_log_enabled": "google.protobuf.BoolValue",
              "session_log_retention_size": "google.protobuf.Int64Value",
              "session_log_retention_time": "google.protobuf.Int64Value",
              "zookeeper_log_enabled": "google.protobuf.BoolValue",
              "zookeeper_log_retention_size": "google.protobuf.Int64Value",
              "zookeeper_log_retention_time": "google.protobuf.Int64Value",
              "asynchronous_insert_log_enabled": "google.protobuf.BoolValue",
              "asynchronous_insert_log_retention_size": "google.protobuf.Int64Value",
              "asynchronous_insert_log_retention_time": "google.protobuf.Int64Value",
              "processors_profile_log_enabled": "google.protobuf.BoolValue",
              "processors_profile_log_retention_size": "google.protobuf.Int64Value",
              "processors_profile_log_retention_time": "google.protobuf.Int64Value",
              "background_pool_size": "google.protobuf.Int64Value",
              "background_merges_mutations_concurrency_ratio": "google.protobuf.Int64Value",
              "background_schedule_pool_size": "google.protobuf.Int64Value",
              "background_fetches_pool_size": "google.protobuf.Int64Value",
              "background_move_pool_size": "google.protobuf.Int64Value",
              "background_distributed_schedule_pool_size": "google.protobuf.Int64Value",
              "background_buffer_flush_schedule_pool_size": "google.protobuf.Int64Value",
              "background_message_broker_schedule_pool_size": "google.protobuf.Int64Value",
              "background_common_pool_size": "google.protobuf.Int64Value",
              "default_database": "google.protobuf.StringValue",
              "total_memory_profiler_step": "google.protobuf.Int64Value",
              "total_memory_tracker_sample_probability": "google.protobuf.DoubleValue",
              "query_masking_rules": [
                {
                  "name": "string",
                  "regexp": "string",
                  "replace": "string"
                }
              ],
              "dictionaries_lazy_load": "google.protobuf.BoolValue",
              "query_cache": {
                "max_size_in_bytes": "google.protobuf.Int64Value",
                "max_entries": "google.protobuf.Int64Value",
                "max_entry_size_in_bytes": "google.protobuf.Int64Value",
                "max_entry_size_in_rows": "google.protobuf.Int64Value"
              },
              "jdbc_bridge": {
                "host": "string",
                "port": "google.protobuf.Int64Value"
              }
            }
          },
          "resources": {
            "resource_preset_id": "string",
            "disk_size": "int64",
            "disk_type_id": "string"
          }
        },
        "zookeeper": {
          "resources": {
            "resource_preset_id": "string",
            "disk_size": "int64",
            "disk_type_id": "string"
          }
        },
        "backup_window_start": "google.type.TimeOfDay",
        "access": {
          "data_lens": "bool",
          "web_sql": "bool",
          "metrika": "bool",
          "serverless": "bool",
          "data_transfer": "bool",
          "yandex_query": "bool"
        },
        "cloud_storage": {
          "enabled": "bool",
          "move_factor": "google.protobuf.DoubleValue",
          "data_cache_enabled": "google.protobuf.BoolValue",
          "data_cache_max_size": "google.protobuf.Int64Value",
          "prefer_not_to_merge": "google.protobuf.BoolValue"
        },
        "sql_database_management": "google.protobuf.BoolValue",
        "sql_user_management": "google.protobuf.BoolValue",
        "embedded_keeper": "google.protobuf.BoolValue",
        "backup_retain_period_days": "google.protobuf.Int64Value"
      },
      "network_id": "string",
      "health": "Health",
      "status": "Status",
      "service_account_id": "string",
      "maintenance_window": {
        // Includes only one of the fields `anytime`, `weekly_maintenance_window`
        "anytime": "AnytimeMaintenanceWindow",
        "weekly_maintenance_window": {
          "day": "WeekDay",
          "hour": "int64"
        }
        // end of the list of possible fields
      },
      "planned_operation": {
        "info": "string",
        "delayed_until": "google.protobuf.Timestamp"
      },
      "security_group_ids": [
        "string"
      ],
      "deletion_protection": "bool"
    }
  ],
  "next_page_token": "string"
}

Field

Description

clusters[]

Cluster

List of ClickHouse Cluster resources.

next_page_token

string

This token allows you to get the next page of results for list requests. If the number of results
is larger than ListClustersRequest.page_size, use the next_page_token as the value
for the ListClustersRequest.page_token parameter in the next list request. Each subsequent
list request will have its own next_page_token to continue paging through the results.

ClusterCluster

A ClickHouse Cluster resource. For more information, see the
Cluster section in the Developer's Guide.

Field

Description

id

string

ID of the ClickHouse cluster.
This ID is assigned by MDB at creation time.

folder_id

string

ID of the folder that the ClickHouse cluster belongs to.

created_at

google.protobuf.Timestamp

Creation timestamp in RFC3339 text format.

name

string

Name of the ClickHouse cluster.
The name is unique within the folder. 1-63 characters long.

description

string

Description of the ClickHouse cluster. 0-256 characters long.

labels

object (map<string, string>)

Custom labels for the ClickHouse cluster as key:value pairs. Maximum 64 per resource.

environment

enum Environment

Deployment environment of the ClickHouse cluster.

  • ENVIRONMENT_UNSPECIFIED
  • PRODUCTION: Stable environment with a conservative update policy:
    only hotfixes are applied during regular maintenance.
  • PRESTABLE: Environment with more aggressive update policy: new versions
    are rolled out irrespective of backward compatibility.

monitoring[]

Monitoring

Description of monitoring systems relevant to the ClickHouse cluster.

config

ClusterConfig

Configuration of the ClickHouse cluster.

network_id

string

ID of the network that the cluster belongs to.

health

enum Health

Aggregated cluster health.

  • HEALTH_UNKNOWN: State of the cluster is unknown (Host.health for every host in the cluster is UNKNOWN).
  • ALIVE: Cluster is alive and well (Host.health for every host in the cluster is ALIVE).
  • DEAD: Cluster is inoperable (Host.health for every host in the cluster is DEAD).
  • DEGRADED: Cluster is working below capacity (Host.health for at least one host in the cluster is not ALIVE).

status

enum Status

Current state of the cluster.

  • STATUS_UNKNOWN: Cluster state is unknown.
  • CREATING: Cluster is being created.
  • RUNNING: Cluster is running normally.
  • ERROR: Cluster encountered a problem and cannot operate.
  • UPDATING: Cluster is being updated.
  • STOPPING: Cluster is stopping.
  • STOPPED: Cluster stopped.
  • STARTING: Cluster is starting.

service_account_id

string

ID of the service account used for access to Object Storage.

maintenance_window

MaintenanceWindow

Maintenance window for the cluster.

planned_operation

MaintenanceOperation

Planned maintenance operation to be started for the cluster within the nearest maintenance_window.

security_group_ids[]

string

User security groups

deletion_protection

bool

Deletion Protection inhibits deletion of the cluster

MonitoringMonitoring

Monitoring system metadata.

Field

Description

name

string

Name of the monitoring system.

description

string

Description of the monitoring system.

link

string

Link to the monitoring system charts for the ClickHouse cluster.

ClusterConfigClusterConfig

Field

Description

version

string

Version of the ClickHouse server software.

clickhouse

Clickhouse

Configuration and resource allocation for ClickHouse hosts.

zookeeper

Zookeeper

Configuration and resource allocation for ZooKeeper hosts.

backup_window_start

google.type.TimeOfDay

Time to start the daily backup, in the UTC timezone.

access

Access

Access policy for external services.

cloud_storage

CloudStorage

sql_database_management

google.protobuf.BoolValue

Whether database management through SQL commands is enabled.

sql_user_management

google.protobuf.BoolValue

Whether user management through SQL commands is enabled.

embedded_keeper

google.protobuf.BoolValue

Whether cluster should use embedded Keeper instead of Zookeeper.

backup_retain_period_days

google.protobuf.Int64Value

Retain period of automatically created backup in days

ClickhouseClickhouse

Field

Description

config

ClickhouseConfigSet

Configuration settings of a ClickHouse server.

resources

Resources

Resources allocated to ClickHouse hosts.

ClickhouseConfigSetClickhouseConfigSet

Field

Description

effective_config

ClickhouseConfig

Required field. Effective settings for a ClickHouse cluster (a combination of settings defined
in user_config and default_config).

user_config

ClickhouseConfig

User-defined settings for a ClickHouse cluster.

default_config

ClickhouseConfig

Default configuration for a ClickHouse cluster.

ClickhouseConfigClickhouseConfig

ClickHouse configuration options. Detailed description for each set of options
is available in ClickHouse documentation.

Any options not listed here are not supported.

Field

Description

log_level

enum LogLevel

Logging level for the ClickHouse cluster. Possible values: TRACE, DEBUG, INFORMATION, WARNING, ERROR.

  • LOG_LEVEL_UNSPECIFIED
  • TRACE
  • DEBUG
  • INFORMATION
  • WARNING
  • ERROR

merge_tree

MergeTree

Settings for the MergeTree engine.
See description in ClickHouse documentation.

compression[]

Compression

Compression settings for the ClickHouse cluster.
See in-depth description in ClickHouse documentation.

dictionaries[]

ExternalDictionary

Configuration of external dictionaries to be used by the ClickHouse cluster.
See in-depth description in ClickHouse documentation.

graphite_rollup[]

GraphiteRollup

Settings for thinning Graphite data.
See in-depth description in ClickHouse documentation.

kafka

Kafka

kafka_topics[]

KafkaTopic

rabbitmq

Rabbitmq

max_connections

google.protobuf.Int64Value

Maximum number of inbound connections.

max_concurrent_queries

google.protobuf.Int64Value

Maximum number of simultaneously processed requests.

keep_alive_timeout

google.protobuf.Int64Value

Number of milliseconds that ClickHouse waits for incoming requests before closing the connection.

uncompressed_cache_size

google.protobuf.Int64Value

Cache size (in bytes) for uncompressed data used by MergeTree tables.

mark_cache_size

google.protobuf.Int64Value

Approximate size (in bytes) of the cache of "marks" used by MergeTree tables.

max_table_size_to_drop

google.protobuf.Int64Value

Maximum size of the table that can be deleted using a DROP query.

max_partition_size_to_drop

google.protobuf.Int64Value

Maximum size of the partition that can be deleted using a DROP query.

builtin_dictionaries_reload_interval

google.protobuf.Int64Value

The setting is deprecated and has no effect.

timezone

string

The server's time zone to be used in DateTime fields conversions. Specified as an IANA identifier.

geobase_enabled

google.protobuf.BoolValue

Enable or disable geobase.

geobase_uri

string

Address of the archive with the user geobase in Object Storage.

query_log_retention_size

google.protobuf.Int64Value

The maximum size that query_log can grow to before old data will be removed. If set to 0, automatic removal of
query_log data based on size is disabled.

query_log_retention_time

google.protobuf.Int64Value

The maximum time that query_log records will be retained before removal. If set to 0, automatic removal of
query_log data based on time is disabled.

query_thread_log_enabled

google.protobuf.BoolValue

Whether query_thread_log system table is enabled.

query_thread_log_retention_size

google.protobuf.Int64Value

The maximum size that query_thread_log can grow to before old data will be removed. If set to 0, automatic removal of
query_thread_log data based on size is disabled.

query_thread_log_retention_time

google.protobuf.Int64Value

The maximum time that query_thread_log records will be retained before removal. If set to 0, automatic removal of
query_thread_log data based on time is disabled.

part_log_retention_size

google.protobuf.Int64Value

The maximum size that part_log can grow to before old data will be removed. If set to 0, automatic removal of
part_log data based on size is disabled.

part_log_retention_time

google.protobuf.Int64Value

The maximum time that part_log records will be retained before removal. If set to 0, automatic removal of
part_log data based on time is disabled.

metric_log_enabled

google.protobuf.BoolValue

Whether metric_log system table is enabled.

metric_log_retention_size

google.protobuf.Int64Value

The maximum size that metric_log can grow to before old data will be removed. If set to 0, automatic removal of
metric_log data based on size is disabled.

metric_log_retention_time

google.protobuf.Int64Value

The maximum time that metric_log records will be retained before removal. If set to 0, automatic removal of
metric_log data based on time is disabled.

trace_log_enabled

google.protobuf.BoolValue

Whether trace_log system table is enabled.

trace_log_retention_size

google.protobuf.Int64Value

The maximum size that trace_log can grow to before old data will be removed. If set to 0, automatic removal of
trace_log data based on size is disabled.

trace_log_retention_time

google.protobuf.Int64Value

The maximum time that trace_log records will be retained before removal. If set to 0, automatic removal of
trace_log data based on time is disabled.

text_log_enabled

google.protobuf.BoolValue

Whether text_log system table is enabled.

text_log_retention_size

google.protobuf.Int64Value

The maximum size that text_log can grow to before old data will be removed. If set to 0, automatic removal of
text_log data based on size is disabled.

text_log_retention_time

google.protobuf.Int64Value

The maximum time that text_log records will be retained before removal. If set to 0, automatic removal of
text_log data based on time is disabled.

text_log_level

enum LogLevel

Logging level for text_log system table. Possible values: TRACE, DEBUG, INFORMATION, WARNING, ERROR.

  • LOG_LEVEL_UNSPECIFIED
  • TRACE
  • DEBUG
  • INFORMATION
  • WARNING
  • ERROR

opentelemetry_span_log_enabled

google.protobuf.BoolValue

Enable or disable opentelemetry_span_log system table. Default value: false.

opentelemetry_span_log_retention_size

google.protobuf.Int64Value

The maximum size that opentelemetry_span_log can grow to before old data will be removed. If set to 0 (default),
automatic removal of opentelemetry_span_log data based on size is disabled.

opentelemetry_span_log_retention_time

google.protobuf.Int64Value

The maximum time that opentelemetry_span_log records will be retained before removal. If set to 0,
automatic removal of opentelemetry_span_log data based on time is disabled.

query_views_log_enabled

google.protobuf.BoolValue

Enable or disable query_views_log system table. Default value: false.

query_views_log_retention_size

google.protobuf.Int64Value

The maximum size that query_views_log can grow to before old data will be removed. If set to 0 (default),
automatic removal of query_views_log data based on size is disabled.

query_views_log_retention_time

google.protobuf.Int64Value

The maximum time that query_views_log records will be retained before removal. If set to 0,
automatic removal of query_views_log data based on time is disabled.

asynchronous_metric_log_enabled

google.protobuf.BoolValue

Enable or disable asynchronous_metric_log system table. Default value: false.

asynchronous_metric_log_retention_size

google.protobuf.Int64Value

The maximum size that asynchronous_metric_log can grow to before old data will be removed. If set to 0 (default),
automatic removal of asynchronous_metric_log data based on size is disabled.

asynchronous_metric_log_retention_time

google.protobuf.Int64Value

The maximum time that asynchronous_metric_log records will be retained before removal. If set to 0,
automatic removal of asynchronous_metric_log data based on time is disabled.

session_log_enabled

google.protobuf.BoolValue

Enable or disable session_log system table. Default value: false.

session_log_retention_size

google.protobuf.Int64Value

The maximum size that session_log can grow to before old data will be removed. If set to 0 (default),
automatic removal of session_log data based on size is disabled.

session_log_retention_time

google.protobuf.Int64Value

The maximum time that session_log records will be retained before removal. If set to 0,
automatic removal of session_log data based on time is disabled.

zookeeper_log_enabled

google.protobuf.BoolValue

Enable or disable zookeeper_log system table. Default value: false.

zookeeper_log_retention_size

google.protobuf.Int64Value

The maximum size that zookeeper_log can grow to before old data will be removed. If set to 0 (default),
automatic removal of zookeeper_log data based on size is disabled.

zookeeper_log_retention_time

google.protobuf.Int64Value

The maximum time that zookeeper_log records will be retained before removal. If set to 0,
automatic removal of zookeeper_log data based on time is disabled.

asynchronous_insert_log_enabled

google.protobuf.BoolValue

Enable or disable asynchronous_insert_log system table. Default value: false.
Minimal required ClickHouse version: 22.10.

asynchronous_insert_log_retention_size

google.protobuf.Int64Value

The maximum size that asynchronous_insert_log can grow to before old data will be removed. If set to 0 (default),
automatic removal of asynchronous_insert_log data based on size is disabled.

asynchronous_insert_log_retention_time

google.protobuf.Int64Value

The maximum time that asynchronous_insert_log records will be retained before removal. If set to 0,
automatic removal of asynchronous_insert_log data based on time is disabled.

processors_profile_log_enabled

google.protobuf.BoolValue

Enable or disable processors_profile_log system table.

processors_profile_log_retention_size

google.protobuf.Int64Value

The maximum size that processors_profile_log can grow to before old data will be removed.
If set to 0 (default), automatic removal of processors_profile_log data based on size is disabled.

processors_profile_log_retention_time

google.protobuf.Int64Value

The maximum time that processors_profile_log records will be retained before removal.
If set to 0, automatic removal of processors_profile_log data based on time is disabled.

background_pool_size

google.protobuf.Int64Value

background_merges_mutations_concurrency_ratio

google.protobuf.Int64Value

Sets a ratio between the number of threads and the number of background merges and mutations that can be executed concurrently. For example, if the ratio equals to 2 and background_pool_size is set to 16 then ClickHouse can execute 32 background merges concurrently. This is possible, because background operations could be suspended and postponed. This is needed to give small merges more execution priority. You can only increase this ratio at runtime. To lower it you have to restart the server. The same as for background_pool_size setting background_merges_mutations_concurrency_ratio could be applied from the default profile for backward compatibility.
Default: 2
See in-depth description in ClickHouse documentation

background_schedule_pool_size

google.protobuf.Int64Value

background_fetches_pool_size

google.protobuf.Int64Value

Sets the number of threads performing background fetches for tables with ReplicatedMergeTree engines. Default value: 8.

More info see in ClickHouse documentation.

background_move_pool_size

google.protobuf.Int64Value

background_distributed_schedule_pool_size

google.protobuf.Int64Value

background_buffer_flush_schedule_pool_size

google.protobuf.Int64Value

background_message_broker_schedule_pool_size

google.protobuf.Int64Value

background_common_pool_size

google.protobuf.Int64Value

The maximum number of threads that will be used for performing a variety of operations (mostly garbage collection) for *MergeTree-engine tables in a background.
Default: 8
See in-depth description in ClickHouse documentation

default_database

google.protobuf.StringValue

The default database.

To get a list of cluster databases, see Yandex Managed ClickHouse documentation.

total_memory_profiler_step

google.protobuf.Int64Value

Sets the memory size (in bytes) for a stack trace at every peak allocation step. Default value: 4194304.

More info see in ClickHouse documentation.

total_memory_tracker_sample_probability

google.protobuf.DoubleValue

query_masking_rules[]

QueryMaskingRule

Regexp-based rules, which will be applied to queries as well as all log messages before storing them in server logs, system.query_log, system.text_log, system.processes tables, and in logs sent to the client. That allows preventing sensitive data leakage from SQL queries (like names, emails, personal identifiers or credit card numbers) to logs.
Change of these settings is applied with ClickHouse restart
See in-depth description in ClickHouse documentation

dictionaries_lazy_load

google.protobuf.BoolValue

Lazy loading of dictionaries.
Default: true
See in-depth description in ClickHouse documentation

query_cache

QueryCache

Query cache configuration.
Min version: 23.5
See in-depth description in ClickHouse documentation

jdbc_bridge

JdbcBridge

JDBC bridge for queries to external databases.
https://clickhouse.com/docs/en/integrations/jdbc/jdbc-with-clickhouse

MergeTreeMergeTree

Options specific to the MergeTree table engine.

Field

Description

replicated_deduplication_window

google.protobuf.Int64Value

Number of blocks of hashes to keep in ZooKeeper.

replicated_deduplication_window_seconds

google.protobuf.Int64Value

Period of time to keep blocks of hashes for.

parts_to_delay_insert

google.protobuf.Int64Value

If table contains at least that many active parts in single partition, artificially slow down insert into table.

parts_to_throw_insert

google.protobuf.Int64Value

If more than this number active parts in single partition, throw 'Too many parts ...' exception.

inactive_parts_to_delay_insert

google.protobuf.Int64Value

inactive_parts_to_throw_insert

google.protobuf.Int64Value

max_replicated_merges_in_queue

google.protobuf.Int64Value

How many tasks of merging and mutating parts are allowed simultaneously in ReplicatedMergeTree queue.

number_of_free_entries_in_pool_to_lower_max_size_of_merge

google.protobuf.Int64Value

If there is less than specified number of free entries in background pool (or replicated queue), start to lower
maximum size of merge to process.

max_bytes_to_merge_at_min_space_in_pool

google.protobuf.Int64Value

Maximum in total size of parts to merge, when there are minimum free threads in background pool (or entries
in replication queue).

max_bytes_to_merge_at_max_space_in_pool

google.protobuf.Int64Value

min_bytes_for_wide_part

google.protobuf.Int64Value

Minimum number of bytes in a data part that can be stored in Wide format.

More info see in ClickHouse documentation.

min_rows_for_wide_part

google.protobuf.Int64Value

Minimum number of rows in a data part that can be stored in Wide format.

More info see in ClickHouse documentation.

ttl_only_drop_parts

google.protobuf.BoolValue

Enables or disables complete dropping of data parts where all rows are expired in MergeTree tables.

More info see in ClickHouse documentation.

allow_remote_fs_zero_copy_replication

google.protobuf.BoolValue

merge_with_ttl_timeout

google.protobuf.Int64Value

merge_with_recompression_ttl_timeout

google.protobuf.Int64Value

max_parts_in_total

google.protobuf.Int64Value

max_number_of_merges_with_ttl_in_pool

google.protobuf.Int64Value

cleanup_delay_period

google.protobuf.Int64Value

number_of_free_entries_in_pool_to_execute_mutation

google.protobuf.Int64Value

max_avg_part_size_for_too_many_parts

google.protobuf.Int64Value

The 'too many parts' check according to 'parts_to_delay_insert' and 'parts_to_throw_insert' will be active only if the average part size (in the relevant partition) is not larger than the specified threshold. If it is larger than the specified threshold, the INSERTs will be neither delayed or rejected. This allows to have hundreds of terabytes in a single table on a single server if the parts are successfully merged to larger parts. This does not affect the thresholds on inactive parts or total parts.
Default: 1 GiB
Min version: 22.10
See in-depth description in ClickHouse GitHub

min_age_to_force_merge_seconds

google.protobuf.Int64Value

Merge parts if every part in the range is older than the value of min_age_to_force_merge_seconds.
Default: 0 - disabled
Min_version: 22.10
See in-depth description in ClickHouse documentation

min_age_to_force_merge_on_partition_only

google.protobuf.BoolValue

Whether min_age_to_force_merge_seconds should be applied only on the entire partition and not on subset.
Default: false
Min_version: 22.11
See in-depth description in ClickHouse documentation

merge_selecting_sleep_ms

google.protobuf.Int64Value

Sleep time for merge selecting when no part is selected. A lower setting triggers selecting tasks in background_schedule_pool frequently, which results in a large number of requests to ClickHouse Keeper in large-scale clusters.
Default: 5000
Min_version: 21.10
See in-depth description in ClickHouse documentation

merge_max_block_size

google.protobuf.Int64Value

The number of rows that are read from the merged parts into memory.
Default: 8192
See in-depth description in ClickHouse documentation

check_sample_column_is_correct

google.protobuf.BoolValue

Enables the check at table creation, that the data type of a column for sampling or sampling expression is correct. The data type must be one of unsigned integer types: UInt8, UInt16, UInt32, UInt64.
Default: true
See in-depth description in ClickHouse documentation

max_merge_selecting_sleep_ms

google.protobuf.Int64Value

Maximum sleep time for merge selecting, a lower setting will trigger selecting tasks in background_schedule_pool frequently which result in large amount of requests to zookeeper in large-scale clusters.
Default: 60000
Min_version: 23.6
See in-depth description in ClickHouse GitHub

max_cleanup_delay_period

google.protobuf.Int64Value

Maximum period to clean old queue logs, blocks hashes and parts.
Default: 300
Min_version: 23.6
See in-depth description in ClickHouse GitHub

deduplicate_merge_projection_mode

enum DeduplicateMergeProjectionMode

Determines the behavior of background merges for MergeTree tables with projections.
https://clickhouse.com/docs/en/operations/settings/merge-tree-settings#deduplicate_merge_projection_mode

  • DEDUPLICATE_MERGE_PROJECTION_MODE_UNSPECIFIED
  • DEDUPLICATE_MERGE_PROJECTION_MODE_IGNORE
  • DEDUPLICATE_MERGE_PROJECTION_MODE_THROW
  • DEDUPLICATE_MERGE_PROJECTION_MODE_DROP
  • DEDUPLICATE_MERGE_PROJECTION_MODE_REBUILD

lightweight_mutation_projection_mode

enum LightweightMutationProjectionMode

Determines the behavior of lightweight deletes for MergeTree tables with projections.

  • LIGHTWEIGHT_MUTATION_PROJECTION_MODE_UNSPECIFIED
  • LIGHTWEIGHT_MUTATION_PROJECTION_MODE_THROW
  • LIGHTWEIGHT_MUTATION_PROJECTION_MODE_DROP
  • LIGHTWEIGHT_MUTATION_PROJECTION_MODE_REBUILD

materialize_ttl_recalculate_only

google.protobuf.BoolValue

Only recalculate ttl info when MATERIALIZE TTL.

CompressionCompression

Field

Description

method

enum Method

Compression method to use for the specified combination of min_part_size and min_part_size_ratio.

  • METHOD_UNSPECIFIED
  • LZ4: LZ4 compression algorithm.
  • ZSTD: Zstandard compression algorithm.

min_part_size

int64

Minimum size of a part of a table.

min_part_size_ratio

double

Minimum ratio of a part relative to the size of all the data in the table.

level

google.protobuf.Int64Value

ExternalDictionaryExternalDictionary

Field

Description

name

string

Required field. Name of the external dictionary.

structure

Structure

Required field. Set of attributes for the external dictionary.
For in-depth description, see ClickHouse documentation.

layout

Layout

Required field. Layout for storing the dictionary in memory.
For in-depth description, see ClickHouse documentation.

fixed_lifetime

int64

Fixed interval between dictionary updates.

Includes only one of the fields fixed_lifetime, lifetime_range.

Setting for the period of time between dictionary updates.
For details, see ClickHouse documentation.

lifetime_range

Range

Range of intervals between dictionary updates for ClickHouse to choose from.

Includes only one of the fields fixed_lifetime, lifetime_range.

Setting for the period of time between dictionary updates.
For details, see ClickHouse documentation.

http_source

HttpSource

HTTP source for the dictionary.

Includes only one of the fields http_source, mysql_source, clickhouse_source, mongodb_source, postgresql_source.

Description of the source for the external dictionary.

mysql_source

MysqlSource

MySQL source for the dictionary.

Includes only one of the fields http_source, mysql_source, clickhouse_source, mongodb_source, postgresql_source.

Description of the source for the external dictionary.

clickhouse_source

ClickhouseSource

ClickHouse source for the dictionary.

Includes only one of the fields http_source, mysql_source, clickhouse_source, mongodb_source, postgresql_source.

Description of the source for the external dictionary.

mongodb_source

MongodbSource

MongoDB source for the dictionary.

Includes only one of the fields http_source, mysql_source, clickhouse_source, mongodb_source, postgresql_source.

Description of the source for the external dictionary.

postgresql_source

PostgresqlSource

PostgreSQL source for the dictionary.

Includes only one of the fields http_source, mysql_source, clickhouse_source, mongodb_source, postgresql_source.

Description of the source for the external dictionary.

StructureStructure

Field

Description

id

Id

Single numeric key column for the dictionary.

key

Key

Composite key for the dictionary, containing of one or more key columns.
For details, see ClickHouse documentation.

range_min

Attribute

Field holding the beginning of the range for dictionaries with RANGE_HASHED layout.
For details, see ClickHouse documentation.

range_max

Attribute

Field holding the end of the range for dictionaries with RANGE_HASHED layout.
For details, see ClickHouse documentation.

attributes[]

Attribute

Description of the fields available for database queries.
For details, see ClickHouse documentation.

IdId

Numeric key.

Field

Description

name

string

Required field. Name of the numeric key.

KeyKey

Complex key.

Field

Description

attributes[]

Attribute

Attributes of a complex key.

AttributeAttribute

Field

Description

name

string

Required field. Name of the column.

type

string

Required field. Type of the column.

null_value

string

Default value for an element without data (for example, an empty string).

expression

string

Expression, describing the attribute, if applicable.

hierarchical

bool

Indication of hierarchy support.
Default value: false.

injective

bool

Indication of injective mapping "id -> attribute".
Default value: false.

LayoutLayout

Layout determining how to store the dictionary in memory.

Field

Description

type

enum Type

Required field. Layout type for an external dictionary.

  • TYPE_UNSPECIFIED
  • FLAT: The entire dictionary is stored in memory in the form of flat arrays.
    Available for all dictionary sources.
  • HASHED: The entire dictionary is stored in memory in the form of a hash table.
    Available for all dictionary sources.
  • COMPLEX_KEY_HASHED: Similar to HASHED, to be used with composite keys.
    Available for all dictionary sources.
  • RANGE_HASHED: The entire dictionary is stored in memory in the form of a hash table,
    with an ordered array of ranges and their corresponding values.
    Available for all dictionary sources.
  • CACHE: The dictionary is stored in a cache with a set number of cells.
    Available for MySQL, ClickHouse and HTTP dictionary sources.
  • COMPLEX_KEY_CACHE: Similar to CACHE, to be used with composite keys.
    Available for MySQL, ClickHouse and HTTP dictionary sources.
  • SPARSE_HASHED: Similar to HASHED, but uses less memory in favor of more CPU usage.
  • COMPLEX_KEY_SPARSE_HASHED: Similar to SPARSE_HASHED, to be used with composite keys.
  • COMPLEX_KEY_RANGE_HASHED: Similar to RANGE_HASHED, to be used with composite keys.
  • DIRECT: The dictionary is not stored in memory and directly goes to the source during the processing of a request.
  • COMPLEX_KEY_DIRECT: Similar to DIRECT, to be used with composite keys.
  • IP_TRIE: The specialized layout type for mapping network prefixes (IP addresses) to metadata such as ASN.

size_in_cells

int64

Number of cells in the cache. Rounded up to a power of two.
Applicable only for CACHE and COMPLEX_KEY_CACHE layout types.

allow_read_expired_keys

google.protobuf.BoolValue

Allows to read expired keys.
Applicable only for CACHE and COMPLEX_KEY_CACHE layout types.

max_update_queue_size

int64

Max size of update queue.
Applicable only for CACHE and COMPLEX_KEY_CACHE layout types.

update_queue_push_timeout_milliseconds

int64

Max timeout in milliseconds for push update task into queue.
Applicable only for CACHE and COMPLEX_KEY_CACHE layout types.

query_wait_timeout_milliseconds

int64

Max wait timeout in milliseconds for update task to complete.
Applicable only for CACHE and COMPLEX_KEY_CACHE layout types.

max_threads_for_updates

int64

Max threads for cache dictionary update.
Applicable only for CACHE and COMPLEX_KEY_CACHE layout types.

initial_array_size

int64

Initial dictionary key size.
Applicable only for FLAT layout type.

max_array_size

int64

Maximum dictionary key size.
Applicable only for FLAT layout type.

access_to_key_from_attributes

google.protobuf.BoolValue

Allows to retrieve key attribute using dictGetString function.
Enabling this option increases memory usage.
Applicable only for IP_TRIE layout type.

RangeRange

Field

Description

min

int64

Minimum dictionary lifetime.

max

int64

Maximum dictionary lifetime.

HttpSourceHttpSource

Field

Description

url

string

Required field. URL of the source dictionary available over HTTP.

format

string

Required field. The data format. Valid values are all formats supported by ClickHouse SQL dialect.

headers[]

Header

HTTP headers.

HeaderHeader

Field

Description

name

string

Required field.

value

string

Required field.

MysqlSourceMysqlSource

Field

Description

db

string

Required field. Name of the MySQL database to connect to.

table

string

Required field. Name of the database table to use as a ClickHouse dictionary.

port

int64

Default port to use when connecting to a replica of the dictionary source.

user

string

Name of the default user for replicas of the dictionary source.

password

string

Password of the default user for replicas of the dictionary source.

replicas[]

Replica

List of MySQL replicas of the database used as dictionary source.

where

string

Selection criteria for the data in the specified MySQL table.

invalidate_query

string

Query for checking the dictionary status, to pull only updated data.
For more details, see ClickHouse documentation on dictionaries.

close_connection

google.protobuf.BoolValue

Should the connection be closed after each request.

share_connection

google.protobuf.BoolValue

Should a connection be shared for some requests.

ReplicaReplica

Field

Description

host

string

Required field. MySQL host of the replica.

priority

int64

Required field. The priority of the replica that ClickHouse takes into account when connecting.
Replica with the highest priority should have this field set to the lowest number.

port

int64

Port to use when connecting to the replica.
If a port is not specified for a replica, ClickHouse uses the port specified for the source.

user

string

Name of the MySQL database user.

password

string

Password of the MySQL database user.

ClickhouseSourceClickhouseSource

Field

Description

db

string

Required field. Name of the ClickHouse database.

table

string

Required field. Name of the table in the specified database to be used as the dictionary source.

host

string

ClickHouse host of the specified database.

port

int64

Port to use when connecting to the host.

user

string

Required field. Name of the ClickHouse database user.

password

string

Password of the ClickHouse database user.

where

string

Selection criteria for the data in the specified ClickHouse table.

secure

google.protobuf.BoolValue

Use ssl for connection.

MongodbSourceMongodbSource

Field

Description

db

string

Required field. Name of the MongoDB database.

collection

string

Required field. Name of the collection in the specified database to be used as the dictionary source.

host

string

MongoDB host of the specified database.

port

int64

Port to use when connecting to the host.

user

string

Required field. Name of the MongoDB database user.

password

string

Password of the MongoDB database user.

options

string

PostgresqlSourcePostgresqlSource

Field

Description

db

string

Required field. Name of the PostrgreSQL database.

table

string

Required field. Name of the table in the specified database to be used as the dictionary source.

hosts[]

string

Name of the PostrgreSQL host

port

int64

Port to use when connecting to the host.

user

string

Required field. Name of the PostrgreSQL database user.

password

string

Password of the PostrgreSQL database user.

invalidate_query

string

Query for checking the dictionary status, to pull only updated data.
For more details, see ClickHouse documentation on dictionaries.

ssl_mode

enum SslMode

Mode of SSL TCP/IP connection to the PostgreSQL host.
For more details, see PostgreSQL documentation.

  • SSL_MODE_UNSPECIFIED
  • DISABLE: Only try a non-SSL connection.
  • ALLOW: First try a non-SSL connection; if that fails, try an SSL connection.
  • PREFER: First try an SSL connection; if that fails, try a non-SSL connection.
  • VERIFY_CA: Only try an SSL connection, and verify that the server certificate is issued by a trusted certificate authority (CA).
  • VERIFY_FULL: Only try an SSL connection, verify that the server certificate is issued by a trusted CA and that the requested server host name matches that in the certificate.

GraphiteRollupGraphiteRollup

Rollup settings for the GraphiteMergeTree table engine.

Field

Description

name

string

Required field. Name for the specified combination of settings for Graphite rollup.

patterns[]

Pattern

Pattern to use for the rollup.

path_column_name

string

The name of the column storing the metric name (Graphite sensor).
Default: Path
See in-depth description in ClickHouse documentation

time_column_name

string

The name of the column storing the time of measuring the metric.
Default: Time
See in-depth description in ClickHouse documentation

value_column_name

string

The name of the column storing the value of the metric at the time set in time_column_name.
Default: Value
See in-depth description in ClickHouse documentation

version_column_name

string

The name of the column storing the version of the metric.
Default: Timestamp
See in-depth description in ClickHouse documentation

PatternPattern

Field

Description

regexp

string

Pattern for metric names.

function

string

Required field. Name of the aggregating function to apply to data of the age specified in retention.

retention[]

Retention

Age of data to use for thinning.

RetentionRetention

Field

Description

age

int64

Minimum age of the data in seconds.

precision

int64

Precision of determining the age of the data, in seconds.

KafkaKafka

Field

Description

security_protocol

enum SecurityProtocol

  • SECURITY_PROTOCOL_UNSPECIFIED
  • SECURITY_PROTOCOL_PLAINTEXT
  • SECURITY_PROTOCOL_SSL
  • SECURITY_PROTOCOL_SASL_PLAINTEXT
  • SECURITY_PROTOCOL_SASL_SSL

sasl_mechanism

enum SaslMechanism

  • SASL_MECHANISM_UNSPECIFIED
  • SASL_MECHANISM_GSSAPI
  • SASL_MECHANISM_PLAIN
  • SASL_MECHANISM_SCRAM_SHA_256
  • SASL_MECHANISM_SCRAM_SHA_512

sasl_username

string

sasl_password

string

enable_ssl_certificate_verification

google.protobuf.BoolValue

max_poll_interval_ms

google.protobuf.Int64Value

session_timeout_ms

google.protobuf.Int64Value

debug

enum Debug

  • DEBUG_UNSPECIFIED
  • DEBUG_GENERIC
  • DEBUG_BROKER
  • DEBUG_TOPIC
  • DEBUG_METADATA
  • DEBUG_FEATURE
  • DEBUG_QUEUE
  • DEBUG_MSG
  • DEBUG_PROTOCOL
  • DEBUG_CGRP
  • DEBUG_SECURITY
  • DEBUG_FETCH
  • DEBUG_INTERCEPTOR
  • DEBUG_PLUGIN
  • DEBUG_CONSUMER
  • DEBUG_ADMIN
  • DEBUG_EOS
  • DEBUG_MOCK
  • DEBUG_ASSIGNOR
  • DEBUG_CONF
  • DEBUG_TELEMETRY
  • DEBUG_ALL

auto_offset_reset

enum AutoOffsetReset

  • AUTO_OFFSET_RESET_UNSPECIFIED
  • AUTO_OFFSET_RESET_SMALLEST
  • AUTO_OFFSET_RESET_EARLIEST
  • AUTO_OFFSET_RESET_BEGINNING
  • AUTO_OFFSET_RESET_LARGEST
  • AUTO_OFFSET_RESET_LATEST
  • AUTO_OFFSET_RESET_END
  • AUTO_OFFSET_RESET_ERROR

KafkaTopicKafkaTopic

Field

Description

name

string

Required field.

settings

Kafka

Required field.

RabbitmqRabbitmq

Field

Description

username

string

RabbitMQ username

password

string

RabbitMQ password

vhost

string

RabbitMQ virtual host

QueryMaskingRuleQueryMaskingRule

Field

Description

name

string

Name for the rule.

regexp

string

Required field. RE2 compatible regular expression.
Required.

replace

string

Substitution string for sensitive data.
Default: six asterisks

QueryCacheQueryCache

Field

Description

max_size_in_bytes

google.protobuf.Int64Value

The maximum cache size in bytes.
Default: 1073741824 (1 GiB)

max_entries

google.protobuf.Int64Value

The maximum number of SELECT query results stored in the cache.
Default: 1024

max_entry_size_in_bytes

google.protobuf.Int64Value

The maximum size in bytes SELECT query results may have to be saved in the cache.
Dafault: 1048576 (1 MiB)

max_entry_size_in_rows

google.protobuf.Int64Value

The maximum number of rows SELECT query results may have to be saved in the cache.
Default: 30000000 (30 mil)

JdbcBridgeJdbcBridge

JDBC bridge for queries to external databases.

Field

Description

host

string

Required field. Host of jdbc bridge.

port

google.protobuf.Int64Value

Port of jdbc bridge.

ResourcesResources

Field

Description

resource_preset_id

string

ID of the preset for computational resources available to a host (CPU, memory etc.).
All available presets are listed in the documentation

disk_size

int64

Volume of the storage available to a host, in bytes.

disk_type_id

string

Type of the storage environment for the host.
Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.

ZookeeperZookeeper

Field

Description

resources

Resources

Resources allocated to ZooKeeper hosts.

AccessAccess

Field

Description

data_lens

bool

Allow to export data from the cluster to DataLens.

web_sql

bool

Allow SQL queries to the cluster databases from the management console.

See SQL queries in the management console for more details.

metrika

bool

Allow to import data from Yandex Metrica and AppMetrica to the cluster.

See AppMetrica documentation for more details.

serverless

bool

Allow access to cluster for Serverless.

data_transfer

bool

Allow access for DataTransfer

yandex_query

bool

Allow access for Query

CloudStorageCloudStorage

Field

Description

enabled

bool

Whether to use Object Storage for storing ClickHouse data.

move_factor

google.protobuf.DoubleValue

data_cache_enabled

google.protobuf.BoolValue

data_cache_max_size

google.protobuf.Int64Value

prefer_not_to_merge

google.protobuf.BoolValue

MaintenanceWindowMaintenanceWindow

A maintenance window settings.

Field

Description

anytime

AnytimeMaintenanceWindow

Maintenance operation can be scheduled anytime.

Includes only one of the fields anytime, weekly_maintenance_window.

The maintenance policy in effect.

weekly_maintenance_window

WeeklyMaintenanceWindow

Maintenance operation can be scheduled on a weekly basis.

Includes only one of the fields anytime, weekly_maintenance_window.

The maintenance policy in effect.

AnytimeMaintenanceWindowAnytimeMaintenanceWindow

Field

Description

Empty

WeeklyMaintenanceWindowWeeklyMaintenanceWindow

Weelky maintenance window settings.

Field

Description

day

enum WeekDay

Day of the week (in DDD format).

  • WEEK_DAY_UNSPECIFIED
  • MON
  • TUE
  • WED
  • THU
  • FRI
  • SAT
  • SUN

hour

int64

Hour of the day in UTC (in HH format).

MaintenanceOperationMaintenanceOperation

A planned maintenance operation.

Field

Description

info

string

Information about this maintenance operation.

delayed_until

google.protobuf.Timestamp

Time until which this maintenance operation is delayed.

Была ли статья полезна?

Предыдущая
Get
Следующая
Create
Проект Яндекса
© 2025 ООО «Яндекс.Облако»