Skip to content

Commit

Permalink
cleaning correlation search
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Oct 21, 2018
1 parent c951701 commit ebb3294
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions DA-ITSI-TELEGRAF-KAFKA/default/savedsearches.conf
Original file line number Diff line number Diff line change
Expand Up @@ -121,49 +121,3 @@ search = | mcatalog values(jolokia_agent_url) as jolokia_agent_url where `telegr
| fields itsi_role, jolokia_agent_url, kafka_linkedin_monitor
request.ui_dispatch_app = itsi
request.ui_dispatch_view = search

#
# ____ _ _ _
# / ___|___ _ __ _ __ ___| | __ _| |_(_) ___ _ __
# | | / _ \| '__| '__/ _ \ |/ _` | __| |/ _ \| '_ \
# | |__| (_) | | | | | __/ | (_| | |_| | (_) | | | |
# \____\___/|_| |_| \___|_|\__,_|\__|_|\___/|_| |_|
#
# ____ _
# / ___| ___ __ _ _ __ ___| |__ ___ ___
# \___ \ / _ \/ _` | '__/ __| '_ \ / _ \/ __|
# ___) | __/ (_| | | | (__| | | | __/\__ \
# |____/ \___|\__,_|_| \___|_| |_|\___||___/
#

[Kafka cluster - active controller state in the brokers cluster]
action.email.format = pdf
action.email.includeEntities = 0
action.itsi_event_generator = 1
action.itsi_event_generator.param.description = An exception was detected in the analysis of the active controller state of the Kafka brokers cluster
action.itsi_event_generator.param.drilldown_search_earliest_offset = -3600
action.itsi_event_generator.param.drilldown_search_latest_offset = 300
action.itsi_event_generator.param.drilldown_search_search = Show active controller state in the Kafka brokers cluster
action.itsi_event_generator.param.drilldown_search_title = | mstats latest(_value) as value where `telegraf_kafka_index` metric_name="kafka_controller.ActiveControllerCount.Value" by "jolokia_agent_url" span=1s | timechart span=1m max(value) as ActiveControllerCount by jolokia_agent_url
action.itsi_event_generator.param.editor = advance_correlation_builder_editor
action.itsi_event_generator.param.meta_data = {}
action.itsi_event_generator.param.owner = unassigned
action.itsi_event_generator.param.search_type = basic
action.itsi_event_generator.param.severity = 5
action.itsi_event_generator.param.status = 1
action.itsi_event_generator.param.title = Kafka brokers cluster - Active Controller state exception
alert.suppress = 0
alert.track = 0
counttype = number of events
cron_schedule = */5 * * * *
description = The active controller count metric indicates whether the broker is currently the controller for the cluster. The metric will either be 0 or 1, with 1 showing that the broker\
is currently the controller. At all times, only one broker should be the controller, and\
one broker must always be the controller in the cluster.
dispatch.earliest_time = -1m
dispatch.latest_time = now
enableSched = 1
quantity = 0
relation = greater than
search = | mstats latest(_value) as value where `telegraf_kafka_index` metric_name="kafka_controller.ActiveControllerCount.Value" by "jolokia_agent_url"\
| chart first(value) as value by jolokia_agent_url\
| stats count(eval(value=1)) as count | where count>1 OR count=0
Binary file modified DA-ITSI-TELEGRAF-KAFKA_100.tgz
Binary file not shown.

0 comments on commit ebb3294

Please sign in to comment.