Importing the Apache Zeppelin Notebook Manually
If you would like to import the Apache Zeppelin notebook manually, complete the following steps:
For more information about Apache Zeppelin, see Analyzing Enriched Data Using Apache Zeppelin.
Use ssh to navigate to the host where you want to install Zeppelin.
ssh $METRON_HOME
Use the following command to import the
"$METRON_HOME/config/zeppelin/metron-yaf-telemetry.json"
file onto your Zeppelin host.curl -s -XPOST https://github.com/apache/incubator-metron/blob/master/metron-platform/metron-indexing/src/main/config/zeppelin/metron/metron-yaf-telemetry.json/api/notebook/import -d @"$METRON_HOME/config/zeppelin/metron-yaf-telemetry.json"
Navigate to
http://$ZEPPELIN_HOST:9995
.