Skip to content

Commit f3f80ae

Browse files
authored
enabled dark theme
1 parent d6f9054 commit f3f80ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/splunk-dashboards/apache-kafka-consumer-group-metrics.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<form>
1+
<form theme="dark">
22
<label>Apache Kafka Consumer Metrics</label>
33
<fieldset submitButton="false">
44
<input type="dropdown" token="env">
@@ -45,7 +45,7 @@
4545
<title>Consumer Group Lag ( Per Partition )</title>
4646
<chart>
4747
<search>
48-
<query>index=kafka source="/kafka/kafka-logs/kafka-consumer-group-metrics.log"
48+
<query>index=kafka source="/kafka/kafka-logs/kafka-consumer-group-metrics.log"
4949
group_id=$group_id$ env=$env$ topic=$topic$
5050
| table _time, group_id, partition.*.lag</query>
5151
<earliest>$time_range.earliest$</earliest>

0 commit comments

Comments
 (0)