Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a quickstart guide #1739

Merged
merged 30 commits into from
Nov 23, 2022
Merged

Adds a quickstart guide #1739

merged 30 commits into from
Nov 23, 2022

Conversation

JeffHuss
Copy link

Signed-off-by: JeffH-AWS [email protected]

Description

Distilled version of the Docker installation steps, presented as a quickstart guide for users who want to jump in to OpenSearch.

Issues Resolved

Related to #789

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: JeffH-AWS <[email protected]>
@JeffHuss JeffHuss added 2 - In progress Issue/PR: The issue or PR is in progress. backport 1.3 PR: Backport label for v1.3.x backport 2.0 PR: Backport label for v2.0.x backport 2.1 PR: Backport label for 2.1 backport 2.2 PR: Backport label for 2.2 backport 2.3 PR: Backport label for 2.3 labels Oct 27, 2022
@JeffHuss JeffHuss self-assigned this Oct 27, 2022
@JeffHuss JeffHuss requested a review from a team as a code owner October 27, 2022 17:08
@JeffHuss JeffHuss marked this pull request as draft October 27, 2022 17:08
@JeffHuss
Copy link
Author

Blocked on this until it's determined whether or not we have sample index and mapping data that we can share as either part of the quickstart guide or as an addendum on a separate page that the quickstart guide can link to.

@JeffHuss JeffHuss added this to the 2022-Q4 milestone Oct 28, 2022
Signed-off-by: JeffH-AWS <[email protected]>
@JeffHuss JeffHuss added the backport 2.4 PR: Backport label for 2.4 label Nov 21, 2022
@JeffHuss
Copy link
Author

Figured out how to pull the sample data from OpenSearch Dashboards so it can be used via the REST API. Finishing up some testing, then I'll put up an initial PR to add the files to the repository. Once the files are added to the repo I'll be able to review this PR and validate that the links work, then get it live.

@JeffHuss JeffHuss marked this pull request as ready for review November 21, 2022 20:33
Copy link
Collaborator

@kolchfa-aws kolchfa-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with minor UI wording comments. Great job!

_opensearch/install/quickstart.md Outdated Show resolved Hide resolved
_opensearch/install/quickstart.md Outdated Show resolved Hide resolved
_opensearch/install/quickstart.md Outdated Show resolved Hide resolved
@carolxob carolxob self-requested a review November 23, 2022 18:37
Copy link
Contributor

@carolxob carolxob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with Fanit's feedback and have no additional input. LGTM.

JeffH-AWS added 2 commits November 23, 2022 10:52
Signed-off-by: JeffH-AWS <[email protected]>
@JeffHuss JeffHuss merged commit 0d48802 into main Nov 23, 2022
@JeffHuss JeffHuss added 6 - Done but waiting to merge PR: The work is done and ready to merge and removed 4 - Doc review PR: Doc review in progress labels Nov 23, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)
@JeffHuss
Copy link
Author

I have a meeting in 2 minutes. I'll revisit this and take care of the backport PRs after that meeting and lunch. I didn't forget about them!

Naarcha-AWS pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)

Co-authored-by: Jeff Huss <[email protected]>
Naarcha-AWS pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)

Co-authored-by: Jeff Huss <[email protected]>
Naarcha-AWS pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)

Co-authored-by: Jeff Huss <[email protected]>
Naarcha-AWS pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)

Co-authored-by: Jeff Huss <[email protected]>
Naarcha-AWS pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)

Co-authored-by: Jeff Huss <[email protected]>
JeffHuss pushed a commit that referenced this pull request Nov 23, 2022
* Beginning quickstart guide

Signed-off-by: JeffH-AWS <[email protected]>

* Add sample docker compose yaml to assets

Signed-off-by: JeffH-AWS <[email protected]>

* Adding verbiage about compose commands

Signed-off-by: JeffH-AWS <[email protected]>

* More additions but saving before a lunch break

Signed-off-by: JeffH-AWS <[email protected]>

* Remove sample compose file from the quickstart guide since it is linked externally

Signed-off-by: JeffH-AWS <[email protected]>

* Added first common problem

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative

Signed-off-by: JeffH-AWS <[email protected]>

* Formatting

Signed-off-by: JeffH-AWS <[email protected]>

* Adding more content. I love Starbucks White Chocolate Mocha creamer

Signed-off-by: JeffH-AWS <[email protected]>

* Indentation

Signed-off-by: JeffH-AWS <[email protected]>

* Added common issue re: docker perms

Signed-off-by: JeffH-AWS <[email protected]>

* Changing the common issues section around a bit so the ordering makes more sense

Signed-off-by: JeffH-AWS <[email protected]>

* Removed blank target from important settings links since we don't do that for other links

Signed-off-by: JeffH-AWS <[email protected]>

* Updates

Signed-off-by: JeffH-AWS <[email protected]>

* Committing changes

Signed-off-by: JeffH-AWS <[email protected]>

* Added newline to docker compose file and started working on steps in the guide

Signed-off-by: JeffH-AWS <[email protected]>

* Adding steps

Signed-off-by: JeffH-AWS <[email protected]>

* Added cURL command for example query

Signed-off-by: JeffH-AWS <[email protected]>

* Reworded intro paragraph and added more steps.

Signed-off-by: JeffH-AWS <[email protected]>

* Added tip about using the pretty query parameter

Signed-off-by: JeffH-AWS <[email protected]>

* Editing

Signed-off-by: JeffH-AWS <[email protected]>

* Added dashboards content and working on next steps segue

Signed-off-by: JeffH-AWS <[email protected]>

* Wrapping up for the day

Signed-off-by: JeffH-AWS <[email protected]>

* Cleaning up before reviews

Signed-off-by: JeffH-AWS <[email protected]>

* Finishing up

Signed-off-by: JeffH-AWS <[email protected]>

* Editorial fixes

Signed-off-by: JeffH-AWS <[email protected]>

* Final editorial changes

Signed-off-by: JeffH-AWS <[email protected]>

* Changes relating to PM review

Signed-off-by: JeffH-AWS <[email protected]>

* Incorporating feedback from docs review

Signed-off-by: JeffH-AWS <[email protected]>

* Final changes

Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit 0d48802)

Co-authored-by: Jeff Huss <[email protected]>
@JeffHuss JeffHuss added Closed - Complete Issue: Work is done and associated PRs closed and removed 6 - Done but waiting to merge PR: The work is done and ready to merge labels Nov 23, 2022
@Naarcha-AWS Naarcha-AWS deleted the quickstart-789 branch December 13, 2022 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3 PR: Backport label for v1.3.x backport 2.0 PR: Backport label for v2.0.x backport 2.1 PR: Backport label for 2.1 backport 2.2 PR: Backport label for 2.2 backport 2.3 PR: Backport label for 2.3 backport 2.4 PR: Backport label for 2.4 Closed - Complete Issue: Work is done and associated PRs closed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants