Slackbot
10/19/2021, 2:34 PMPranay
Ankit Nayan
sudo docker-compose -f docker/druid-kafka-setup/docker-compose-tiny.yaml up -d
from signoz/deploy
folderAnkit Nayan
./install.sh
• you might want to re-run the docker-compose up command above as there is a supervisor job that needs to re-run after druid is up and running. The install script does this job automatically. Re-running docker-compose up command will run the jobs again
• You might have to wait for a couple of minutes before you see sample services in frontend. The install script also waits for the services to be up before giving success messageDavide Fastoso
10/19/2021, 4:38 PMAnkit Nayan
Ankit Nayan