blob: 8c28c49c48d6e44f7561f67632e4f93dbaa01e00 [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.
#}
##### Storm #####
enrichment.workers={{enrichment_workers}}
enrichment.acker.executors={{enrichment_acker_executors}}
topology.worker.childopts={{enrichment_topology_worker_childopts}}
topology.auto-credentials={{topology_auto_credentials}}
topology.max.spout.pending={{enrichment_topology_max_spout_pending}}
##### Kafka #####
kafka.zk={{zookeeper_quorum}}
kafka.broker={{kafka_brokers}}
kafka.security.protocol={{kafka_security_protocol}}
kafka.start={{enrichment_kafka_start}}
enrichment.input.topic={{enrichment_input_topic}}
enrichment.output.topic={{enrichment_output_topic}}
enrichment.error.topic={{enrichment_error_topic}}
threat.intel.error.topic={{threatintel_error_topic}}
##### Enrichment #####
hbase.provider.impl={{enrichment_hbase_provider_impl}}
enrichment.simple.hbase.table={{enrichment_hbase_table}}
enrichment.simple.hbase.cf={{enrichment_hbase_cf}}
enrichment.host.known_hosts={{enrichment_host_known_hosts}}
##### Threat Intel #####
threat.intel.tracker.table={{threatintel_hbase_table}}
threat.intel.tracker.cf={{threatintel_hbase_cf}}
threat.intel.simple.hbase.table={{threatintel_hbase_table}}
threat.intel.simple.hbase.cf={{threatintel_hbase_cf}}
##### Parallelism #####
kafka.spout.parallelism={{unified_kafka_spout_parallelism}}
enrichment.parallelism={{unified_enrichment_parallelism}}
threat.intel.parallelism={{unified_threat_intel_parallelism}}
kafka.writer.parallelism={{unified_kafka_writer_parallelism}}
##### Caches #####
enrichment.cache.size={{unified_enrichment_cache_size}}
threat.intel.cache.size={{unified_threat_intel_cache_size}}
##### Threads #####
enrichment.threadpool.size={{unified_enrichment_threadpool_size}}
enrichment.threadpool.type={{unified_enrichment_threadpool_type}}