{% extends 'base/layout.html' %} {% load form_helpers %} {% block title %}Graylog Settings{% endblock %} {% block header %}
configuration.py file.
This page shows current settings and allows testing the connection.
Test connectivity to the Graylog API using current settings.
Add to configuration.py:
PLUGINS = ['netbox_graylog']
PLUGINS_CONFIG = {
'netbox_graylog': {
'graylog_url': 'http://graylog:9000',
'graylog_api_token': 'your-token',
}
}
Documentation