We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eec65a commit 0b5a50cCopy full SHA for 0b5a50c
pytest_splunk_addon/standard_lib/addon_basic.py
@@ -50,7 +50,7 @@ def test_events_with_untokenised_values(
50
record_property (fixture): Document facts of test cases.
51
52
"""
53
- query = f"search index=* ##*## | stats count by source, sourcetype"
+ query = f"""search index=* | regex "##[a-zA-Z0-9_-]+##" | stats count by source, sourcetype"""
54
record_property("Query", query)
55
results = list(
56
splunk_search_util.getFieldValuesList(
0 commit comments