Document new ingest and search pipeline allowlist settings#7414
Merged
vagimeli merged 8 commits intoopensearch-project:mainfrom Jul 1, 2024
Merged
Document new ingest and search pipeline allowlist settings#7414vagimeli merged 8 commits intoopensearch-project:mainfrom
vagimeli merged 8 commits intoopensearch-project:mainfrom
Conversation
3 tasks
Signed-off-by: Andrew Ross <andrross@amazon.com>
061ef3a to
d8fb73b
Compare
ingest.processor.allowlist setting
vagimeli
reviewed
Jun 28, 2024
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
vagimeli
reviewed
Jun 28, 2024
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
vagimeli
reviewed
Jun 28, 2024
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
vagimeli
approved these changes
Jun 28, 2024
Contributor
vagimeli
left a comment
There was a problem hiding this comment.
Doc review complete. Moving to editorial.
natebower
reviewed
Jul 1, 2024
|
|
||
| ## Selectively enabling processors | ||
|
|
||
| Processors defined by the [search-pipeline-common module](https://github.com/opensearch-project/OpenSearch/blob/2.x/modules/search-pipeline-common/src/main/java/org/opensearch/search/pipeline/common/SearchPipelineCommonModulePlugin.java) are selectively enabled through the following cluster settings: `search.pipeline.common.request.processors.allowed`, `search.pipeline.common.response.processors.allowed`, or `search.pipeline.common.search.phase.results.processors.allowed`. If unspecified, all processors are enabled. An empty list disables all. Removing enabled processors causes pipelines using them to fail after node restart. No newline at end of file |
Contributor
There was a problem hiding this comment.
Should "a" precede "node restart"?
Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
vagimeli
reviewed
Jul 1, 2024
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
leanneeliatra
pushed a commit
to leanneeliatra/opensearch-documentation-website-forl
that referenced
this pull request
Jul 24, 2024
…h-project#7414) * Document new ingest and search pipeline allowlist settings Signed-off-by: Andrew Ross <andrross@amazon.com> * Update _ingest-pipelines/processors/index-processors.md Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _ingest-pipelines/processors/index-processors.md Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _search-plugins/search-pipelines/search-processors.md Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _ingest-pipelines/processors/index-processors.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _search-plugins/search-pipelines/search-processors.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _search-plugins/search-pipelines/search-processors.md Signed-off-by: Melissa Vagi <vagimeli@amazon.com> --------- Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Melissa Vagi <vagimeli@amazon.com> Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: leanne.laceybyrne@eliatra.com <leanne.laceybyrne@eliatra.com>
sandervandegeijn
pushed a commit
to sandervandegeijn/documentation-website
that referenced
this pull request
Jul 30, 2024
…h-project#7414) * Document new ingest and search pipeline allowlist settings Signed-off-by: Andrew Ross <andrross@amazon.com> * Update _ingest-pipelines/processors/index-processors.md Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _ingest-pipelines/processors/index-processors.md Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _search-plugins/search-pipelines/search-processors.md Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _ingest-pipelines/processors/index-processors.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _search-plugins/search-pipelines/search-processors.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Melissa Vagi <vagimeli@amazon.com> * Update _search-plugins/search-pipelines/search-processors.md Signed-off-by: Melissa Vagi <vagimeli@amazon.com> --------- Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Melissa Vagi <vagimeli@amazon.com> Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Sander van de Geijn <sandervandegeijn@icloud.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Document new setting being added in opensearch-project/OpenSearch#14439
Version
2.16+
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.