From e96c991404f33bd176045aa43b96970fda82ec10 Mon Sep 17 00:00:00 2001 From: wusheng Date: Wed, 12 Apr 2017 21:36:07 +0800 Subject: [PATCH] Set new default values of akka.port, seed_nodes list and http port. --- .../src/main/resources/collector.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skywalking-collector/skywalking-collector-worker/src/main/resources/collector.config b/skywalking-collector/skywalking-collector-worker/src/main/resources/collector.config index 0c6eb84f3b..0c35dd850c 100644 --- a/skywalking-collector/skywalking-collector-worker/src/main/resources/collector.config +++ b/skywalking-collector/skywalking-collector-worker/src/main/resources/collector.config @@ -1,7 +1,7 @@ cluster.current.hostname=127.0.0.1 -cluster.current.port=10000 +cluster.current.port=11800 cluster.current.roles=WorkersListener -cluster.seed_nodes=127.0.0.1:1000,127.0.0.1:1001 +cluster.seed_nodes=127.0.0.1:11800 es.cluster.name=CollectorDBCluster es.cluster.nodes=127.0.0.1:9300 @@ -11,7 +11,7 @@ es.index.shards.number=2 es.index.replicas.number=0 http.hostname=127.0.0.1 -http.port=7001 +http.port=12800 http.contextPath=/ cache.analysis.size=1024 -- GitLab