def send_kibana_put()

in assets/kibana/import_analysis_dashboard.py [0:0]


def send_kibana_put(elasticsearch_endpoint, type, id, data):
    kibana_url = KIBANA_TEMPLATE_URL.format(es_endpoint=elasticsearch_endpoint, type=type, id=id)
    send_put_request(kibana_url, data)