Skip to content

Commit

Permalink
Merge pull request #894 from rax-maas/better-start-config
Browse files Browse the repository at this point in the history
make 'getting started' config more complete
  • Loading branch information
iWebi committed Jul 27, 2022
2 parents 3aa17b1 + 70a42c8 commit d87e8b1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion contrib/getting-started/blueflood.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,24 @@
# limitations under the License.

CLUSTER_NAME=Demo Cluster
CASSANDRA_HOSTS=localhost:9042

# You can use Datastax on the CQL port ...
CASSANDRA_DRIVER=datastax
CASSANDRA_HOSTS=localhost:9042

# ... or Astyanax on the thrift port, but thrift is removed in Cassandra 4.0.
# You may have to 'nodetool enablethrift', too, depending on the version.
#CASSANDRA_DRIVER=astyanax
#CASSANDRA_HOSTS=localhost:9160

INGESTION_MODULES=com.rackspacecloud.blueflood.service.HttpIngestionService
QUERY_MODULES=com.rackspacecloud.blueflood.service.HttpQueryService
DISCOVERY_MODULES=com.rackspacecloud.blueflood.io.ElasticIO

# This enables the indexing that powers the /v2.0/{tenantId}/metric_name/search endpoint.
ENABLE_TOKEN_SEARCH_IMPROVEMENTS=true
# Token search improvements needs the token discovery module:
TOKEN_DISCOVERY_MODULES=com.rackspacecloud.blueflood.io.ElasticTokensIO

# Event ingestion needs the event module:
EVENTS_MODULES=com.rackspacecloud.blueflood.io.EventElasticSearchIO

0 comments on commit d87e8b1

Please sign in to comment.