MAADSBML Real-Time Dashboard ===================== You can see all of the output from the MAADSBML engine in a real-time dashboard. As shown below. .. figure:: bmldash.png :scale: 50% .. tip:: You can also download the entire dashboard table to a JSON or CSV. Note: This dashboard is re-generated every time you start your MAADSBML container. However, all generated reports are backed up to your local backup folder - as explained here: :ref:`MAADSBML Folder Explanation`. Dashboard URL ------------ To access the Dashboard simply enter this URL in your browser: URL: http://localhost:9090/maadsbmllogs.html?topic=bmllogs&append=0 .. note:: This URL accesses the Kafka topic called: bmllogs. This the topic you set in the Docker Run command field: VIPERLOGNAME (:ref:`MAADSBML Docker Run Parameters Explained`). The port 9090 is set using the value in the field: VIPERVIZPORT maadsbmllogs.html is the dashboard HTML running in your MAADSBML container. append=0 loads new data into the browser - without appending to the old data. .. tip:: As you iterate in your Machine Learning Modeling - MAADSBML stores all the reports in your your backup folder. Therefore, it is important to you map a local folder to the container backup folder (:ref:`MAADSBML Folder Explanation`).