File tree Expand file tree Collapse file tree
tests/templates/kuttl/logging Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,28 +30,28 @@ customConfig:
3030 inputs:
3131 - validEvents
3232 condition: >-
33- .pod == "opensearch-nodes-automatic-0" &&
33+ .pod == "opensearch-nodes-automatic-log-config- 0" &&
3434 .container == "opensearch"
3535 filteredAutomaticLogConfigVector:
3636 type: filter
3737 inputs:
3838 - validEvents
3939 condition: >-
40- .pod == "opensearch-nodes-automatic-0" &&
40+ .pod == "opensearch-nodes-automatic-log-config- 0" &&
4141 .container == "vector"
4242 filteredCustomLogConfigOpenSearch:
4343 type: filter
4444 inputs:
4545 - validEvents
4646 condition: >-
47- .pod == "opensearch-nodes-custom-0" &&
47+ .pod == "opensearch-nodes-custom-log-config- 0" &&
4848 .container == "opensearch"
4949 filteredCustomLogConfigVector:
5050 type: filter
5151 inputs:
5252 - validEvents
5353 condition: >-
54- .pod == "opensearch-nodes-custom-0" &&
54+ .pod == "opensearch-nodes-custom-log-config- 0" &&
5555 .container == "vector"
5656 filteredInvalidEvents:
5757 type: filter
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ timeout: 600
66apiVersion: apps/v1
77kind: StatefulSet
88metadata:
9- name: opensearch-nodes-automatic
9+ name: opensearch-nodes-automatic-log-config
1010status:
1111 readyReplicas: 1
1212 replicas: 1
1313---
1414apiVersion: apps/v1
1515kind: StatefulSet
1616metadata:
17- name: opensearch-nodes-custom
17+ name: opensearch-nodes-custom-log-config
1818status:
1919 readyReplicas: 1
2020 replicas: 1
Original file line number Diff line number Diff line change 3838 app.kubernetes.io/component: nodes
3939 app.kubernetes.io/instance: opensearch
4040 app.kubernetes.io/name: opensearch
41- app.kubernetes.io/role-group: automatic
41+ app.kubernetes.io/role-group: automatic-log-config
4242 type: ClusterIP
4343---
4444apiVersion: opensearch.stackable.tech/v1alpha1
5656 vectorAggregatorConfigMapName: opensearch-vector-aggregator-discovery
5757 nodes:
5858 roleGroups:
59- automatic:
59+ automatic-log-config :
6060 config:
6161 logging:
6262 enableVectorAgent: true
7878 ROOT:
7979 level: INFO
8080 replicas: 1
81- custom:
81+ custom-log-config :
8282 config:
8383 logging:
8484 enableVectorAgent: true
You can’t perform that action at this time.
0 commit comments