{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}Splunk On-Call Integration for {{ site_name }}{% endblock %} {% block content %}

Splunk On-Call (VictorOps)

Splunk On-Call is a collaboration and incident management platform for on-call DevOps teams. You can integrate it with your {{ site_name }} account in a few simple steps.

Setup Guide

Log into your Splunk On-Call account, go to Integrations, and look up the REST integration.

Screenshot

Enable the integration, and copy the displayed Service API Endpoint. Paste it in the form below. Be sure to replace the $routing_key section with the actual routing key you intend to use.

Save the integration, and it's done!

Screenshot

Integration Settings

{% csrf_token %}
{% if form.value.errors %}
{{ form.value.errors|join:"" }}
{% endif %}
{% endblock %}