In the "Lab Setup" section inside "Looking under the covers", the shown/expected output of "docker-compose ps" is different than actual/reality on the devbox.
We only have grafana, influxdb and pipeline running, there is no elasticsearch or prometheus.
`[developer@devbox telemetry-stack]$docker-compose ps
Name Command State Ports
telemetrystack_grafana_1 /run.sh Up 0.0.0.0:3000->3000/tcp
telemetrystack_influxdb_1 /entrypoint.sh influxd Up 0.0.0.0:8083->8083/tcp,
0.0.0.0:8086->8086/tcp
telemetrystack_unified-pipeline_1 /bin/sh -c ./startup.sh Up 0.0.0.0:57500->57500/tcp
`
In the "Lab Setup" section inside "Looking under the covers", the shown/expected output of "docker-compose ps" is different than actual/reality on the devbox.
We only have grafana, influxdb and pipeline running, there is no elasticsearch or prometheus.
`[developer@devbox telemetry-stack]$docker-compose ps
Name Command State Ports
telemetrystack_grafana_1 /run.sh Up 0.0.0.0:3000->3000/tcp
telemetrystack_influxdb_1 /entrypoint.sh influxd Up 0.0.0.0:8083->8083/tcp,
0.0.0.0:8086->8086/tcp
telemetrystack_unified-pipeline_1 /bin/sh -c ./startup.sh Up 0.0.0.0:57500->57500/tcp
`