Skip to main content
Question

I'm having a hard time get Redis running on my Cribl Workers

  • March 11, 2025
  • 43 replies
  • 54 views

Show first post

43 replies

Would you be willing to share your docker setup? What version of Cribl are you running? Standalone or distributed?


  • Author
  • Employee
  • March 11, 2025

» Cribl 4.0.2» Distributed Setup» Docker: ‚ó¶ Image: redis:latest ‚ó¶ PORTS: 0.0.0.:6379 -> 6379/tcpDocker isn't really my business and someone else set up the Container. Do you need some more information? If so, what do you like to see?


Raanan Dagan

Are you using the first or second option?`'redis..'```redis..``


  • Author
  • Employee
  • March 11, 2025

<@U01J549PR6Y&gt; the first with single-quotes, if you're asking for the URL.


Raanan Dagan

try the second option ( ``redis..``).. at least that seems to work for me ..


Mine works with single quotes FWIW


  • Author
  • Employee
  • March 11, 2025

Doesn't make any difference for me.


I noticed you said your workers can connect to the redis instance... Can the Leader also?


When you run the preview, it will be connecting from the Leader.


  • Author
  • Employee
  • March 11, 2025

You're right. I can not connect from Leader.Is there a way to use the preview from a worker?


You could "teleport" to a worker and preview the pipeline there if you wanted.


  • Author
  • Employee
  • March 11, 2025

What do you mean by teleport? How does it work? Via GUI?



  • Author
  • Employee
  • March 11, 2025

Thank you very much <@U01LSBF5953&gt;!!!It is working. sometimes it is just about the details.


Remember any changes you make locally on the worker will be overwritten by a commit & deploy from the leader. Just something to watch out for.


Let us know if you run into any more problems!


  • Author
  • Employee
  • March 11, 2025

Yes, I'm aware of this.Thank you very much!


xpac
Forum|alt.badge.img
  • Participating Frequently
  • March 11, 2025

ha, you came to the same conclusion as I did an hour ago... <@U04BZDDPNUX&gt; I added the port to the outbound ports in the Leaders' security group, and now the preview works as expected :slightly_smiling_face: