Skip to content

Commit f6b67d6

Browse files
authored
20250311_source_tag_fix
1 parent 20961d0 commit f6b67d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

srl/gnmic2.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ port: 57400
55
timeout: 10s
66
encoding: json_ietf
77

8-
8+
#troubleshoot with output1 (stdout) and --format event
9+
#gnmic subscribe --config /root/.config/gnmic/.gnmic2.yaml --format event
910
#targets:
1011
#100.64.10.151:57400:
1112
#100.64.10.152:57400:
@@ -273,7 +274,7 @@ processors:
273274
#debug: true
274275
#value-names:
275276
tag-names:
276-
- "source"
277+
- "^source$"
277278
transforms:
278279
- split:
279280
#- replace:
@@ -457,6 +458,7 @@ outputs:
457458
#type: file
458459
#file-type: stdout
459460
#event-processors:
461+
#- mytags
460462
#- source_trim
461463
#- convert_int
462464
#- convert_float

0 commit comments

Comments
 (0)