0690c47032
* Added placeholder files. Signed-off-by: carolxob <carolxob@amazon.com> * Added source content from Data Prepper repo docs. Signed-off-by: carolxob <carolxob@amazon.com> * Edits for consistency and formatting. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edits to otel-metrics-string. Signed-off-by: carolxob <carolxob@amazon.com> * Content and formatting edits. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edits to trace-peer-forwarder Signed-off-by: carolxob <carolxob@amazon.com> * Minor edits. Signed-off-by: carolxob <carolxob@amazon.com> * Updated links to existing Data Prepper documentation as relative URLs. Signed-off-by: carolxob <carolxob@amazon.com> * Minor updates. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edits. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edits. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edits for consistency and clarity. Signed-off-by: carolxob <carolxob@amazon.com> * Minor updates. Signed-off-by: carolxob <carolxob@amazon.com> * Minor update. Signed-off-by: carolxob <carolxob@amazon.com> * minor updates. Signed-off-by: carolxob <carolxob@amazon.com> * Minor updates. Signed-off-by: carolxob <carolxob@amazon.com> * Adjustments based on technical feedback. Signed-off-by: carolxob <carolxob@amazon.com> * Removed 'Developer guide' section. Signed-off-by: carolxob <carolxob@amazon.com> * Minor adjustments for clarity. Signed-off-by: carolxob <carolxob@amazon.com> * Minor adjustments for consistency. Signed-off-by: carolxob <carolxob@amazon.com> * Removed markdown comment. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edit. Signed-off-by: carolxob <carolxob@amazon.com> * Updates made based on doc review feedback. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edits. Signed-off-by: carolxob <carolxob@amazon.com> * Removed bullet for single item list. Signed-off-by: carolxob <carolxob@amazon.com> * Edits made based on doc review feedback. Signed-off-by: carolxob <carolxob@amazon.com> * Modified file title and doc title to more accurately reflect contents. Signed-off-by: carolxob <carolxob@amazon.com> * Incorporated feedback from tech review. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edit. Signed-off-by: carolxob <carolxob@amazon.com> * Added note to convert to table. Signed-off-by: carolxob <carolxob@amazon.com> * Updated links. Signed-off-by: carolxob <carolxob@amazon.com> * Incorporated most doc review feedback. Signed-off-by: carolxob <carolxob@amazon.com> * Removed unaffected files. Signed-off-by: carolxob <carolxob@amazon.com> * Minor updates. Signed-off-by: carolxob <carolxob@amazon.com> * Minor adjustements. Signed-off-by: carolxob <carolxob@amazon.com> * Added some clarification around the substitute string processor. Signed-off-by: carolxob <carolxob@amazon.com> * Adjusted table boundaries. Signed-off-by: carolxob <carolxob@amazon.com> * Minor update based on tech review feedback. Signed-off-by: carolxob <carolxob@amazon.com> * Removed Basic from Usage section titles. Signed-off-by: carolxob <carolxob@amazon.com> * Added link placeholder for config file instructions. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edit. Signed-off-by: carolxob <carolxob@amazon.com> * Minor update with sentence structure. Signed-off-by: carolxob <carolxob@amazon.com> * Refined steps around Data Prepper configuration files. Signed-off-by: carolxob <carolxob@amazon.com> * Renamed file for consistency. Signed-off-by: carolxob <carolxob@amazon.com> * Changed phrasing for consistency. Signed-off-by: carolxob <carolxob@amazon.com> * Removed redundant processor docs. Signed-off-by: carolxob <carolxob@amazon.com> * Minor updates from doc review feedback. Signed-off-by: carolxob <carolxob@amazon.com> * Fixed header justification alignment. Signed-off-by: carolxob <carolxob@amazon.com> * Made edits based on editorial review. Signed-off-by: carolxob <carolxob@amazon.com> --------- Signed-off-by: carolxob <carolxob@amazon.com> |
||
---|---|---|
.github | ||
_api-reference | ||
_clients | ||
_dashboards | ||
_data | ||
_data-prepper | ||
_field-types | ||
_im-plugin | ||
_includes | ||
_install-and-configure | ||
_job-scheduler-plugin | ||
_layouts | ||
_ml-commons-plugin | ||
_monitoring-your-cluster | ||
_observing-your-data | ||
_plugins | ||
_query-dsl | ||
_replication-plugin | ||
_sass | ||
_search-plugins | ||
_security | ||
_security-analytics | ||
_tools | ||
_troubleshoot | ||
_tuning-your-cluster | ||
_upgrade-to | ||
assets | ||
images | ||
release-notes | ||
.gitignore | ||
404.md | ||
CNAME | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
FORMATTING_GUIDE.md | ||
Gemfile | ||
LICENSE | ||
MAINTAINERS.md | ||
NOTICE | ||
README.md | ||
STYLE_API_TEMPLATE.md | ||
STYLE_GUIDE.md | ||
TERMS.md | ||
THIRD-PARTY | ||
_config.yml | ||
about.md | ||
breaking-changes.md | ||
build.sh | ||
check-links.sh | ||
favicon.ico | ||
favicon.png | ||
favicon.svg | ||
index.md | ||
quickstart.md | ||
version-history.md |
README.md
About the OpenSearch documentation repo
The documentation repository contains the documentation for OpenSearch, the search, analytics, and visualization suite with advanced security, alerting, SQL support, automated index management, deep performance analysis, and more. You can find the rendered documentation at opensearch.org/docs.
How you can help
Community contributions remain essential in keeping this documentation comprehensive, useful, well-organized, and up-to-date. If you are interested in contributing, please see the Contribution file.
Points of contact
If you encounter problems or have questions when contributing to the documentation, these people can help:
How the website works
This repository contains Markdown files organized into Jekyll "collections" (e.g., _search-plugins
, _opensearch
, etc.). Each Markdown file correlates with one page on the website.
Using plain text on GitHub has many advantages:
- Everything is free, open source, and works on every operating system. Use your favorite text editor, Ruby, Jekyll, and Git.
- Markdown is easy to learn and looks good in side-by-side diffs.
- The workflow is no different than contributing code. Make your changes, build locally to check your work, and submit a pull request. Reviewers check the PR before merging.
- Alternatives like wikis and WordPress are full web applications that require databases and ongoing maintenance. They also have inferior versioning and content review processes compared to Git. Static websites, such as the ones Jekyll produces, are faster, more secure, and more stable.
In addition to the content for a given page, each Markdown file contains some Jekyll front matter. Front matter looks like this:
---
layout: default
title: Alerting security
nav_order: 10
parent: Alerting
has_children: false
---
If you want to reorganize content or add new pages, keep an eye on has_children
, parent
, and nav_order
, which define the hierarchy and order of pages in the lefthand navigation. For more information, see the documentation for our upstream Jekyll theme.
Contribute content
There are a few ways to contribute content, depending on the magnitude of the change.
Minor changes
If you want to add a few paragraphs across multiple files and are comfortable with Git, try this approach:
-
Fork this repository.
-
Download GitHub Desktop, install it, and clone your fork.
-
Navigate to the repository root.
-
Create a new branch.
-
Edit the Markdown files in
/docs
. -
Commit, sign off, push your changes to your fork, and submit a pull request.
Major changes
If you're making major changes to the documentation and need to see the rendered HTML before submitting a pull request, here's how to make the changes and view them locally:
-
Fork this repository.
-
Download GitHub Desktop, install it, and clone your fork.
-
Navigate to the repository root.
-
Install Ruby if you don't already have it. We recommend RVM, but use whatever method you prefer:
curl -sSL https://get.rvm.io | bash -s stable rvm install 2.6 ruby -v
-
Install Jekyll if you don't already have it:
gem install bundler jekyll
-
Install dependencies:
bundle install
-
Build:
sh build.sh
-
If the build script doesn't automatically open your web browser (it should), open http://localhost:4000/docs/.
-
Create a new branch.
-
Edit the Markdown files in each collection (e.g.
_security/
).If you're a web developer, you can customize
_layouts/default.html
and_sass/custom/custom.scss
. -
When you save a file, marvel as Jekyll automatically rebuilds the site and refreshes your web browser. This process can take anywhere from 10-30 seconds.
-
When you're happy with how everything looks, commit, sign off, push your changes to your fork, and submit a pull request.
Writing tips
The OpenSearch team released style guidelines for our documentation and marketing content. These guidelines cover the style standards and terms to be observed when creating OpenSearch content. We ask that you please adhere to these guidelines whenever contributing content.
We also provide guidelines on terminology. For a list of OpenSearch terms, see Terms.
Formatting documentation
The OpenSearch documentation uses a modified version of the just-the-docs Jekyll theme. For an overview of the commonly used formatted elements, including callouts, videos, and buttons, see the FORMATTING_GUIDE.
Code of conduct
This project has adopted an Open Source Code of Conduct.
Security
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.
Copyright
Copyright OpenSearch contributors.