add an API endpoint for testing external log aggregrator connectivity

see: #5164
This commit is contained in:
Ryan Petrello
2017-03-08 13:49:19 -05:00
parent 34990c304a
commit 8c1de7f109
6 changed files with 190 additions and 23 deletions

View File

@@ -12,4 +12,5 @@ urlpatterns = patterns(
'awx.conf.views',
url(r'^$', 'setting_category_list'),
url(r'^(?P<category_slug>[a-z0-9-]+)/$', 'setting_singleton_detail'),
url(r'^logging/test/$', 'setting_logging_test'),
)