Learn how to enhance your TIBCO BW applications with ECS logging support, a crucial feature in the evolving landscape of log aggregation solutions. With the increasing adoption of Elastic Common Schema (ECS) within the Elastic stack, discover how to seamlessly adapt your applications to this new logging format. Regardless of your deployment model—whether on-premises or container-based—this article guides you through the steps to integrate ECS logging into your TIBCO BusinessWorks applications. Explore the straightforward process of including the required JAR files, modifying configurations, and leveraging the power of ECS encoding. Elevate your logging capabilities with ECS to ensure efficient log management in container architectures.
TIBCO BusinessWorks
How To Enable SwaggerUI TIBCO BusinessWorks when Offloading SSL Certificate
Learn how to enable SwaggerUI TIBCO BusinessWorks for cases involving SSL certificate offloading. Discover how the SwaggerUI interface works, the challenges posed by load balancers and service mesh configurations, and the solution introduced in BWCE 2.8.3 using a new JVM property. Enable secure SwaggerURLs with ease and ensure smooth communication between components even in complex deployment scenarios.
Increasing HTTP Logs in TIBCO BusinessWorks in 5 Minutes
Explore the crucial practice of increasing HTTP logs in TIBCO BusinessWorks for effective debugging and troubleshooting. Elevate log levels to gain comprehensive insights into information exchange, enabling swift error resolution and in-depth analysis of unexpected behaviors. Delve into real-world use cases, library-based configurations, and the power of logback to enhance integration precision and ensure seamless HTTP interactions across systems.
How To Create a ReadOnlyFileSystem Image for TIBCO BWCE
Learn how to bolster the security of your TIBCO BWCE (BusinessWorks Container Edition) images with a ReadOnlyFileSystem approach. Discover the advantages of limiting write access, reducing the attack surface, and mitigating potential malicious actions. This guide provides step-by-step instructions for creating a secure runtime environment using Kubernetes YAML configurations. Explore the impact on TIBCO BWCE images, the necessity of write access for various activities, and deployment considerations. Follow along with a practical example of modifying a Kubernetes Pod configuration, ensuring a read-only root filesystem while enabling essential write operations
How To Enable Sticky Session on Your Kubernetes Workloads using Istio?
Istio allows you to configure Sticky Session, among other network features, for your Kubernetes workloads. As we have commented in several posts regarding Istio, istio deploys a service mesh that provides a central control plane to have all the configuration regarding the network aspects of your Kubernetes workloads. This covers many different aspects of the […]
TIBCO BW Hashicorp Vault Configuration: More Powerful and Better Secured in 3 Steps
Introduction This article aims to show the TIBCO BW Hashicorp Vault Configuration to integrate your TIBCO BW application with the secrets stored in Hashicorp Vault, mainly for the externalization and management of password and credentials resources. As you probably know, in the TIBCO BW application, the configuration is stored in Properties at different levels (Module […]
TIBCO BW Modules: 3 Things You Need to Know To Succeed
TIBCO BW Modules are one of the most relevant contents on your TIBCO BW developments. Learn all the details about the different TIBCO BW Modules available and when to use each of them.
Learn Now 2 Ways To Configure TIBCO BW EMS Reconnection
On this article we are going to cover how TIBCO BW EMS Reconnection works and how you can apply it on your application and the pros and const about the different options available
Solution for Transformation failed for XSLT input in BusinessWorks
Solving one of the most common developer issues using BusinessWorks The Transformation failed for XSLT input is one of the most common error messages you could see when developing using the TIBCO BusinessWorks tools. Understanding what the message is saying is essential to provide a quick solution. I have seen developers needing hours and hours […]
TIBFAQS: Improving Your TIBCO BW SOAP API Response Time on Big Payloads when Using Apache Commons
Discover how to fine-tune your SOAP services to be able to be efficient for massive payload requests We all know that when we are implementing API, we need to carefully design the size that we can manage as the maximum of request size. So, for example, you should know that for an online request, the usual […]