blob: 99bbee6e57d2b4477e3db0c32399275026bea6bc [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
{
"topology": {
"name": "alertUnitTopology_1_test",
"numOfSpoutTasks": 3,
"numOfRouterBolts": 6,
"numOfAlertBolts": 6,
"numOfPublishTasks": 1,
"numOfTotalWorkers": 1,
"messageTimeoutSecs": 30, // topology.message.timeout.secs: 30 by default
"localMode": true
},
"spout": {
"kafkaBrokerZkQuorum": "localhost:2181",
"kafkaBrokerZkBasePath": "/brokers",
"stormKafkaUseSameZkQuorumWithKafkaBroker": true,
"stormKafkaTransactionZkQuorum": "",
"stormKafkaTransactionZkPath": "/consumers",
"stormKafkaEagleConsumer": "eagle_consumer",
"stormKafkaStateUpdateIntervalMs": 2000,
"stormKafkaFetchSizeBytes": 1048586,
},
"zkConfig": {
"zkQuorum": "localhost:2181",
"zkRoot": "/alert",
"zkSessionTimeoutMs": 10000,
"connectionTimeoutMs": 10000,
"zkRetryTimes": 3,
"zkRetryInterval": 3000
},
"dynamicConfigSource": {
"initDelayMillis": 3000,
"delayMillis": 10000
},
"metadataService": {
"context": "/api",
"host": "localhost",
"port": 8080
},
"metric": {
"sink": {
// "kafka": {
// "topic": "alert_metric_test"
// "bootstrap.servers": "localhost:9092"
// }
// "logger": {
// "level": "INFO"
// }
// "elasticsearch": {
// "hosts": ["localhost:9200"]
// "index": "alert_metric_test"
// }
}
},
"connection": "mongodb://localhost:27017"
application.mailService {
mailSmtpServer = "localhost",
mailSmtpPort = 5025,
mailSmtpAuth = "false"
//mailSmtpConn = "plaintext",
//mailSmtpUsername = ""
//mailSmtpPassword = ""
//mailSmtpDebug = false
}
}