Control-M, DevOps, Kubernetes Control-M for Kubernetes – Overview 13.09.2024 by David Diab At a customer, I implemented Control-M for Kubernetes/OpenShift, as the customer has a hybrid environment between VM, on-premise/Cloud Kubernetes/OpenShift. This is the first blog of a series, in which I will share with you from A to Z how to(…)
Application integration & Middleware Oracle Forms: FRM-92290 after upgrade to 12.2.1.19 10.06.2024 by David Diab We are frequently involved in Oracle Fusion Middleware Forms and Reports installation or upgrade. For one of our customers, I upgraded Oracle Forms from version 12.2.1.4 to version 12.2.1.19, and this time I got an unusual issue...
Logs from Filebeat to Logstash to Elasticsearch – 3 12.10.2023 by David Diab We sow together how to install and configure Filebeat, Logstash and Elasticsearch. Our log data has been sent from Filebeat to Logstash, then forwarded to Elasticsearch. In this blog, we will see(…)
Logs from Filebeat to Logstash to Elasticsearch – 2 12.10.2023 by David Diab As promised in the previous blog, I will show how to configure Filebeat to push logs to Logstash, then to Elasticsearch. This for sure will not cover all use cases, but will give you an idea(…)
JBoss EAP 7 – Use vault to protect passwords 04.09.2023 by David Diab JBoss EAP simplifies a lot of server configuration by consolidating all subsystem configurations into a single XML file (standalone.xml or domain.xml). This, however, can expose sensitive information to any user that has access to the configuration files. For example, datasource(…)
Logs from Filebeat to Logstash to Elasticsearch -1 27.06.2023 by David Diab In a previous blog, we saw together the difference between Filebeat and Logstash, we said also that both can cooperate together in some cases. In this blog series we will deep into a use case: send(…)
DevOps ELK Stack – Filebeat vs Logstash 26.06.2023 by David Diab Filebeat and Logstash are both comprised in ELK Stack, in this blog we will compare both with some use cases. So, you can then take the most appropriate to your case.
Elasticsearch – Snapshot Lifecycle Management (SLM) 22.06.2023 by David Diab In a previous blog, I spoke about snapshot, restore, and briefly about Snapshot Lifecycle Management. In this blog, I will go more in deep in SLM.
Elasticsearch – Snapshot and Restore 22.06.2023 by David Diab No need to explain what is a snapshot and restore, how much they are important to any platform, software, database, aso. In this blog, I will show you how to take snapshots of your Elasticsearch cluster and how to restore.
Application integration & Middleware, DevOps Elasticsearch Upgrade – What about index compatibility? 13.06.2023 by David Diab Upgrade Elasticsearch is an easy task, I always heard this sentence. Which is correct if you take care about indices and compatibility. At a customer, I had the chance to upgrade an old version of Elasticsearch, today I will share(…)