Skip to content

Commit

Permalink
attempting to make helper graylog query more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
nklapste committed Mar 12, 2019
1 parent 722ce39 commit e6a6c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_unique_message():
"func", "file", "line", "module", "logger_name",
]

BASE_API_URL = "http://127.0.0.1:9000/api/search/universal/relative?query={0}&range=5&fields="
BASE_API_URL = 'http://127.0.0.1:9000/api/search/universal/relative?query=message:"{0}"&range=5&fields='


def get_graylog_response(message, fields=None):
Expand Down

0 comments on commit e6a6c4a

Please sign in to comment.