Skip to content

Commit 6dbe128

Browse files
vparfonovopenshift-merge-bot[bot]
authored andcommitted
LOG-6623:better description for 'obsclf.spec.outputs.elasticsearch.index' when log forwarding to the Red Hat Managed Elasticsearch
Signed-off-by: Vitalii Parfonov <[email protected]>
1 parent bec87cf commit 6dbe128

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bundle/manifests/cluster-logging.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,10 @@ spec:
569569
GroupName defines the strategy for grouping logstreams
570570
571571
572-
The GroupName can be a combination of static and dynamic values consisting of field paths followed by `||` followed by another field path or a static value.
572+
The GroupName can be a combination of static and dynamic values consisting of field paths followed by "\|\|" followed by another field path or a static value.
573573
574574
575-
A dynamic value is encased in single curly brackets `{}` and MUST end with a static fallback value separated with `||`.
575+
A dynamic value is encased in single curly brackets "{}" and MUST end with a static fallback value separated with "\|\|".
576576
577577
578578
Static values can only contain alphanumeric characters along with dashes, underscores, dots and forward slashes.
@@ -581,13 +581,13 @@ spec:
581581
Example:
582582
583583
584-
1. foo-{.bar||"none"}
584+
1. foo-{.bar\|\|"none"}
585585
586586
587-
2. {.foo||.bar||"missing"}
587+
2. {.foo\|\|.bar\|\|"missing"}
588588
589589
590-
3. foo.{.bar.baz||.qux.quux.corge||.grault||"nil"}-waldo.fred{.plugh||"none"}
590+
3. foo.{.bar.baz\|\|.qux.quux.corge\|\|.grault\|\|"nil"}-waldo.fred{.plugh\|\|"none"}
591591
displayName: Group Name
592592
path: outputs[0].cloudwatch.groupName
593593
x-descriptors:

0 commit comments

Comments
 (0)