mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Disable caching on all requests to ES.
This commit is contained in:
parent
d44e83f3a2
commit
a54b0c6a54
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ define([
|
|||
url: url,
|
||||
data: method == "GET" ? null : data,
|
||||
password: password,
|
||||
cache: false,
|
||||
username: uname,
|
||||
crossDomain: true,
|
||||
type: method,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue