File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ metadata:
55data :
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",
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
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ metadata:
55data :
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",
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
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ metadata:
55data :
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",
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,37 +4,41 @@ metadata:
44 name : coe-config-splunk
55data :
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
4044apiVersion : apps/v1
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
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ metadata:
55data :
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",
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
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ metadata:
55data :
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",
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
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ metadata:
55data :
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",
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
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ metadata:
55data :
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",
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
You can’t perform that action at this time.
0 commit comments