Property

cassandra

Cassandra databases that allow Thrift connections

Property Name Type Description Required
keyspaces array of string Yes
name string Yes
partitioner string Yes
snitch string Yes
thrift_api_version string
version string

↑ TopSearch Queries
SearchCassandra clusters with Thrift enabled
product:cassandra

↑ TopExample
{
    "partitioner": "Murmur3Partitioner",
    "keyspaces": [
        "draios",
        "system",
        "system_traces"
    ],
    "name": "Cassandra-Test Cluster",
    "snitch": "GossipingPropertyFileSnitch"
}