Skip to content

Instrumentation Prototyping Environment

poorejc edited this page Jun 9, 2022 · 12 revisions

Docker Instructions

Docker Desktop Download

Download the correct installer and run as normal.

Apache Superset Instructions

Superset

Superset Startup Instructions

Modifications on Superset Instructions

Instead of git clone, use code>download ZIP via GitHub. This bypasses a common error (CRLF) you might otherwise run into when using docker on Windows devices.

By default, Superset does not include UserALE on composition, but the ARLIS branch comes with a premade implementation. In step three of the startup instructions, instead of entering:

docker-compose -f docker-compose-non-dev.yml up

Enter this:

docker-compose -f docker-compose-arlis.yml up

To start superset with UserALE functionality.

Elastic Stack Instructions

Elastic Stack

git clone https://github.com/UMD-ARLIS/docker-elk #clone local version
cd docker-elk
git fetch origin #pull all remote heads (makes all branches available)
git checkout flagon-configs (pull our branch with added instrumentation)

Elastic Stack Startup instructions

Startup docker-elk

cd docker-elk
docker-compose up

ref to remove images, containers

Kickstart Elastic Index

see this guide: Register an index in Kibana to see the logs

Modifications on Elastic Stack Instructions

not actually an issue with docker-elk As with Superset, use code>download ZIP via GitHub to download the Elastic Stack, which includes Elasticsearch, Logstash, and Kibana.

Clone this wiki locally