diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties index 82f8b4931..e342c390e 100644 --- a/server/src/main/resources/application.properties +++ b/server/src/main/resources/application.properties @@ -18,7 +18,7 @@ loadSample=true conductor.db.type=memory conductor.queue.type=redis_standalone -conductor.indexing.enabled=true +conductor.indexing.enabled=false #Redis configuration details. #format is host:port:rack separated by semicolon @@ -49,18 +49,17 @@ conductor.redis.availabilityZone=us-east-1c #conductor.redis.timeBetweenEvictionRunsMillis = -1L #conductor.redis.testWhileIdle = false #conductor.redis.numTestsPerEvictionRun = 3 -conductor.indexing.type=opensearch + #Transport address to elasticsearch -conductor.indexing.url=localhost:9200 +conductor.elasticsearch.url=localhost:9300 #Name of the elasticsearch cluster -conductor.indexing.indexName=conductor - +conductor.elasticsearch.indexName=conductor #Elasticsearch major release version. -#conductor.indexing.version=es7 -conductor.elasticsearch.version=0 -conductor.elasticsearch.clusterHealthColor=yellow +conductor.elasticsearch.version=7 +#conductor.elasticsearch.version=7 + # Default event queue type to listen on for wait task conductor.default-event-queue.type=sqs