#!/bin/sh

while ! curl -f 'fids_logstash:9600/_node/pipelines'; do
    sleep 1
done