Skip to content

Commit a07250e

Browse files
author
Robin Hermann
committed
fix(#3): JSON wrap & syntax highlighting in raw log panel
1 parent 6c1ca01 commit a07250e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

helm/hubble-observer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: hubble-observer
33
description: A Helm chart for Hubble Observer - A small observability component that monitors network flows within Cilium.
44
type: application
5-
version: 2.2.0
5+
version: 2.2.1
66
appVersion: "1.16.4"
77
keywords:
88
- networking

helm/hubble-observer/dashboard/cilium-hubble-flows.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,12 +1729,14 @@
17291729
"enableLogDetails": true,
17301730
"prettifyLogMessage": true,
17311731
"showCommonLabels": false,
1732+
"showControls": false,
17321733
"showLabels": false,
17331734
"showTime": true,
17341735
"sortOrder": "Descending",
1736+
"syntaxHighlighting": true,
17351737
"wrapLogMessage": false
17361738
},
1737-
"pluginVersion": "12.1.1",
1739+
"pluginVersion": "12.3.1",
17381740
"targets": [
17391741
{
17401742
"datasource": {

0 commit comments

Comments
 (0)