DEV Community

Cover image for i wonder if i can run netdata and sumologic at the same time
Clive Da
Clive Da

Posted on

2

i wonder if i can run netdata and sumologic at the same time

i wonder if i can run netdata and sumologic at the same time (probably a nonsense thing to do but who cares)

ive got netdata up and running on both my OCI OL3 vms

loving the one line installer BUT dont forget to use the SECRET --stable-channel switch

$ sudo -i
# bash <(curl -Ss https://my-netdata.io/kickstart.sh) --stable-channel

then i create some ssh tunnels so i can see both cloud servers locally

$ ssh -L 3001:localhost:19999 opc@ol7a.oci.vm -N &
$ ssh -L 3002:localhost:19999 opc@ol7b.oci.vm -N &

now lets see how easy it is to install sumologic

UPDATE @ 11:28

OH DEAR sumologic is utterly unintuitive !

can anyone point me to a quick start instead of the 1000 page manual ?

Top comments (0)

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay