blob: 11c545ce917acd073c193d3f11a8df3b80bb935a [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.
#
#Alerts Bolt
bolt.alerts.adapter=org.apache.metron.alerts.adapters.AllAlertAdapter
org.apache.metron.alerts.adapters.AllAlertAdapter.whitelist_table_name = ip_whitelist
org.apache.metron.alerts.adapters.AllAlertAdapter.blacklist_table_name = ip_blacklist
org.apache.metron.alerts.adapters.AllAlertAdapter.quorum=zkpr1,zkpr2,zkpr3
org.apache.metron.alerts.adapters.AllAlertAdapter.port=2181
org.apache.metron.alerts.adapters.AllAlertAdapter._MAX_CACHE_SIZE_OBJECTS_NUM=3600
org.apache.metron.alerts.adapters.AllAlertAdapter._MAX_TIME_RETAIN_MINUTES=1000