Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 08bb41a

Browse files
author
Chris Wiechmann
committed
Search parameter count was not used
Added new test to validate count is taken into consideration and fixed it.
1 parent 069dfea commit 08bb41a

File tree

3 files changed

+2058
-0
lines changed

3 files changed

+2058
-0
lines changed

elk-traffic-monitor-api/flows/trafficMonitorApi-search.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@
8686
"value": "\"@timestamp:desc\"",
8787
"metaName": "sort",
8888
"metaDescription": "A comma-separated list of <field>:<direction> pairs."
89+
},
90+
{
91+
"name": "size",
92+
"type": "jsonpath",
93+
"value": "$.params.count",
94+
"metaName": "size",
95+
"metaDescription": "Defines the number of hits to return. Defaults to 10."
8996
}
9097
],
9198
"outputs": {

0 commit comments

Comments
 (0)