Present tense
This commit is contained in:
parent
e2c6f4c8e9
commit
b97b254678
|
@ -24,7 +24,7 @@ If you run legacy Kibana OSS scripts against OpenSearch Dashboards---for example
|
|||
{"status": 400, "body": "Request must contain a osd-xsrf header."}
|
||||
```
|
||||
|
||||
In this case, your scripts likely included the `"kbn-xsrf: true"` header. Switch it to the `osd-xsrf: true` header:
|
||||
In this case, your scripts likely include the `"kbn-xsrf: true"` header. Switch it to the `osd-xsrf: true` header:
|
||||
|
||||
```
|
||||
curl -XPOST -u 'admin:admin' 'https://DASHBOARDS_ENDPOINT/api/saved_objects/_import' -H 'osd-xsrf:true' --form file=@export.ndjson
|
||||
|
|
Loading…
Reference in New Issue