Present tense

This commit is contained in:
aetter 2021-10-11 15:28:19 -07:00
parent e2c6f4c8e9
commit b97b254678
1 changed files with 1 additions and 1 deletions

View File

@ -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