Docker

Deploy a Red Hat (ubi8) container with the 10x Engine Cloud flavor.

  1. Download the latest image:
docker pull ghcr.io/log-10x/pipeline-10x:latest
  1. Run the following test, which will read an embedded Sample Spark log, and emits optimized events and summaries.
docker run ghcr.io/log-10x/pipeline-10x:latest
  1. To configure, pass CLI arguments or mount config files and pass them to the 10x Engine:
docker run \
   -v /path/to/local/my-config.yaml:/etc/log-10x/my-config.yaml \
   ghcr.io/log-10x/pipeline-10x:latest \
   run @/etc/log-10x/my-config.yaml

To run 10x containers in k8s see the deployment instructions