{% extends "base.html" %} {% from 'macros.html' import install_logging_steps %} {% from 'macros.html' import uninstall_logging_steps %} {% block header %}

Install Logging Components

{% endblock %} {% block content %}
{% if request.endpoint == "log_mgr.install_filebeat" -%} {{ install_logging_steps(step) }} {% else %} {{ uninstall_logging_steps(step) }} {% endif %}
{% for server in servers %} {% endfor %}
{% include "celery_exception_modal.html" %} {% endblock %} {% block js %} {% endblock %}