Configure HCD guardrails

HCD guardrails enforce best practices and prevent issues in your HCD environment.

Prerequisites

You need an HCD cluster that is deployed and running.

Configure guardrails in the cassandra.yaml file

  1. Edit the cassandra.yaml file, and then set guardrails under the guardrails parent element.

    The following example sets the failure thresholds for the sai_indexes_per_table guardrail to 50 and the sai_indexes_total guardrail to 100.

    ....
          config:
            cassandraYaml:
              guardrails:
                sai_indexes_per_table_failure_threshold: 50
                sai_indexes_total_failure_threshold: 100
    ....
  2. Apply the changes to your cluster:

    kubectl apply -f cassandra.yaml

For more information, see Guardrails in the HCD documentation.

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2025 DataStax, an IBM Company | Privacy policy | Terms of use | Manage Privacy Choices

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com