Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

switch docker image to use cassandra index #411

Merged
merged 1 commit into from
Nov 28, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/config/metrictank-docker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ max-in-flight = 200

### in-memory
[memory-idx]
enabled = true
enabled = false

### in memory, elasticsearch-backed
[elasticsearch-idx]
Expand All @@ -230,7 +230,7 @@ buffer-delay-max = 10s

### in memory, cassandra-backed
[cassandra-idx]
enabled = false
enabled = true
# Cassandra keyspace to store metricDefinitions in.
keyspace = raintank
# comma separated list of cassandra addresses in host:port form
Expand Down