Container Deployment Using humio-core

The recommended deployment model for a LogScale cluster in production using the LogScale containers is to deploy a separate Kafka cluster and use this in combination with LogScale. The deployment diagram for this model is shown below:

graph LR %%{init: {"flowchart": {"defaultRenderer": "elk"}} }%% subgraph LogScale LS1["LogScale 1"] LS2["LogScale 2"] LS3["LogScale 3"] end subgraph Kafka K1["Kafka 1"] K2["Kafka 2"] K3["Kafka 3"] end LogScale <--humio-ingest--> Kafka LogScale <--global-events--> Kafka

The different components of the deployments: