SAP Hybris Installation and Deployment Architecture - [Part2]

If you not gone through Part1, then please read it first.

Centralized logging

Hybris OOTB there is centralized_logging recipes, which can be used if you have Docker base setup.
Anyway, you can set up your own ELK Stack (Elasticsearch-Logstash-Kibana), which is a good combination as Log Management Solution (Open Source). You can use Redis for the large enterprise solution to decouple the Log Server & Log Shipper.
Tools:
  • Logstash: As a log shipper and a log indexer
  • Redis: As a broker – used as a queuing system
  • ElasticSearch: As a log indexer – store and index logs
  • Kibana: As a front-end viewer – a nice UI with useful extra features
Install & configured above stack to get consolidated logs from all application servers.

Advanced Application Monitoring

SAP Hybris Commerce Advanced Application Monitoring is a tool for analyzing network traffic within the Hybris system.
Advanced Application Monitoring is vital for administrating and monitoring the health of live, deployed systems. You can analyze and monitor running applications.
Advanced Application Monitoring is based on Spring's support for JMX. With the Hybris solution.
  • You can add your own MBean to the system
  • You can make service layer call to get metrics
  • Observation
  • On the fly change system parameters and Monitor it
Wiki Source:

Monitor Data Hub

Java Management Extensions (JMX) is a Java technology that supplies tools for managing and monitoring various Java software. Data Hub provides JMX services to assist with operational management and external management.
Wiki Source:
Author Image

Ankitkumar Patel

Sr. SAP Hybris consultant, having 15+ years experience in SAP Commerce Cloud (Hybris), SAP Spartacus. Extensive experience in SAP Hybris development, third-party integrations, project architecture and design... Read more

Comments

Popular posts from this blog

Hybris flexible search query examples

How to remove or update all data records in Hybris?

How to Install temporary Hybris license?