This commit is contained in:
Jeff Bryner 2014-06-03 09:29:49 -07:00
Родитель 1d13264eea
Коммит 9637e7af52
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -99,7 +99,7 @@ def cefindex():
return
@route('/custom/<application>',method=['POST','PUT'])
def customindex():
def customindex(application):
'''
and endpoint designed for custom applications that want to post data
to elastic search through the mozdef event interface