Yandex Cloud
  • Сервисы
  • Решения
  • Почему Yandex Cloud
  • Сообщество
  • Тарифы
  • Документация
  • Связаться с нами
Подключиться
Language / Region
Проект Яндекса
© 2023 ООО «Яндекс.Облако»
Интерфейс командной строки
  • Начало работы с CLI
  • Пошаговые инструкции
  • Концепции
  • Релизы CLI
  • Решение проблем
  • Справочник CLI (англ.)
    • Overview
    • CLI manage
    • Operations manage
    • Service manage
      • certificate-manager
      • cdn
      • kms
      • ydb
      • dns
      • vpc
      • load-balancer
      • managed-postgresql
      • managed-sqlserver
      • managed-mongodb
      • managed-redis
      • application-load-balancer
      • managed-elasticsearch
        • Overview
        • cluster
          • Overview
          • reschedule-maintenance
          • remove-labels
          • add-labels
          • update-config
          • update
          • stop
          • start
          • list-operations
          • list-logs
          • list-backups
          • backup
          • delete
          • restore
          • create
          • list
          • get
        • hosts
        • backup
        • extension
        • resource-preset
      • lockbox
      • managed-clickhouse
      • compute
      • managed-kubernetes
      • resource-manager
      • managed-mysql
      • storage
      • iam
      • dataproc
      • cloud-desktop
      • logging
      • managed-kafka
      • managed-greenplum
      • container
      • iot
      • datatransfer
      • serverless
      • organization-manager
  1. Справочник CLI (англ.)
  2. Service manage
  3. managed-elasticsearch
  4. cluster
  5. update

yc managed-elasticsearch cluster update

Статья создана
Yandex Cloud

    Modify configuration or attributes of a ElasticSearch cluster.

    Command Usage

    Syntax:

    yc managed-elasticsearch cluster update <CLUSTER-NAME>|<CLUSTER-ID> [Flags...] [Global Flags...]

    Flags

    Flag Description
    --id string
    ID of the ElasticSearch cluster.
    --name string
    Name of the ElasticSearch cluster.
    --async Display information about the operation in progress, without waiting for the operation to complete.
    --new-name string
    New name for the ElasticSearch cluster
    --description string
    New description for the ElasticSearch cluster.
    --labels key=value[,key=value...]
    New set of labels for the ElasticSearch cluster as key-value pairs. Existing set of labels will be completely overwritten.
    --security-group-ids value[,value]
    A list of security groups for the ElasticSearch cluster.
    --service-account-id string
    Service account for the Elasticsearch cluster.
    --deletion-protection Deletion Protection inhibits deletion of the cluster.
    --version string
    Set new version of the Elasticsearch server software
    --edition string
    Set new Elasticsearch server edition
    --plugins value[,value]
    Set new set of ElasticSearch plugins
    --datanode-resource-preset string
    New resource preset for computational resources available to a datanode host (CPU, RAM etc.).
    --datanode-disk-size byteSize
    New storage volume available to a datanode host.
    --datanode-disk-type string
    New storage type for a datanode host.
    --masternode-resource-preset string
    New resource preset for computational resources available to a masternode host (CPU, RAM etc.).
    --masternode-disk-size byteSize
    New storage volume available to a masternode host.
    --masternode-disk-type string
    New storage type for a masternode host.
    --admin-password string
    Password for entity. Usage of --read-admin-password is more secure
    --read-admin-password Read password for entity from input
    --generate-admin-password Generate random password
    --maintenance-window PROPERTY=VALUE[,PROPERTY=VALUE...]
    Maintenance window settings

    Possible property names:
    • type: type of a maintenance window, it can be anytime or weekly. A day and hour of the window needs to be specified with the weekly window itself.
    • hour: Hour of a day in UTC time zone (1-24) for a maintenance window if the window type is weekly.
    • day: Day of the week for a maintenance window if the window type is weekly. One of MON, TUE, WED, THU, FRI, SAT, SUN. Values: 'mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun'

    Global Flags

    Flag Description
    --profile string
    Set the custom configuration file.
    --debug Debug logging.
    --debug-grpc Debug gRPC logging. Very verbose, used for debugging connection problems.
    --no-user-output Disable printing user intended output to stderr.
    --retry int
    Enable gRPC retries. By default, retries are enabled with maximum 5 attempts.
    Pass 0 to disable retries. Pass any negative value for infinite retries.
    Even infinite retries are capped with 2 minutes timeout.
    --cloud-id string
    Set the ID of the cloud to use.
    --folder-id string
    Set the ID of the folder to use.
    --folder-name string
    Set the name of the folder to use (will be resolved to id).
    --endpoint string
    Set the Cloud API endpoint (host:port).
    --token string
    Set the OAuth token to use.
    --format string
    Set the output format: text (default), yaml, json, json-rest.
    -h,--help Display help for the command.

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

    Language / Region
    Проект Яндекса
    © 2023 ООО «Яндекс.Облако»