add search scroll path to permission file
This commit is contained in:
parent
8431144dca
commit
b799dca934
|
@ -401,6 +401,9 @@
|
|||
{"name": "scroll.*", "methods": ["*"],
|
||||
"path": "/_search/scroll*"
|
||||
},
|
||||
{"name": "scroll.search", "methods": ["get", "post"],
|
||||
"path": "/_search/scroll"
|
||||
},
|
||||
{"name": "scroll.delete", "methods": ["delete"],
|
||||
"path": "/_search/scroll/:scroll_id"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue