Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Digizuite supports load balancing on both web and database servers. For such setups, the number of servers increases. These setups are used for production environment where uptime and response times are very critical.



Port Setup

This image illustates the ports used by a Digizuite installation and how everything relates together.

Image Added


Raw diagram markup:

Code Block
titleRaw diagram markup
collapsetrue
graph LR
 
    SqlServer[(SqlServer)]
    RabbitMQ
    Solr[(Solr)]
    iis[IIS]
 
    iis -->|1433| SqlServer
    iis -->|80/443| iis
    iis -->|81/8983| Solr
    iis -->|5672| RabbitMQ
 
    Prometheus
    Grafana -->|9090| Prometheus
 
    Prometheus -->|15692| RabbitMQ
    Prometheus -->|80/433| iis
 
    Browser -->|80/443| iis
    Browser -->|3000| Grafana
 
    Prometheus -->|9182| WindowsExporter
 
    DigiBatch -->|5672| RabbitMQ

    Importer -->|80/443| iis
    Digimonitor -->|80/443| iis
    Digimonitor -->|1433| SqlServer