File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
cf-java-logging-support-core/beats/app-logs Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -498,16 +498,16 @@ type: object
498
498
499
499
example: "#cf": {
500
500
"string": [
501
- {"l ":"some_label ", "v":"some_value", "i": 0},
502
- {"l ":"other_label ", "v":"other_value", "i": 1}
501
+ {"k ":"some_key ", "v":"some_value", "i": 0},
502
+ {"k ":"other_key ", "v":"other_value", "i": 1}
503
503
]
504
504
}
505
505
506
506
507
507
required: False
508
508
509
509
An object containing collections of non-standard fields.
510
- The field "string" contains custom fields with label "l ", value "v" and an index "i".
510
+ The field "string" contains custom fields with key "k ", value "v" and an index "i".
511
511
The index can be used for field order during parsing.
512
512
513
513
NOTE: As this is "custom" there are no predefined fields here!
Original file line number Diff line number Diff line change @@ -348,13 +348,13 @@ app-logs:
348
348
example : |
349
349
"#cf": {
350
350
"string": [
351
- {"l ":"some_label ", "v":"some_value", "i": 0},
352
- {"l ":"other_label ", "v":"other_value", "i": 1}
351
+ {"k ":"some_key ", "v":"some_value", "i": 0},
352
+ {"k ":"other_key ", "v":"other_value", "i": 1}
353
353
]
354
354
}
355
355
description : |
356
356
An object containing collections of non-standard fields.
357
- The field "string" contains custom fields with label "l ", value "v" and an index "i".
357
+ The field "string" contains custom fields with key "k ", value "v" and an index "i".
358
358
The index can be used for field order during parsing.
359
359
360
360
NOTE: As this is "custom" there are no predefined fields here!
You can’t perform that action at this time.
0 commit comments