Version: 2.1.0
docker_pipeline
Start up the pipeline (all containers) using:
This will also restart any containers/processes that have died. "-d" runs containers in the background.
You can see the status of the containers and whether any have died (exited) using
To check the logs for each of the containers, run
Add -f
or, e.g., -f logstash
to see new log messages as they arrive. --timestamps
, --tail
, and --since
are also useful -- look up details in Docker documentation.
To shut down the pipeline (all containers) use
Run all commands from the netsage-pipeline/ directory.