Update tutorial-full-experience.asciidoc#75836
Conversation
add powershell alternative for curl -O commands at beginning of doc
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
💚 CLA has been signed |
|
jenkins test this |
|
Pinging @elastic/kibana-docs (Team:Docs) |
KOTungseth
left a comment
There was a problem hiding this comment.
I made a small comment, but otherwise, LGTM!
|
|
||
| Alternatively, for Windows users, run the following commands in Powershell: | ||
|
|
||
| [source,shell] |
| curl -O https://download.elastic.co/demos/kibana/gettingstarted/8.x/accounts.zip | ||
| curl -O https://download.elastic.co/demos/kibana/gettingstarted/8.x/logs.jsonl.gz | ||
|
|
||
| Alternatively, for Windows users, run the following commands in Powershell: |
There was a problem hiding this comment.
For this line, could we tighten it up a bit? Something along the lines of:
If you are using Windows, run the following with Powershell:
|
jenkins test this |
* master: (226 commits) [Enterprise Search] Added Logic for the Credentials View (elastic#77626) [CSM] Js errors (elastic#77919) Add the @kbn/apm-config-loader package (elastic#77855) [Security Solution] Refactor useSelector (elastic#75297) Implement tagcloud renderer (elastic#77910) [APM] Alerting: Add global option to create all alert types (elastic#78151) [Ingest pipelines] Upload indexed document to test a pipeline (elastic#77939) TypeScript cleanup in visualizations plugin (elastic#78428) Lazy load metric & mardown visualizations (elastic#78391) [Detections][EQL] EQL rule execution in detection engine (elastic#77419) Update tutorial-full-experience.asciidoc (elastic#75836) Update tutorial-define-index.asciidoc (elastic#75754) Add support for runtime field types to mappings editor. (elastic#77420) [Monitoring] Usage collection (elastic#75878) [Docs][Actions] Add docs for Jira and IBM Resilient (elastic#78316) [Security Solution][Resolver] Update @timestamp formatting (elastic#78166) [Security Solution] Fix app layout (elastic#76668) [Security Solution][Resolver] 2 new functions to DAL (elastic#78477) Adds new elasticsearch client to telemetry plugin (elastic#78046) skip flaky suite (elastic#78512) (elastic#78511) (elastic#78510) (elastic#78509) (elastic#78508) (elastic#78507) (elastic#78506) (elastic#78505) (elastic#78504) (elastic#78503) (elastic#78502) (elastic#78501) (elastic#78500) ...
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
8 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
This file has been replaced in 7.10. Removing backport and 7.10 labels. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
add powershell alternative for curl -O commands at beginning of doc
Fixes part of #10561
Summary
Summarize your PR. If it involves visual changes include a screenshot or gif.
Checklist
Delete any items that are not applicable to this PR.
For maintainers