How to add Nginx in front of Cribl in Docker for free!

preview_player
Показать описание
Title: How to add @nginx_official in front of @Cribl in @DockerInc for free!

Description: In just 10 steps, Michael Bentley explains how to install a Cribl Stream setup with Nginx load balancing data to 2 worker nodes.

GitHub Link:

Notes / Steps Link:

Michael's LinkedIn:

Ableversity's LinkedIn:
Рекомендации по теме
Комментарии
Автор

can you create a video to add a syslog server on prem to cribl cloud or cribl locally will also work

shaho
Автор

Thanks for you this awesome videos!!
I am running into some error with nginx. The workers are up and they are on the same network but it nginx can't connect to them.
/ # nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
/ # nginx -s reload
2024/05/02 17:34:09 [notice] 53#53: signal process started
/ # cat
server {
listen 5140;
proxy_pass 5140_tcp_backend;
}

upstream 5140_tcp_backend {
least_conn;
server
server
}
/ # curl localhost:5140 -d "test"
curl: (56) Recv failure: Connection reset by peer

joanandestin
join shbcf.ru