Skip to content

Commit 07c9ce0

Browse files
authored
Merge pull request #56 from citrix/release_1.5.001
Release 1.5.001 YAML updates
2 parents dfaff5e + 5ed4886 commit 07c9ce0

14 files changed

Lines changed: 112 additions & 72 deletions

deployment/coe-es-mongodb.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ metadata:
55
data:
66
lstreamd_default.conf: |
77
{
8+
"transRateLimitEnabled": "no",
9+
"transRateLimit": "100",
10+
"transQueueLimit": "1024",
11+
"transRateLimitWindow": "5",
812
"Endpoints": {
913
"ES": {
1014
"ServerUrl": "elasticsearch.default.svc.cluster.local:9200",
@@ -53,7 +57,7 @@ spec:
5357
spec:
5458
containers:
5559
- name: coe-es
56-
image: "quay.io/citrix/citrix-observability-exporter:1.4.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.5.001"
5761
imagePullPolicy: Always
5862
ports:
5963
- containerPort: 5557

deployment/coe-es-prometheus.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ metadata:
55
data:
66
lstreamd_default.conf: |
77
{
8+
"transRateLimitEnabled": "no",
9+
"transRateLimit": "100",
10+
"transQueueLimit": "1024",
11+
"transRateLimitWindow": "5",
812
"Endpoints": {
913
"ES": {
1014
"ServerUrl": "elasticsearch.default.svc.cluster.local:9200",
@@ -56,7 +60,7 @@ spec:
5660
spec:
5761
containers:
5862
- name: coe-es
59-
image: "quay.io/citrix/citrix-observability-exporter:1.4.001"
63+
image: "quay.io/citrix/citrix-observability-exporter:1.5.001"
6064
imagePullPolicy: Always
6165
securityContext:
6266
privileged: true

deployment/coe-es.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ metadata:
55
data:
66
lstreamd_default.conf: |
77
{
8+
"transRateLimitEnabled": "no",
9+
"transRateLimit": "100",
10+
"transQueueLimit": "1024",
11+
"transRateLimitWindow": "5",
812
"Endpoints": {
913
"ES": {
1014
"ServerUrl": "elasticsearch.default.svc.cluster.local:9200",
@@ -53,7 +57,7 @@ spec:
5357
spec:
5458
containers:
5559
- name: coe-es
56-
image: "quay.io/citrix/citrix-observability-exporter:1.4.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.5.001"
5761
imagePullPolicy: Always
5862
ports:
5963
- containerPort: 5557

deployment/coe-kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
- "kafka-node3"
6464
containers:
6565
- name: coe-kafka
66-
image: "quay.io/citrix/citrix-observability-exporter:1.4.001"
66+
image: "quay.io/citrix/citrix-observability-exporter:1.5.001"
6767
imagePullPolicy: Always
6868
ports:
6969
- containerPort: 5557

deployment/coe-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
spec:
3333
containers:
3434
- name: coe-prometheus
35-
image: "quay.io/citrix/citrix-observability-exporter:1.4.001"
35+
image: "quay.io/citrix/citrix-observability-exporter:1.5.001"
3636
imagePullPolicy: Always
3737
securityContext:
3838
privileged: true

deployment/coe-splunk.yaml

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,41 @@ metadata:
44
name: coe-config-splunk
55
data:
66
lstreamd_default.conf: |
7-
{
8-
"Endpoints": {
9-
"SPLUNK": {
10-
"ServerUrl": "",
11-
"AuthToken": "",
12-
"Index": "",
13-
"RecordType": {
14-
"HTTP": "all",
15-
"TCP": "all",
16-
"SWG": "all",
17-
"VPN": "all",
18-
"NGS": "all",
19-
"ICA": "all",
20-
"APPFW": "none",
21-
"BOT": "all",
22-
"VIDEOOPT": "none",
23-
"BURST_CQA": "none",
24-
"SLA": "none",
25-
"MONGO": "none"
26-
},
27-
"TimeSeries": {
28-
"EVENTS": "no",
29-
"AUDITLOGS": "no"
30-
},
31-
"ProcessAlways": "no",
32-
"ProcessYieldTimeOut": "500",
33-
"MaxConnections": "512",
34-
"JsonFileDump": "no"
7+
{
8+
"transRateLimitEnabled": "no",
9+
"transRateLimit": "100",
10+
"transQueueLimit": "1024",
11+
"transRateLimitWindow": "5",
12+
"Endpoints": {
13+
"SPLUNK": {
14+
"ServerUrl": "",
15+
"AuthToken": "",
16+
"Index": "",
17+
"RecordType": {
18+
"HTTP": "all",
19+
"TCP": "all",
20+
"SWG": "all",
21+
"VPN": "all",
22+
"NGS": "all",
23+
"ICA": "all",
24+
"APPFW": "none",
25+
"BOT": "all",
26+
"VIDEOOPT": "none",
27+
"BURST_CQA": "none",
28+
"SLA": "none",
29+
"MONGO": "none"
30+
},
31+
"TimeSeries": {
32+
"EVENTS": "no",
33+
"AUDITLOGS": "no"
34+
},
35+
"ProcessAlways": "no",
36+
"ProcessYieldTimeOut": "500",
37+
"MaxConnections": "512",
38+
"JsonFileDump": "no"
39+
}
3540
}
3641
}
37-
}
3842
---
3943

4044
apiVersion: apps/v1
@@ -59,7 +63,7 @@ spec:
5963
spec:
6064
containers:
6165
- name: coe-splunk
62-
image: "quay.io/citrix/citrix-observability-exporter:1.4.001"
66+
image: "quay.io/citrix/citrix-observability-exporter:1.5.001"
6367
imagePullPolicy: Always
6468
ports:
6569
- containerPort: 5557

deployment/coe-zipkin.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ metadata:
55
data:
66
lstreamd_default.conf: |
77
{
8+
"transRateLimitEnabled": "no",
9+
"transRateLimit": "100",
10+
"transQueueLimit": "1024",
11+
"transRateLimitWindow": "5",
812
"Endpoints": {
913
"ZIPKIN": {
1014
"ServerUrl": "zipkin.default.svc.cluster.local:9411/api/v1/spans",
@@ -42,7 +46,7 @@ spec:
4246
spec:
4347
containers:
4448
- name: coe-zipkin
45-
image: "quay.io/citrix/citrix-observability-exporter:1.4.001"
49+
image: "quay.io/citrix/citrix-observability-exporter:1.5.001"
4650
imagePullPolicy: Always
4751
securityContext:
4852
privileged: true

examples/elasticsearch/coe-es-mongodb.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ metadata:
55
data:
66
lstreamd_default.conf: |
77
{
8+
"transRateLimitEnabled": "no",
9+
"transRateLimit": "100",
10+
"transQueueLimit": "1024",
11+
"transRateLimitWindow": "5",
812
"Endpoints": {
913
"ES": {
1014
"ServerUrl": "elasticsearch.default.svc.cluster.local:9200",
@@ -53,7 +57,7 @@ spec:
5357
spec:
5458
containers:
5559
- name: coe-es
56-
image: "quay.io/citrix/citrix-observability-exporter:1.4.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.5.001"
5761
imagePullPolicy: Always
5862
ports:
5963
- containerPort: 5557

examples/elasticsearch/coe-es-prometheus.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ metadata:
55
data:
66
lstreamd_default.conf: |
77
{
8+
"transRateLimitEnabled": "no",
9+
"transRateLimit": "100",
10+
"transQueueLimit": "1024",
11+
"transRateLimitWindow": "5",
812
"Endpoints": {
913
"ES": {
1014
"ServerUrl": "elasticsearch.default.svc.cluster.local:9200",
@@ -56,7 +60,7 @@ spec:
5660
spec:
5761
containers:
5862
- name: coe-es
59-
image: "quay.io/citrix/citrix-observability-exporter:1.4.001"
63+
image: "quay.io/citrix/citrix-observability-exporter:1.5.001"
6064
imagePullPolicy: Always
6165
securityContext:
6266
privileged: true

examples/elasticsearch/coe-es.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ metadata:
55
data:
66
lstreamd_default.conf: |
77
{
8+
"transRateLimitEnabled": "no",
9+
"transRateLimit": "100",
10+
"transQueueLimit": "1024",
11+
"transRateLimitWindow": "5",
812
"Endpoints": {
913
"ES": {
1014
"ServerUrl": "elasticsearch.default.svc.cluster.local:9200",
@@ -53,7 +57,7 @@ spec:
5357
spec:
5458
containers:
5559
- name: coe-es
56-
image: "quay.io/citrix/citrix-observability-exporter:1.4.001"
60+
image: "quay.io/citrix/citrix-observability-exporter:1.5.001"
5761
imagePullPolicy: Always
5862
ports:
5963
- containerPort: 5557

0 commit comments

Comments
 (0)