From b97b254678c0dd2404fa127291c977af0dfb6630 Mon Sep 17 00:00:00 2001 From: aetter Date: Mon, 11 Oct 2021 15:28:19 -0700 Subject: [PATCH] Present tense --- _troubleshoot/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_troubleshoot/index.md b/_troubleshoot/index.md index f4e5820c..681d0b63 100644 --- a/_troubleshoot/index.md +++ b/_troubleshoot/index.md @@ -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