Skip to content

Commit 3d6eb34

Browse files
Removing logging and monitoring as Openshift comes with default
1 parent d6bf385 commit 3d6eb34

File tree

9 files changed

+12
-153
lines changed

9 files changed

+12
-153
lines changed

jaspersoft-containers/OpenShift/jrs/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,16 @@ To get the host name, run the below command:
343343

344344
See the [ Official Docs](https://docs.openshift.com/container-platform/4.8/networking/routes/secured-routes.html) for TLS configuration. You can do it from the OpenShift webconsole or update the `route.tls` section in values.yaml.
345345

346+
## Logging and Monitoring Configuration
347+
348+
Please note that logging and monitoring are included by default in OpenShift. For configuration details, refer to the official documentation. You can find more information at the following links:
349+
350+
- [OpenShift Documentation](https://docs.openshift.com/container-platform/4.11/welcome/index.html)
351+
352+
- [Monitoring in OpenShift](https://docs.openshift.com/container-platform/4.11/virt/logging_events_monitoring/virt-openshift-cluster-monitoring.html)
353+
354+
- [About Logging](https://docs.openshift.com/container-platform/4.11/logging/cluster-logging.html#cluster-logging)
355+
346356
# Integrating the Scalable Query Engine and JasperReports® Server
347357

348358
1. Enable the Scalable Query Engine to be installed by changing the `scalableQueryEngine.enabled = true`.
Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
dependencies:
2-
- name: kube-prometheus-stack
3-
repository: https://prometheus-community.github.io/helm-charts
4-
version: 16.0.1
5-
- name: elasticsearch
6-
repository: https://helm.elastic.co
7-
version: 7.12.0
8-
- name: kibana
9-
repository: https://helm.elastic.co
10-
version: 7.12.0
112
- name: scalable-query-engine
123
repository: file://../../scalableQueryEngine/helm
134
version: 1.0.0
14-
digest: sha256:6cc5582e010b7b299e7d6db3923de1553e0597473982201a71155c9cc268850a
15-
generated: "2021-08-24T12:29:45.8782614+05:30"
5+
digest: sha256:f4f39bc099039cfaf5d91949f1cebca86172757dd23043140977e7d942f9d33b
6+
generated: "2024-04-25T21:12:11.0758453+05:30"

jaspersoft-containers/OpenShift/jrs/helm/Chart.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,6 @@ maintainers:
1515
url: https://www.jaspersoft.com/
1616

1717
dependencies:
18-
- name: kube-prometheus-stack
19-
version: ~16.0.1
20-
repository: "@prometheus-community"
21-
condition: metrics.enabled
22-
23-
- name: elasticsearch
24-
version: 7.12.0
25-
repository: "@elastic"
26-
condition: logging.enabled
27-
28-
- name: kibana
29-
version: 7.12.0
30-
repository: "@elastic"
31-
condition: logging.enabled
32-
3318
- name: scalable-query-engine
3419
version: "1.0.0"
3520
repository: "file://../../scalableQueryEngine/helm"
Binary file not shown.
-9.77 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

jaspersoft-containers/OpenShift/jrs/helm/templates/fluentd.yaml

Lines changed: 0 additions & 93 deletions
This file was deleted.

jaspersoft-containers/OpenShift/jrs/helm/values.yaml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -251,40 +251,6 @@ autoscaling:
251251
scaleDown:
252252
stabilizationWindowSeconds: 300
253253

254-
# Configure the default cluster level metrics for jasperserver webapp using prometheus operator
255-
256-
metrics:
257-
enabled: false
258-
259-
kube-prometheus-stack:
260-
prometheus-node-exporter:
261-
hostRootFsMount: false
262-
grafana:
263-
service:
264-
type: NodePort
265-
266-
# To enable centralized logging using EFK stack
267-
logging:
268-
enabled: false
269-
fluentd:
270-
imageName: fluent/fluentd-kubernetes-daemonset
271-
imageTag: v1.12.3-debian-elasticsearch7-1.0
272-
esClusterName: elasticsearch
273-
esPort: 9200
274-
275-
# Elastic search configuration for logging
276-
277-
elasticsearch:
278-
replicas: 1
279-
volumeClaimTemplate:
280-
resources:
281-
requests:
282-
storage: 10Gi
283-
284-
## Visualization for logging
285-
kibana:
286-
service:
287-
type: NodePort
288254

289255
## Tolerations for JRS webapp
290256
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

0 commit comments

Comments
 (0)