Skip to content

Commit

Permalink
Update graylog api path
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Jan 20, 2025
1 parent 301ba69 commit 21ba603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def queries_stats_ajax(request):
'filter': f'streams:{settings.GRAYLOG_SEARCH_STREAM_ID}',
'field': 'query'
}
req = requests.get(settings.GRAYLOG_DOMAIN + '/graylog/api/search/universal/relative/terms',
req = requests.get(settings.GRAYLOG_DOMAIN + '/api/search/universal/relative/terms',
auth=auth, params=params)
req.raise_for_status()
return JsonResponse(req.json())
Expand Down

0 comments on commit 21ba603

Please sign in to comment.