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

Added target_bulk_bytes to the docs for logstash-output plugin #7869

Merged
merged 10 commits into from
Aug 1, 2024

Conversation

sandervandegeijn
Copy link
Contributor

Description

Undocumented but implemented feature

Issues Resolved

n/a

Version

n/a

Frontend features

n/a

Signed-off-by: Sander van de Geijn <[email protected]>
Copy link

Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged.

Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer.

When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review.

@sandervandegeijn
Copy link
Contributor Author

Since I made a mistake on: #7843 (comment)

Copy link
Collaborator

@Naarcha-AWS Naarcha-AWS left a comment

Choose a reason for hiding this comment

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

A couple of small changes and then we should be good!

@Naarcha-AWS Naarcha-AWS self-assigned this Jul 30, 2024
@Naarcha-AWS Naarcha-AWS added 4 - Doc review PR: Doc review in progress backport 2.15 labels Jul 30, 2024
Nice

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>
@sandervandegeijn
Copy link
Contributor Author

Should I do anything further?

@Naarcha-AWS Naarcha-AWS added 5 - Editorial review PR: Editorial review in progress and removed 4 - Doc review PR: Doc review in progress labels Jul 30, 2024
Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

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

@Naarcha-AWS One change and one comment. Thanks!

_tools/logstash/ship-to-opensearch.md Outdated Show resolved Hide resolved
@@ -150,6 +150,7 @@ output {
- service_name (string, default => "es") - Defines the service name to be used for `aws_iam` authentication.
- legacy_template (boolean, default => true) - Selects the OpenSearch template API. When `true`, uses legacy templates via the _template API. When `false`, uses composable templates via the _index_template API.
- default_server_major_version (number) - The OpenSearch server major version to use when it's not available from the OpenSearch root URL. If not set, the plugin throws an exception when the version can't be fetched.
- target_bulk_bytes (number) - The maximum number of bytes in the buffer. When the maximum is reached, Logstash will flush the data to OpenSearch. This is useful for when the bulk requests are too large for the OpenSearch cluster and the cluster returns a `429` error.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Rather than a hyphen separating the term from the description, they should all be either en dashes (--) or colons.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'll go ahead and fix this really fast before we merge.

@Naarcha-AWS Naarcha-AWS merged commit 5510bdc into opensearch-project:main Aug 1, 2024
5 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 1, 2024
* Added target_bulk_bytes

Signed-off-by: Sander van de Geijn <[email protected]>

* Update _tools/logstash/ship-to-opensearch.md

Nice

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>

* Update _tools/logstash/ship-to-opensearch.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Update ship-to-opensearch.md

* Remove "we"

* Update ship-to-opensearch.md

* Update ship-to-opensearch.md

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

---------

Signed-off-by: Sander van de Geijn <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
(cherry picked from commit 5510bdc)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@Naarcha-AWS
Copy link
Collaborator

Naarcha-AWS commented Aug 1, 2024

Should I do anything further?

We're all good here. I made additional edits to the page to make it more in line with the rest of the documentation.

@sandervandegeijn sandervandegeijn deleted the logstash-docs branch August 1, 2024 15:45
mingshl pushed a commit to mingshl/documentation-website that referenced this pull request Aug 2, 2024
…earch-project#7869)

* Added target_bulk_bytes

Signed-off-by: Sander van de Geijn <[email protected]>

* Update _tools/logstash/ship-to-opensearch.md

Nice

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>

* Update _tools/logstash/ship-to-opensearch.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Update ship-to-opensearch.md

* Remove "we"

* Update ship-to-opensearch.md

* Update ship-to-opensearch.md

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

---------

Signed-off-by: Sander van de Geijn <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Naarcha-AWS added a commit that referenced this pull request Aug 7, 2024
* add ingest-attachment plugin doc

Signed-off-by: Ricky Lippmann <[email protected]>

* extend ingest-attachment with information how to limit content

Signed-off-by: Ricky Lippmann <[email protected]>

* Added target_bulk_bytes to the docs for logstash-output plugin (#7869)

* Added target_bulk_bytes

Signed-off-by: Sander van de Geijn <[email protected]>

* Update _tools/logstash/ship-to-opensearch.md

Nice

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>

* Update _tools/logstash/ship-to-opensearch.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Update ship-to-opensearch.md

* Remove "we"

* Update ship-to-opensearch.md

* Update ship-to-opensearch.md

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

---------

Signed-off-by: Sander van de Geijn <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Add doc for binary format support in k-NN (#7840)

* Add doc for binary format support in k-NN

Signed-off-by: Junqiu Lei <[email protected]>

* Resolve tech feedback

Signed-off-by: Junqiu Lei <[email protected]>

* Doc review

Signed-off-by: Fanit Kolchina <[email protected]>

* Add newline

Signed-off-by: Fanit Kolchina <[email protected]>

* Formatting

Signed-off-by: Fanit Kolchina <[email protected]>

* Link fix

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Add query results to examples

Signed-off-by: Junqiu Lei <[email protected]>

* Rephrased sentences and changed vector field name

Signed-off-by: Fanit Kolchina <[email protected]>

* Editorial review

Signed-off-by: Fanit Kolchina <[email protected]>

* Remove details from one of the requests

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Junqiu Lei <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Edit for redundant information and sections across Data Prepper (#7127)

* Edit for redundant information and sections across Data Prepper

Signed-off-by: Melissa Vagi <[email protected]>

* Edit for redundant information and sections across Data Prepper

Signed-off-by: Melissa Vagi <[email protected]>

* Rewrite expression syntax and reorganize doc structure for readability

Signed-off-by: Melissa Vagi <[email protected]>

* Rewrite expression syntax and reorganize doc structure for readability

Signed-off-by: Melissa Vagi <[email protected]>

* Rewrite expression syntax and reorganize doc structure for readability

Signed-off-by: Melissa Vagi <[email protected]>

* Rewrite expression syntax and reorganize doc structure for readability

Signed-off-by: Melissa Vagi <[email protected]>

* Rewrite expression syntax and reorganize doc structure for readability

Signed-off-by: Melissa Vagi <[email protected]>

* Update _data-prepper/index.md

Signed-off-by: Melissa Vagi <[email protected]>

* Update configuring-data-prepper.md

Signed-off-by: Melissa Vagi <[email protected]>

Signed-off-by: Melissa Vagi <[email protected]>

* Update _data-prepper/pipelines/expression-syntax.md

Signed-off-by: Melissa Vagi <[email protected]>

* Update _data-prepper/pipelines/expression-syntax.md

Signed-off-by: Melissa Vagi <[email protected]>

* Update _data-prepper/pipelines/pipelines.md

Signed-off-by: Melissa Vagi <[email protected]>

* Update expression-syntax.md

Signed-off-by: Melissa Vagi <[email protected]>

* Create Functions subpages

Signed-off-by: Melissa Vagi <[email protected]>

* Create functions subpages

Signed-off-by: Melissa Vagi <[email protected]>

* Copy edit

Signed-off-by: Melissa Vagi <[email protected]>

* add remaining subpages

Signed-off-by: Melissa Vagi <[email protected]>

* Update _data-prepper/index.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Apply suggestions from code review

Accepted editorial suggestions.

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Apply suggestions from code review

Accepted more editorial suggestions that were hidden.

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Apply suggestions from code review

Co-authored-by: Heather Halter <[email protected]>
Signed-off-by: David Venable <[email protected]>

* removed-line

Signed-off-by: Heather Halter <[email protected]>

* Fixed broken link to pipelines

Signed-off-by: Heather Halter <[email protected]>

* Fixed broken links on Update add-entries.md

Signed-off-by: Heather Halter <[email protected]>

* Fixed broken link in Update dynamo-db.md

Signed-off-by: Heather Halter <[email protected]>

* Fixed link syntax in Update index.md

Signed-off-by: Heather Halter <[email protected]>

---------

Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: David Venable <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Co-authored-by: David Venable <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Update index.md (#7893)

fixed typo

Signed-off-by: Philipp Dünnebeil <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Fix typo and make left nav heading uniform for neural sparse processor (#7895)

Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Add custom JSON lexer and highlighting color scheme (#7892)

* Add custom JSON lexer and highlighting color scheme

Signed-off-by: Fanit Kolchina <[email protected]>

* Update _getting-started/quickstart.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Add model names to Vale (#7901)

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Renamed data prepper files to have dashes for consistency (#7790)

* Renamed data prepper files to have dashes for consistency

Signed-off-by: Fanit Kolchina <[email protected]>

* More files

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Add documentation for ml inference search request processor/ search response processor (#7852)

* draft ml inference search request processor

Signed-off-by: Mingshi Liu <[email protected]>

* add doc

Signed-off-by: Mingshi Liu <[email protected]>

* add doc

Signed-off-by: Mingshi Liu <[email protected]>

* Doc review

Signed-off-by: Fanit Kolchina <[email protected]>

* Fixed links

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Unify processor docs

Signed-off-by: Fanit Kolchina <[email protected]>

* Update _query-dsl/geo-and-xy/xy.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Remove note

Signed-off-by: Fanit Kolchina <[email protected]>

* Fix link

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Mingshi Liu <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Refactor k-NN documentation (#7890)

* Refactor k-NN documentation

Signed-off-by: Fanit Kolchina <[email protected]>

* Change field name for cohesiveness

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Heather Halter <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Ml commons batch inference (#7899)

* add batch inference API

Signed-off-by: Xun Zhang <[email protected]>

* add more links and mark the api as experimental

Signed-off-by: Xun Zhang <[email protected]>

* use openAI as the blueprint example details

Signed-off-by: Xun Zhang <[email protected]>

* address comments

Signed-off-by: Xun Zhang <[email protected]>

* Doc review

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Xun Zhang <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Remove repeated sentence in distributed tracing doc (#7906)

Signed-off-by: Peter Alfonsi <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Add apostrophe token filter page #7871 (#7884)

* adding apostrophe token filter page #7871

Signed-off-by: AntonEliatra <[email protected]>

* fixing vale error

Signed-off-by: AntonEliatra <[email protected]>

* Update apostrophe-token-filter.md

Signed-off-by: AntonEliatra <[email protected]>

* updating the naming

Signed-off-by: AntonEliatra <[email protected]>

* updating as per the review comments

Signed-off-by: AntonEliatra <[email protected]>

* updating the heading to Apostrophe token filter

Signed-off-by: AntonEliatra <[email protected]>

* updating as per PR comments

Signed-off-by: AntonEliatra <[email protected]>

* Apply suggestions from code review

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: AntonEliatra <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: AntonEliatra <[email protected]>

---------

Signed-off-by: AntonEliatra <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* removed unnecessary backslash

Signed-off-by: Ricky Lippmann <[email protected]>

* fix:add missing whitespace in table

Signed-off-by: Ricky Lippmann <[email protected]>

* docs: add link to tika supported file formats

Signed-off-by: Ricky Lippmann <[email protected]>

* Update ingest-attachment-plugin.md

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

* Apply suggestions from code review

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

* adjust to keep technical specific information with improved wording

Signed-off-by: Ricky Lippmann <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

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

---------

Signed-off-by: Ricky Lippmann <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Signed-off-by: Junqiu Lei <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: David Venable <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: Philipp Dünnebeil <[email protected]>
Signed-off-by: Mingshi Liu <[email protected]>
Signed-off-by: Xun Zhang <[email protected]>
Signed-off-by: Peter Alfonsi <[email protected]>
Signed-off-by: AntonEliatra <[email protected]>
Co-authored-by: Sander van de Geijn <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Co-authored-by: Junqiu Lei <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: David Venable <[email protected]>
Co-authored-by: Philipp Dünnebeil <[email protected]>
Co-authored-by: Mingshi Liu <[email protected]>
Co-authored-by: Xun Zhang <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]>
Co-authored-by: AntonEliatra <[email protected]>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 7, 2024
* add ingest-attachment plugin doc

Signed-off-by: Ricky Lippmann <[email protected]>

* extend ingest-attachment with information how to limit content

Signed-off-by: Ricky Lippmann <[email protected]>

* Added target_bulk_bytes to the docs for logstash-output plugin (#7869)

* Added target_bulk_bytes

Signed-off-by: Sander van de Geijn <[email protected]>

* Update _tools/logstash/ship-to-opensearch.md

Nice

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>

* Update _tools/logstash/ship-to-opensearch.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Update ship-to-opensearch.md

* Remove "we"

* Update ship-to-opensearch.md

* Update ship-to-opensearch.md

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

---------

Signed-off-by: Sander van de Geijn <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Add doc for binary format support in k-NN (#7840)

* Add doc for binary format support in k-NN

Signed-off-by: Junqiu Lei <[email protected]>

* Resolve tech feedback

Signed-off-by: Junqiu Lei <[email protected]>

* Doc review

Signed-off-by: Fanit Kolchina <[email protected]>

* Add newline

Signed-off-by: Fanit Kolchina <[email protected]>

* Formatting

Signed-off-by: Fanit Kolchina <[email protected]>

* Link fix

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Add query results to examples

Signed-off-by: Junqiu Lei <[email protected]>

* Rephrased sentences and changed vector field name

Signed-off-by: Fanit Kolchina <[email protected]>

* Editorial review

Signed-off-by: Fanit Kolchina <[email protected]>

* Remove details from one of the requests

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Junqiu Lei <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Edit for redundant information and sections across Data Prepper (#7127)

* Edit for redundant information and sections across Data Prepper

Signed-off-by: Melissa Vagi <[email protected]>

* Edit for redundant information and sections across Data Prepper

Signed-off-by: Melissa Vagi <[email protected]>

* Rewrite expression syntax and reorganize doc structure for readability

Signed-off-by: Melissa Vagi <[email protected]>

* Rewrite expression syntax and reorganize doc structure for readability

Signed-off-by: Melissa Vagi <[email protected]>

* Rewrite expression syntax and reorganize doc structure for readability

Signed-off-by: Melissa Vagi <[email protected]>

* Rewrite expression syntax and reorganize doc structure for readability

Signed-off-by: Melissa Vagi <[email protected]>

* Rewrite expression syntax and reorganize doc structure for readability

Signed-off-by: Melissa Vagi <[email protected]>

* Update _data-prepper/index.md

Signed-off-by: Melissa Vagi <[email protected]>

* Update configuring-data-prepper.md

Signed-off-by: Melissa Vagi <[email protected]>

Signed-off-by: Melissa Vagi <[email protected]>

* Update _data-prepper/pipelines/expression-syntax.md

Signed-off-by: Melissa Vagi <[email protected]>

* Update _data-prepper/pipelines/expression-syntax.md

Signed-off-by: Melissa Vagi <[email protected]>

* Update _data-prepper/pipelines/pipelines.md

Signed-off-by: Melissa Vagi <[email protected]>

* Update expression-syntax.md

Signed-off-by: Melissa Vagi <[email protected]>

* Create Functions subpages

Signed-off-by: Melissa Vagi <[email protected]>

* Create functions subpages

Signed-off-by: Melissa Vagi <[email protected]>

* Copy edit

Signed-off-by: Melissa Vagi <[email protected]>

* add remaining subpages

Signed-off-by: Melissa Vagi <[email protected]>

* Update _data-prepper/index.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Apply suggestions from code review

Accepted editorial suggestions.

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Apply suggestions from code review

Accepted more editorial suggestions that were hidden.

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Apply suggestions from code review

Co-authored-by: Heather Halter <[email protected]>
Signed-off-by: David Venable <[email protected]>

* removed-line

Signed-off-by: Heather Halter <[email protected]>

* Fixed broken link to pipelines

Signed-off-by: Heather Halter <[email protected]>

* Fixed broken links on Update add-entries.md

Signed-off-by: Heather Halter <[email protected]>

* Fixed broken link in Update dynamo-db.md

Signed-off-by: Heather Halter <[email protected]>

* Fixed link syntax in Update index.md

Signed-off-by: Heather Halter <[email protected]>

---------

Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: David Venable <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Co-authored-by: David Venable <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Update index.md (#7893)

fixed typo

Signed-off-by: Philipp Dünnebeil <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Fix typo and make left nav heading uniform for neural sparse processor (#7895)

Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Add custom JSON lexer and highlighting color scheme (#7892)

* Add custom JSON lexer and highlighting color scheme

Signed-off-by: Fanit Kolchina <[email protected]>

* Update _getting-started/quickstart.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Add model names to Vale (#7901)

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Renamed data prepper files to have dashes for consistency (#7790)

* Renamed data prepper files to have dashes for consistency

Signed-off-by: Fanit Kolchina <[email protected]>

* More files

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Add documentation for ml inference search request processor/ search response processor (#7852)

* draft ml inference search request processor

Signed-off-by: Mingshi Liu <[email protected]>

* add doc

Signed-off-by: Mingshi Liu <[email protected]>

* add doc

Signed-off-by: Mingshi Liu <[email protected]>

* Doc review

Signed-off-by: Fanit Kolchina <[email protected]>

* Fixed links

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Unify processor docs

Signed-off-by: Fanit Kolchina <[email protected]>

* Update _query-dsl/geo-and-xy/xy.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Remove note

Signed-off-by: Fanit Kolchina <[email protected]>

* Fix link

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Mingshi Liu <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Refactor k-NN documentation (#7890)

* Refactor k-NN documentation

Signed-off-by: Fanit Kolchina <[email protected]>

* Change field name for cohesiveness

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Heather Halter <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Ml commons batch inference (#7899)

* add batch inference API

Signed-off-by: Xun Zhang <[email protected]>

* add more links and mark the api as experimental

Signed-off-by: Xun Zhang <[email protected]>

* use openAI as the blueprint example details

Signed-off-by: Xun Zhang <[email protected]>

* address comments

Signed-off-by: Xun Zhang <[email protected]>

* Doc review

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Xun Zhang <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Remove repeated sentence in distributed tracing doc (#7906)

Signed-off-by: Peter Alfonsi <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* Add apostrophe token filter page #7871 (#7884)

* adding apostrophe token filter page #7871

Signed-off-by: AntonEliatra <[email protected]>

* fixing vale error

Signed-off-by: AntonEliatra <[email protected]>

* Update apostrophe-token-filter.md

Signed-off-by: AntonEliatra <[email protected]>

* updating the naming

Signed-off-by: AntonEliatra <[email protected]>

* updating as per the review comments

Signed-off-by: AntonEliatra <[email protected]>

* updating the heading to Apostrophe token filter

Signed-off-by: AntonEliatra <[email protected]>

* updating as per PR comments

Signed-off-by: AntonEliatra <[email protected]>

* Apply suggestions from code review

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: AntonEliatra <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: AntonEliatra <[email protected]>

---------

Signed-off-by: AntonEliatra <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Ricky Lippmann <[email protected]>

* removed unnecessary backslash

Signed-off-by: Ricky Lippmann <[email protected]>

* fix:add missing whitespace in table

Signed-off-by: Ricky Lippmann <[email protected]>

* docs: add link to tika supported file formats

Signed-off-by: Ricky Lippmann <[email protected]>

* Update ingest-attachment-plugin.md

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

* Apply suggestions from code review

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

* adjust to keep technical specific information with improved wording

Signed-off-by: Ricky Lippmann <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>

* Apply suggestions from code review

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

---------

Signed-off-by: Ricky Lippmann <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Signed-off-by: Junqiu Lei <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: David Venable <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: Philipp Dünnebeil <[email protected]>
Signed-off-by: Mingshi Liu <[email protected]>
Signed-off-by: Xun Zhang <[email protected]>
Signed-off-by: Peter Alfonsi <[email protected]>
Signed-off-by: AntonEliatra <[email protected]>
Co-authored-by: Sander van de Geijn <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Co-authored-by: Junqiu Lei <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: David Venable <[email protected]>
Co-authored-by: Philipp Dünnebeil <[email protected]>
Co-authored-by: Mingshi Liu <[email protected]>
Co-authored-by: Xun Zhang <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]>
Co-authored-by: AntonEliatra <[email protected]>
(cherry picked from commit 8b731c5)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Editorial review PR: Editorial review in progress backport 2.15
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants